File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed
services/java/com/android/server/input Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change 2121import com .android .server .Watchdog ;
2222
2323import org .xmlpull .v1 .XmlPullParser ;
24- import org .xmlpull .v1 .XmlPullParserException ;
25- import org .xmlpull .v1 .XmlSerializer ;
2624
2725import android .Manifest ;
2826import android .app .Notification ;
8280import java .io .InputStreamReader ;
8381import java .io .PrintWriter ;
8482import java .util .ArrayList ;
85- import java .util .Collections ;
8683import java .util .HashMap ;
8784import java .util .HashSet ;
8885
9491 */
9592public class InputManagerService extends IInputManager .Stub implements Watchdog .Monitor {
9693 static final String TAG = "InputManager" ;
97- static final boolean DEBUG = true ;
94+ static final boolean DEBUG = false ;
9895
9996 private static final String EXCLUDED_DEVICES_PATH = "etc/excluded-input-devices.xml" ;
10097
You can’t perform that action at this time.
0 commit comments