Searched defs:DEBUG (Results 226 - 250 of 412) sorted by relevance

1234567891011>>

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DUserSwitcherController.java63 private static final boolean DEBUG = false; field in class:UserSwitcherController
295 if (DEBUG) {
/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/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/services/core/java/com/android/server/
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 DIntentResolver.java48 final private static boolean DEBUG = false; field in class:IntentResolver
49 final private static boolean localLOGV = DEBUG || false;
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/display/
H A DOverlayDisplayAdapter.java54 static final boolean DEBUG = false; field in class:OverlayDisplayAdapter
H A DOverlayDisplayWindow.java49 private static final boolean DEBUG = false; field in class:OverlayDisplayWindow
245 if (DEBUG) {
H A DVirtualDisplayAdapter.java47 static final boolean DEBUG = false; field in class:VirtualDisplayAdapter
H A DWifiDisplayAdapter.java65 private static final boolean DEBUG = false; field in class:WifiDisplayAdapter
149 if (DEBUG) {
164 if (DEBUG) {
179 if (DEBUG) {
194 if (DEBUG) {
209 if (DEBUG) {
224 if (DEBUG) {
239 if (DEBUG) {
267 if (DEBUG) {
289 if (DEBUG) {
[all...]
/frameworks/base/services/core/java/com/android/server/job/
H A DJobSchedulerService.java73 static final boolean DEBUG = false; field in class:JobSchedulerService
144 if (DEBUG) {
151 if (DEBUG) {
246 if (DEBUG) {
417 if (DEBUG) {
449 if (DEBUG) {
468 if (DEBUG) {
472 if (DEBUG) {
548 if (DEBUG) {
554 if (DEBUG) {
[all...]
H A DJobServiceContext.java65 private static final boolean DEBUG = false; field in class:JobServiceContext
167 if (DEBUG) {
281 if (DEBUG) {
307 if (DEBUG) {
321 if (DEBUG) {
342 if (DEBUG) {
352 if (DEBUG) {
386 if (DEBUG) {
432 if (DEBUG) {
437 if (JobSchedulerService.DEBUG) {
[all...]
/frameworks/base/services/core/java/com/android/server/media/
H A DRemoteDisplayProviderProxy.java43 private static final boolean DEBUG = Log.isLoggable(TAG, Log.DEBUG); field in class:RemoteDisplayProviderProxy
138 if (DEBUG) {
149 if (DEBUG) {
186 if (DEBUG) {
195 if (!mBound && DEBUG) {
199 if (DEBUG) {
208 if (DEBUG) {
220 if (DEBUG) {
233 if (DEBUG) {
[all...]
/frameworks/base/services/core/java/com/android/server/notification/
H A DDowntimeConditionProvider.java53 private static final boolean DEBUG = Log.isLoggable(TAG, Log.DEBUG); field in class:DowntimeConditionProvider
85 if (DEBUG) Slog.d(TAG, "new DowntimeConditionProvider()");
114 if (DEBUG) Slog.d(TAG, "onConnected");
131 if (DEBUG) Slog.d(TAG, "onDestroy");
139 if (DEBUG) Slog.d(TAG, "onRequestConditions relevance=" + relevance);
147 if (DEBUG) Slog.d(TAG, "onSubscribe conditionId=" + conditionId);
157 if (DEBUG) Slog.d(TAG, "shouldShowCondition now=" + mCalendar.isInDowntime(now)
217 if (DEBUG) Slog.d(TAG, "onUnsubscribe conditionId=" + conditionId + " current=" + current);
227 if (DEBUG) Slo
[all...]
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",
H A DValidateNotificationPeople.java54 private static final boolean DEBUG = Log.isLoggable(TAG, Log.DEBUG); field in class:ValidateNotificationPeople
89 if (DEBUG) Slog.d(TAG, "Initializing " + getClass().getSimpleName() + ".");
101 if (DEBUG || mEvictionCount % 100 == 0) {
147 if (DEBUG) Slog.d(TAG, "checking affinity for " + userHandle);
234 if (DEBUG) Slog.d(TAG, "using cached lookupResult");
250 if (DEBUG) Slog.d(TAG, "Pending: future work scheduled for: " + key);
374 if (DEBUG) Slog.d(TAG, "contact _ID is: " + id);
387 if (DEBUG) Slog.d(TAG, "contact STARRED is: " + isStarred);
389 if (DEBUG) Slo
[all...]
H A DZenLog.java37 private static final boolean DEBUG = Build.IS_DEBUGGABLE; field in class:ZenLog
179 if (DEBUG) Slog.d(TAG, typeToString(type) + ": " + msg);
/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/base/services/core/java/com/android/server/storage/
H A DDeviceStorageMonitorService.java78 static final boolean DEBUG = false; field in class:DeviceStorageMonitorService
/frameworks/base/services/usage/java/com/android/server/usage/
H A DUsageStatsService.java67 static final boolean DEBUG = false; field in class:UsageStatsService
70 private static final long FLUSH_INTERVAL = DEBUG ? TEN_SECONDS : TWENTY_MINUTES;
/frameworks/base/services/voiceinteraction/java/com/android/server/voiceinteraction/
H A DVoiceInteractionManagerService.java69 static final boolean DEBUG = false; field in class:VoiceInteractionManagerService
133 if (DEBUG) Slog.i(TAG, "initForUser user=" + userHandle);
320 if (DEBUG) Slog.i(TAG, "getCurInteractor curInteractor=" + curInteractor
329 if (DEBUG) Slog.i(TAG, "setCurInteractor comp=" + comp
367 if (DEBUG) Slog.i(TAG, "getCurRecognizer curRecognizer=" + curRecognizer
376 if (DEBUG) Slog.i(TAG, "setCurRecognizer comp=" + comp
699 if (DEBUG) Slog.i(TAG, "onSomePackagesChanged user=" + userHandle);
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/decoder/
H A DMediaDecoder.java78 private static final boolean DEBUG = false; field in class:MediaDecoder
236 if (DEBUG) {
/frameworks/base/tests/FrameworkPerf/src/com/android/frameworkperf/
H A DFrameworkPerfActivity.java50 static final boolean DEBUG = false; field in class:FrameworkPerfActivity
329 if (DEBUG) {
367 if (DEBUG) Log.i(TAG, "startCurOp: mCurConnection=" + mCurConnection);
383 if (DEBUG) {
/frameworks/opt/bitmap/src/com/android/bitmap/drawable/
H A DBasicBitmapDrawable.java92 private static final boolean DEBUG = DecodeTask.DEBUG; field in class:BasicBitmapDrawable
215 if (DEBUG) {
220 if (DEBUG) {
/frameworks/support/v17/leanback/src/android/support/v17/leanback/app/
H A DVerticalGridFragment.java51 private static boolean DEBUG = false; field in class:VerticalGridFragment
159 if (DEBUG) Log.v(TAG, "row selected position " + position);
303 if (DEBUG) Log.v(TAG, "onFocusSearch focused " + focused + " + direction " + direction);

Completed in 530 milliseconds

1234567891011>>