Searched refs:DEBUG (Results 226 - 250 of 471) sorted by last modified time

1234567891011>>

/frameworks/base/services/appwidget/java/com/android/server/appwidget/
H A DAppWidgetServiceImpl.java111 private static boolean DEBUG = false; field in class:AppWidgetServiceImpl
119 private static final int MIN_UPDATE_PERIOD = DEBUG ? 0 : 30 * 60 * 1000; // 30 minutes
136 if (DEBUG) {
266 if (DEBUG) {
396 if (DEBUG) {
487 if (DEBUG) {
523 if (DEBUG) {
549 if (DEBUG) {
579 if (DEBUG) {
592 if (DEBUG) {
3471 private static final boolean DEBUG = true; field in class:AppWidgetServiceImpl.BackupRestoreController
[all...]
/frameworks/base/services/backup/java/com/android/server/backup/
H A DBackupManagerService.java160 private static final boolean DEBUG = true; field in class:BackupManagerService
683 if (DEBUG) Slog.v(TAG, "clearing pending backups");
1078 if (DEBUG) Slog.v(TAG, "Starting with transport " + mCurrentTransport);
1083 if (DEBUG) {
1111 if (DEBUG) Slog.v(TAG, "Init pending at scheduled backup");
1124 if (DEBUG) Slog.v(TAG, "Running a backup pass");
1149 if (DEBUG) Slog.v(TAG, "Running a device init");
1559 if (DEBUG) Slog.w(TAG, "Backup password mismatch; aborting");
1569 if (DEBUG) Slog.i(TAG, "recordInitPendingLocked: " + isPending
1654 if (DEBUG) Slo
[all...]
H A DFullBackupJob.java28 private static final boolean DEBUG = true; field in class:FullBackupJob
H A DPackageManagerBackupAgent.java61 private static final boolean DEBUG = false; field in class:PackageManagerBackupAgent
181 if (DEBUG) Slog.v(TAG, "onBackup()");
227 if (DEBUG) {
252 if (DEBUG) Slog.v(TAG, "Storing global metadata key");
257 if (DEBUG) Slog.v(TAG, "Global metadata key already stored");
314 if (DEBUG) {
329 if (DEBUG) Slog.v(TAG, "- removing metadata for deleted pkg " + app);
360 if (DEBUG) Slog.v(TAG, "onRestore()");
367 if (DEBUG) Slog.v(TAG, " got key=" + key + " dataSize=" + dataSize);
377 if (DEBUG) Slo
[all...]
/frameworks/base/services/core/java/com/android/server/
H A DAppOpsService.java71 static final boolean DEBUG = false; field in class:AppOpsService
74 static final long WRITE_DELAY = DEBUG ? 1000 : 30*60*1000;
659 if (DEBUG) Log.d(TAG, "noteOperation: no op for code " + code + " uid " + uid
675 if (DEBUG) Log.d(TAG, "noteOperation: reject #" + op.mode + " for code "
680 if (DEBUG) Log.d(TAG, "noteOperation: allowing code " + code + " uid " + uid
696 if (DEBUG) Log.d(TAG, "startOperation: no op for code " + code + " uid " + uid
707 if (DEBUG) Log.d(TAG, "startOperation: reject #" + op.mode + " for code "
712 if (DEBUG) Log.d(TAG, "startOperation: allowing code " + code + " uid " + uid
H A DBatteryService.java91 private static final boolean DEBUG = false; field in class:BatteryService
321 if (DEBUG) {
507 if (DEBUG) {
581 if (DEBUG) Slog.v(TAG, "duration threshold: " + durationThreshold +
583 if (DEBUG) Slog.v(TAG, "duration: " + duration + " discharge: " +
H A DCountryDetectorService.java84 private static final boolean DEBUG = false; field in class:CountryDetectorService
213 if (!DEBUG) return;
H A DInputMethodManagerService.java136 static final boolean DEBUG = false; field in class:InputMethodManagerService
479 if (DEBUG) {
621 if (DEBUG) {
720 if (DEBUG) {
803 if (DEBUG) {
847 if (DEBUG) {
885 if (DEBUG) {
956 if (DEBUG) {
975 if (DEBUG) {
1093 if (DEBUG) Slo
[all...]
H A DIntentResolver.java48 final private static boolean DEBUG = false; field in class:IntentResolver
49 final private static boolean localLOGV = DEBUG || false;
H A DLocationManagerService.java109 public static final boolean D = Log.isLoggable(TAG, Log.DEBUG);
H A DRandomBlock.java35 private static final boolean DEBUG = false; field in class:RandomBlock
42 if (DEBUG) Slog.v(TAG, "reading from file " + filename);
66 if (DEBUG) Slog.v(TAG, "writing to file " + filename);
H A DUpdateLockService.java36 static final boolean DEBUG = false; field in class:UpdateLockService
51 if (DEBUG) {
57 if (DEBUG) {
89 if (DEBUG) {
99 if (DEBUG) {
H A DVibratorService.java58 private static final boolean DEBUG = false; field in class:VibratorService
243 if (DEBUG) {
283 if (DEBUG) {
337 if (DEBUG) {
532 if (DEBUG) {
555 if (DEBUG) {
/frameworks/base/services/core/java/com/android/server/am/
H A DActivityManagerService.java247 static final boolean DEBUG = false; field in class:ActivityManagerService
248 static final boolean localLOGV = DEBUG;
H A DActivityStackSupervisor.java117 static final boolean DEBUG = ActivityManagerService.DEBUG || false; field in class:ActivityStackSupervisor
118 static final boolean DEBUG_ADD_REMOVE = DEBUG || false;
119 static final boolean DEBUG_APP = DEBUG || false;
120 static final boolean DEBUG_CONTAINERS = DEBUG || false;
121 static final boolean DEBUG_IDLE = DEBUG || false;
122 static final boolean DEBUG_RELEASE = DEBUG || false;
123 static final boolean DEBUG_SAVED_STATE = DEBUG || false;
124 static final boolean DEBUG_SCREENSHOTS = DEBUG || false;
125 static final boolean DEBUG_STATES = DEBUG || fals
[all...]
H A DNativeCrashListener.java45 static final boolean DEBUG = false; field in class:NativeCrashListener
46 static final boolean MORE_DEBUG = DEBUG && false;
85 if (DEBUG) Slog.v(TAG, "Calling handleApplicationCrash()");
87 if (DEBUG) Slog.v(TAG, "<-- handleApplicationCrash() returned");
106 if (DEBUG) Slog.i(TAG, "Starting up");
186 if (DEBUG) {
218 if (DEBUG) {
231 if (DEBUG) {
257 if (DEBUG) Slog.v(TAG, "processing");
H A DProcessStatsService.java49 static final boolean DEBUG = false; field in class:ProcessStatsService
257 if (DEBUG) Slog.d(TAG, "Performing write to " + mFile.getBaseFile());
278 if (DEBUG) Slog.d(TAG, "Write completed successfully!");
296 if (DEBUG) {
356 if (DEBUG) Slog.d(TAG, "Collecting " + files.length + " files except: " + currentFile);
360 if (DEBUG) Slog.d(TAG, "Collecting: " + fileStr);
362 if (DEBUG) Slog.d(TAG, "Skipping: already checked in");
366 if (DEBUG) Slog.d(TAG, "Skipping: current stats");
936 if (DEBUG) Slog.d(TAG, "Retrieving state: " + files.get(i));
945 if (DEBUG) Slo
[all...]
/frameworks/base/services/core/java/com/android/server/connectivity/
H A DDataConnectionStats.java38 private static final boolean DEBUG = false; field in class:DataConnectionStats
91 if (DEBUG) Log.d(TAG, String.format("Noting data connection for network type %s: %svisible",
/frameworks/base/services/core/java/com/android/server/content/
H A DSyncManager.java1037 boolean isLoggable = Log.isLoggable(TAG, Log.DEBUG);
2038 if (Log.isLoggable(TAG, Log.DEBUG)) {
2050 if (Log.isLoggable(TAG, Log.DEBUG)) {
H A DSyncStorageEngine.java2692 if (Log.isLoggable(TAG, Log.DEBUG)) {
/frameworks/base/services/core/java/com/android/server/display/
H A DAutomaticBrightnessController.java45 private static final boolean DEBUG = false; field in class:AutomaticBrightnessController
315 if (DEBUG) {
324 if (DEBUG) {
378 if (DEBUG) {
389 if (DEBUG) {
404 if (DEBUG) {
424 if (DEBUG) {
444 if (DEBUG) {
458 if (DEBUG) {
468 if (DEBUG) {
[all...]
H A DColorFade.java65 private static final boolean DEBUG = false; field in class:ColorFade
140 if (DEBUG) {
305 if (DEBUG) {
326 if (DEBUG) {
354 if (DEBUG) {
395 if (DEBUG) {
H A DDisplayManagerService.java114 private static final boolean DEBUG = false; field in class:DisplayManagerService
252 if (DEBUG) {
816 if (DEBUG) {
825 if (DEBUG) {
915 if (DEBUG) {
1086 if (DEBUG) {
H A DDisplayPowerController.java75 private static boolean DEBUG = false; field in class:DisplayPowerController
381 if (DEBUG) {
694 if (DEBUG) {
708 if (DEBUG) {
718 if (DEBUG) {
787 if (DEBUG) {
1130 if (DEBUG) {
H A DDisplayPowerState.java55 private static boolean DEBUG = false; field in class:DisplayPowerState
131 if (DEBUG) {
155 if (DEBUG) {
219 if (DEBUG) {
310 if (DEBUG) {
316 if (DEBUG) {
355 if (DEBUG) {
411 if (DEBUG) {

Completed in 316 milliseconds

1234567891011>>