Searched refs:DEBUG (Results 1 – 8 of 8) sorted by relevance
| /core/core/src/main/java/androidx/core/app/ |
| D | JobIntentService.java | 99 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 …]
|
| D | AppLocalesStorageHelper.java | 48 static final boolean DEBUG = false; field in AppLocalesStorageHelper 65 if (DEBUG) { in readLocales() 104 if (DEBUG) { in readLocales() 143 if (DEBUG) { in persistLocales()
|
| D | NotificationManagerCompat.java | 955 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()
|
| D | NotificationCompat.java | 4805 if (Log.isLoggable(TAG, Log.DEBUG)) { in apply()
|
| /core/core/src/androidTest/java/androidx/core/widget/ |
| D | ScrollerCompatTestBase.java | 38 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/ |
| D | WindowInsetsAnimationCompat.java | 60 private static final boolean DEBUG = false; field in WindowInsetsAnimationCompat 779 if (DEBUG) { 786 if (DEBUG) { 808 if (DEBUG) {
|
| D | ViewCompat.java | 3271 if (Log.isLoggable(TAG, Log.DEBUG)) { in performReceiveContent()
|
| /core/core/src/main/java/androidx/core/widget/ |
| D | TextViewOnReceiveContentListener.java | 53 if (Log.isLoggable(LOG_TAG, Log.DEBUG)) { in onReceiveContent()
|