Home
last modified time | relevance | path

Searched refs:DEBUG (Results 1 – 8 of 8) sorted by relevance

/core/core/src/main/java/androidx/core/app/
DJobIntentService.java99 static final boolean DEBUG = false; field in JobIntentService
186 if (DEBUG) Log.d(TAG, "Starting service for work: " + work); in enqueueWork()
251 static final boolean DEBUG = false; field in JobIntentService.JobServiceEngineImpl
291 if (DEBUG) Log.d(TAG, "onStartJob: " + params); in onStartJob()
300 if (DEBUG) Log.d(TAG, "onStopJob: " + params); in onStopJob()
347 if (DEBUG) Log.d(TAG, "Enqueueing work: " + work); in enqueueWork()
380 if (DEBUG) Log.d(TAG, "Stopping self: #" + mStartId); in complete()
393 if (DEBUG) Log.d(TAG, "Starting to dequeue work..."); in doInBackground()
396 if (DEBUG) Log.d(TAG, "Processing next work: " + work); in doInBackground()
398 if (DEBUG) Log.d(TAG, "Completing work: " + work); in doInBackground()
[all …]
DAppLocalesStorageHelper.java48 static final boolean DEBUG = false; field in AppLocalesStorageHelper
65 if (DEBUG) { in readLocales()
104 if (DEBUG) { in readLocales()
143 if (DEBUG) { in persistLocales()
DNotificationManagerCompat.java955 if (Log.isLoggable(TAG, Log.DEBUG)) { in onServiceConnected()
965 if (Log.isLoggable(TAG, Log.DEBUG)) { in onServiceDisconnected()
1002 if (Log.isLoggable(TAG, Log.DEBUG)) { in updateListenerMap()
1014 if (Log.isLoggable(TAG, Log.DEBUG)) { in updateListenerMap()
1072 if (Log.isLoggable(TAG, Log.DEBUG)) { in scheduleListenerRetry()
1084 if (Log.isLoggable(TAG, Log.DEBUG)) { in processListenerQueue()
1103 if (Log.isLoggable(TAG, Log.DEBUG)) { in processListenerQueue()
1109 if (Log.isLoggable(TAG, Log.DEBUG)) { in processListenerQueue()
DNotificationCompat.java4805 if (Log.isLoggable(TAG, Log.DEBUG)) { in apply()
/core/core/src/androidTest/java/androidx/core/widget/
DScrollerCompatTestBase.java38 private static final boolean DEBUG = false; field in ScrollerCompatTestBase
53 if (DEBUG) { in testTargetReached()
69 if (DEBUG) { in testAbort()
/core/core/src/main/java/androidx/core/view/
DWindowInsetsAnimationCompat.java60 private static final boolean DEBUG = false; field in WindowInsetsAnimationCompat
779 if (DEBUG) {
786 if (DEBUG) {
808 if (DEBUG) {
DViewCompat.java3271 if (Log.isLoggable(TAG, Log.DEBUG)) { in performReceiveContent()
/core/core/src/main/java/androidx/core/widget/
DTextViewOnReceiveContentListener.java53 if (Log.isLoggable(LOG_TAG, Log.DEBUG)) { in onReceiveContent()