Searched refs:DEBUG (Results 126 - 150 of 471) sorted by relevance

1234567891011>>

/frameworks/base/services/core/java/com/android/server/power/
H A DNotifier.java72 private static final boolean DEBUG = false; field in class:Notifier
143 if (DEBUG) {
182 if (DEBUG) {
207 if (DEBUG) {
243 if (DEBUG) {
265 if (DEBUG) {
355 if (DEBUG) {
379 if (DEBUG) {
461 if (DEBUG) {
484 if (DEBUG) {
[all...]
/frameworks/opt/timezonepicker/src/com/android/timezonepicker/
H A DTimeZoneData.java42 private static final boolean DEBUG = false; field in class:TimeZoneData
123 if (DEBUG) {
150 if (DEBUG) {
155 if (DEBUG) {
219 } else if (DEBUG) {
346 if (DEBUG) {
425 if (DEBUG) {
432 if (DEBUG) {
449 if (DEBUG) {
455 if (DEBUG) {
[all...]
/frameworks/base/core/java/android/app/
H A DFragmentManager.java347 FragmentManagerImpl.DEBUG = enabled;
405 static boolean DEBUG = false; field in class:FragmentManagerImpl
795 if (DEBUG && false) Log.v(TAG, "moveToState: " + f
829 if (DEBUG) Log.v(TAG, "moveto CREATED: " + f);
880 if (DEBUG) Log.v(TAG, "moveto ACTIVITY_CREATED: " + f);
921 if (DEBUG) Log.v(TAG, "moveto STARTED: " + f);
926 if (DEBUG) Log.v(TAG, "moveto RESUMED: " + f);
938 if (DEBUG) Log.v(TAG, "movefrom RESUMED: " + f);
944 if (DEBUG) Log.v(TAG, "movefrom STARTED: " + f);
950 if (DEBUG) Lo
[all...]
H A DVoiceInteractor.java62 static final boolean DEBUG = true; field in class:VoiceInteractor
78 if (DEBUG) Log.d(TAG, "onConfirmResult: req="
89 if (DEBUG) Log.d(TAG, "onCompleteVoice: req="
99 if (DEBUG) Log.d(TAG, "onAbortVoice: req="
109 if (DEBUG) Log.d(TAG, "onCommandResult: req="
121 if (DEBUG) Log.d(TAG, "onCancelResult: req="
439 if (DEBUG) Log.d(TAG, "supportsCommands: cmds=" + commands + " res=" + res);
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/
H A DFusedPrintersProvider.java65 private static final boolean DEBUG = false; field in class:FusedPrintersProvider
141 if (DEBUG) {
156 if (DEBUG) {
164 if (DEBUG) {
184 if (DEBUG) {
231 if (DEBUG) {
254 if (DEBUG) {
267 if (DEBUG) {
372 if (DEBUG) {
498 if (DEBUG) {
[all...]
/frameworks/base/services/backup/java/com/android/server/backup/
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/core/java/android/inputmethodservice/
H A DInputMethodService.java225 static final boolean DEBUG = false; field in class:InputMethodService
371 if (DEBUG) Log.v(TAG, "bindInput(): binding=" + binding
383 if (DEBUG) Log.v(TAG, "unbindInput(): binding=" + mInputBinding
391 if (DEBUG) Log.v(TAG, "startInput(): editor=" + attribute);
396 if (DEBUG) Log.v(TAG, "restartInput(): editor=" + attribute);
404 if (DEBUG) Log.v(TAG, "hideSoftInput()");
422 if (DEBUG) Log.v(TAG, "showSoftInput()");
429 if (DEBUG) Log.v(TAG, "BadTokenException: IME is done.");
461 if (DEBUG) Log.v(TAG, "finishInput() in " + this);
1417 if (DEBUG) Lo
[all...]
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
H A DKeyguardSimPukView.java48 private static final boolean DEBUG = KeyguardConstants.DEBUG; field in class:KeyguardSimPukView
63 if (DEBUG) Log.v(TAG, "onSimStateChanged(subId=" + subId + ",state=" + simState + ")");
155 if (DEBUG) Log.d(LOG_TAG, "getPukPasswordErrorMessage:"
232 if (DEBUG) Log.v(TAG, "call supplyPukReportResult()");
235 if (DEBUG) {
338 if (DEBUG) Log.d(LOG_TAG, "verifyPasswordAndUnlock "
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DSignalClusterView.java44 static final boolean DEBUG = Log.isLoggable(TAG, Log.DEBUG); field in class:SignalClusterView
83 if (DEBUG) Log.d(TAG, "NetworkController=" + nc);
88 if (DEBUG) Log.d(TAG, "SecurityController=" + sc);
265 if (DEBUG) Log.d(TAG, String.format("vpn: %s", mVpnVisible ? "VISIBLE" : "GONE"));
274 if (DEBUG) Log.d(TAG,
358 if (DEBUG) Log.d(TAG, String.format("mobile: %s sig=%d typ=%d",
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DQSTileHost.java67 private static final boolean DEBUG = Log.isLoggable(TAG, Log.DEBUG); field in class:QSTileHost
224 if (DEBUG) Log.d(TAG, "Recreating tiles");
228 if (DEBUG) Log.d(TAG, "Destroying tile: " + tile.getKey());
237 if (DEBUG) Log.d(TAG, "Creating tile: " + tileSpec);
275 if (DEBUG) Log.d(TAG, "Loaded tile specs from config: " + tileList);
277 if (DEBUG) Log.d(TAG, "Loaded tile specs from setting: " + tileList);
/frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
H A DKeyguardServiceDelegate.java34 private static final boolean DEBUG = true; field in class:KeyguardServiceDelegate
82 if (DEBUG) Log.v(TAG, "**** SHOWN CALLED ****");
100 if (DEBUG) Log.v(TAG, "**** onKeyguardExitResult(" + success +") CALLED ****");
124 if (DEBUG) Log.v(TAG, "*** Keyguard started");
131 if (DEBUG) Log.v(TAG, "*** Keyguard connected (yay!)");
149 if (DEBUG) Log.v(TAG, "*** Keyguard disconnected (boo!)");
217 if (DEBUG) Log.v(TAG, "onScreenTurnedOn(showListener = " + showListener + ")");
/frameworks/base/services/core/java/com/android/server/notification/
H A DNextAlarmTracker.java45 private static final boolean DEBUG = Log.isLoggable(TAG, Log.DEBUG); field in class:NextAlarmTracker
153 if (DEBUG) Slog.d(TAG, "handleEvaluate nextAlarm=" + formatAlarmDebug(triggerTime)
209 if (DEBUG) Slog.d(TAG, "rescheduleAlarm " + time);
219 if (DEBUG) Slog.d(TAG, String.format("Scheduling alarm for %s (in %s)",
229 if (DEBUG) Slog.d(TAG, "onReceive " + action);
233 if (DEBUG) Slog.d(TAG, String.format(" next alarm for user %s: %s",
/frameworks/base/tests/SystemUIDemoModeController/src/com/example/android/demomodecontroller/
H A DDemoModeController.java38 private static final boolean DEBUG = false; field in class:DemoModeController
95 if (DEBUG) Log.d(TAG, "down");
107 if (DEBUG) Log.d(TAG, "upOrCancel");
133 if (DEBUG) Log.d(TAG, String.format("hsv=(%s,%s,%s) argb=#%08x", hue, sat, val, color));
204 if (DEBUG) Log.d(TAG, "toggleMode");
217 if (DEBUG) Log.d(TAG, "mControllingColor = true");
224 if (DEBUG) Log.d(TAG, "exitDemoMode");
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/
H A DRemotePrintDocument.java58 private static final boolean DEBUG = false; field in class:RemotePrintDocument
173 if (DEBUG) {
191 if (DEBUG) {
244 if (DEBUG) {
258 if (DEBUG) {
277 if (DEBUG) {
295 if (DEBUG) {
308 if (DEBUG) {
375 if (DEBUG) {
382 if (DEBUG) {
[all...]
/frameworks/base/core/java/android/util/
H A DArrayMap.java48 private static final boolean DEBUG = false; field in class:ArrayMap
177 if (DEBUG) Log.d(TAG, "Retrieving 2x cache " + mHashes
191 if (DEBUG) Log.d(TAG, "Retrieving 1x cache " + mHashes
213 if (DEBUG) Log.d(TAG, "Storing 2x cache " + array
227 if (DEBUG) Log.d(TAG, "Storing 1x cache " + array
455 if (DEBUG) Log.d(TAG, "put: grow from " + mHashes.length + " to " + n);
462 if (DEBUG) Log.d(TAG, "put: copy 0-" + mSize + " to 0");
471 if (DEBUG) Log.d(TAG, "put: move " + index + "-" + (mSize-index)
594 if (DEBUG) Log.d(TAG, "remove: shrink from " + mHashes.length + " to 0");
606 if (DEBUG) Lo
[all...]
/frameworks/base/core/java/android/view/
H A DSurfaceView.java88 static private final boolean DEBUG = false; field in class:SurfaceView
454 if (DEBUG) Log.i(TAG, "Changes: creating=" + creating
515 if (DEBUG) Log.i(TAG, "Cur surface: " + mSurface);
527 if (DEBUG) Log.i(TAG, "New surface: " + mNewSurface
561 if (DEBUG) Log.i(TAG, "visibleChanged -- surfaceDestroyed");
575 if (DEBUG) Log.i(TAG, "visibleChanged -- surfaceCreated");
585 if (DEBUG) Log.i(TAG, "surfaceChanged -- format=" + mFormat
595 if (DEBUG) Log.i(TAG, "surfaceRedrawNeeded");
610 if (DEBUG) Log.i(TAG, "finishedDrawing");
617 if (DEBUG) Lo
[all...]
H A DChoreographer.java74 private static final boolean DEBUG = false; field in class:Choreographer
322 if (DEBUG) {
366 if (DEBUG) {
482 if (DEBUG) {
499 if (DEBUG) {
525 if (DEBUG) {
536 if (DEBUG) {
552 if (DEBUG) {
575 if (DEBUG) {
/frameworks/base/services/print/java/com/android/server/print/
H A DRemotePrintService.java56 private static final boolean DEBUG = false; field in class:RemotePrintService
177 if (DEBUG) {
204 if (DEBUG) {
232 if (DEBUG) {
259 if (DEBUG) {
292 if (DEBUG) {
329 if (DEBUG) {
357 if (DEBUG) {
388 if (DEBUG) {
420 if (DEBUG) {
[all...]
/frameworks/support/v17/leanback/src/android/support/v17/leanback/app/
H A DSearchFragment.java65 private static final boolean DEBUG = false; field in class:SearchFragment
131 if (DEBUG) Log.v(TAG, "results changed, new size " + mResultAdapter.size());
159 if (DEBUG) Log.v(TAG, "Got results adapter " + adapter);
167 if (DEBUG) Log.v(TAG, "mResultAdapter " + mResultAdapter + " size " +
178 if (DEBUG) Log.v(TAG, "mAutoStartRecognition " + mAutoStartRecognition +
269 if (DEBUG) Log.v(TAG, String.format("onSearchQueryChange %s %s", query,
280 if (DEBUG) Log.v(TAG, String.format("onSearchQuerySubmit %s", query));
286 if (DEBUG) Log.v(TAG, String.format("onKeyboardDismiss %s", query));
315 if (DEBUG) Log.v(TAG, String.format("onItemSelected %d", position));
331 if (DEBUG) Lo
[all...]
H A DSearchSupportFragment.java67 private static final boolean DEBUG = false; field in class:SearchSupportFragment
133 if (DEBUG) Log.v(TAG, "results changed, new size " + mResultAdapter.size());
161 if (DEBUG) Log.v(TAG, "Got results adapter " + adapter);
169 if (DEBUG) Log.v(TAG, "mResultAdapter " + mResultAdapter + " size " +
180 if (DEBUG) Log.v(TAG, "mAutoStartRecognition " + mAutoStartRecognition +
271 if (DEBUG) Log.v(TAG, String.format("onSearchQueryChange %s %s", query,
282 if (DEBUG) Log.v(TAG, String.format("onSearchQuerySubmit %s", query));
288 if (DEBUG) Log.v(TAG, String.format("onKeyboardDismiss %s", query));
317 if (DEBUG) Log.v(TAG, String.format("onItemSelected %d", position));
333 if (DEBUG) Lo
[all...]
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/renderer/
H A DPdfManipulationService.java55 private static final boolean DEBUG = false; field in class:PdfManipulationService
87 if (DEBUG) {
157 if (DEBUG) {
177 if (DEBUG) {
221 if (DEBUG) {
238 if (DEBUG) {
258 if (DEBUG) {
364 if (DEBUG) {
380 if (DEBUG) {
/frameworks/base/services/core/java/com/android/server/pm/
H A DLauncherAppsService.java70 private static final boolean DEBUG = false; field in class:LauncherAppsService.LauncherAppsImpl
93 if (DEBUG) {
97 if (DEBUG) {
115 if (DEBUG) {
136 if (DEBUG) {
144 if (DEBUG) {
341 if (DEBUG) Log.d(TAG, "Delivering msg to same user " + debugMsg);
352 if (DEBUG) {
358 if (DEBUG) {
/frameworks/base/core/java/android/hardware/camera2/impl/
H A DCameraDeviceImpl.java55 private final boolean DEBUG; field in class:CameraDeviceImpl
234 DEBUG = Log.isLoggable(TAG, Log.DEBUG);
421 if (DEBUG) {
441 if (DEBUG) {
498 if (DEBUG) {
537 if (DEBUG) {
546 if (DEBUG) {
555 if (DEBUG) {
619 if (DEBUG) {
[all...]
/frameworks/base/core/java/android/hardware/location/
H A DGeofenceHardwareImpl.java43 private static final boolean DEBUG = Log.isLoggable(TAG, Log.DEBUG); field in class:GeofenceHardwareImpl
223 if (DEBUG) {
284 if (DEBUG) Log.d(TAG, "addCircularFence: Result is: " + result);
291 if (DEBUG) Log.d(TAG, "Remove Geofence: GeofenceId: " + geofenceId);
324 if (DEBUG) Log.d(TAG, "removeGeofence: Result is: " + result);
331 if (DEBUG) Log.d(TAG, "Pause Geofence: GeofenceId: " + geofenceId);
363 if (DEBUG) Log.d(TAG, "pauseGeofence: Result is: " + result);
371 if (DEBUG) Log.d(TAG, "Resume Geofence: GeofenceId: " + geofenceId);
403 if (DEBUG) Lo
[all...]
/frameworks/base/core/java/com/android/internal/app/
H A DLocalePicker.java47 private static final boolean DEBUG = false; field in class:LocalePicker
112 if (DEBUG) {
124 if (DEBUG) {
130 if (DEBUG) {
138 if (DEBUG) {

Completed in 784 milliseconds

1234567891011>>