Home
last modified time | relevance | path

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

12345678910

/developers/samples/android/ui/window/MultiWindowPlayground/kotlinApp/Application/src/main/java/com/android/multiwindowplayground/logger/
DLog.kt33 private val DEBUG = android.util.Log.DEBUG constant
57 println(DEBUG, tag, msg) in d()
/developers/samples/android/wearable/wear/WatchFace/Wearable/src/main/java/com/example/android/wearable/watchface/config/
DDigitalWatchFaceConfigListenerService.java47 if (Log.isLoggable(TAG, Log.DEBUG)) { in onMessageReceived()
58 if (Log.isLoggable(TAG, Log.DEBUG)) { in onMessageReceived()
81 if (Log.isLoggable(TAG, Log.DEBUG)) { in onConnected()
88 if (Log.isLoggable(TAG, Log.DEBUG)) { in onConnectionSuspended()
95 if (Log.isLoggable(TAG, Log.DEBUG)) { in onConnectionFailed()
/developers/samples/android/media/MediaRouter/Application/src/main/java/com/example/android/mediarouter/player/
DSessionManager.java40 private static final boolean DEBUG = Log.isLoggable(TAG, Log.DEBUG); field in SessionManager
80 if (DEBUG) { in updateStatus()
111 if (DEBUG) { in add()
133 if (DEBUG) { in remove()
141 if (DEBUG) { in seek()
181 if (DEBUG) { in pause()
189 if (DEBUG) { in resume()
197 if (DEBUG) { in stop()
244 if (DEBUG) { in suspend()
260 if (DEBUG) { in unsuspend()
DRemotePlayer.java48 private static final boolean DEBUG = Log.isLoggable(TAG, Log.DEBUG); field in RemotePlayer
84 if (DEBUG) {
110 if (DEBUG) { in connect()
121 if (DEBUG) { in release()
129 if (DEBUG) { in play()
169 if (DEBUG) { in getStatus()
207 if (DEBUG) { in pause()
232 if (DEBUG) { in resume()
257 if (DEBUG) { in stop()
303 if (DEBUG) { in remove()
[all …]
DLocalPlayer.java54 private static final boolean DEBUG = Log.isLoggable(TAG, Log.DEBUG); field in LocalPlayer
91 if (DEBUG) { in connect()
98 if (DEBUG) { in release()
112 if (DEBUG) { in play()
138 if (DEBUG) { in seek()
169 if (DEBUG) { in pause()
180 if (DEBUG) { in resume()
193 if (DEBUG) { in stop()
215 if (DEBUG) { in onPrepared()
228 if (DEBUG) { in onPrepared()
[all …]
/developers/samples/android/ui/views/RecyclerView/kotlinApp/app/src/main/java/com/example/android/common/logger/
DLog.kt32 val DEBUG = android.util.Log.DEBUG constant
79 println(DEBUG, tag, msg, tr) in d()
/developers/samples/android/wearable/wear/WatchFace/Wearable/src/main/java/com/example/android/wearable/watchface/watchface/
DInteractiveWatchFaceService.java80 if (Log.isLoggable(TAG, Log.DEBUG)) { in onCreate()
111 if (Log.isLoggable(TAG, Log.DEBUG)) { in onApplyWindowInsets()
133 if (Log.isLoggable(TAG, Log.DEBUG)) { in onPeekCardPositionUpdate()
152 if (Log.isLoggable(TAG, Log.DEBUG)) { in onPropertiesChanged()
161 if (Log.isLoggable(TAG, Log.DEBUG)) { in onAmbientModeChanged()
177 if (Log.isLoggable(TAG, Log.DEBUG)) { in onTapCommand()
DDigitalWatchFaceService.java192 if (Log.isLoggable(TAG, Log.DEBUG)) { in onCreate()
245 if (Log.isLoggable(TAG, Log.DEBUG)) { in onVisibilityChanged()
299 if (Log.isLoggable(TAG, Log.DEBUG)) { in onApplyWindowInsets()
333 if (Log.isLoggable(TAG, Log.DEBUG)) { in onPropertiesChanged()
342 if (Log.isLoggable(TAG, Log.DEBUG)) { in onTimeTick()
351 if (Log.isLoggable(TAG, Log.DEBUG)) { in onAmbientModeChanged()
388 if (Log.isLoggable(TAG, Log.DEBUG)) { in onInterruptionFilterChanged()
530 if (Log.isLoggable(TAG, Log.DEBUG)) {
595 if (Log.isLoggable(TAG, Log.DEBUG)) {
609 if (Log.isLoggable(TAG, Log.DEBUG)) {
[all …]
DOpenGLWatchFaceService.java130 if (Log.isLoggable(TAG, Log.DEBUG)) { in onCreate()
145 if (Log.isLoggable(TAG, Log.DEBUG)) { in onGlContextCreated()
226 if (Log.isLoggable(TAG, Log.DEBUG)) { in onGlSurfaceCreated()
369 if (Log.isLoggable(TAG, Log.DEBUG)) { in onAmbientModeChanged()
378 if (Log.isLoggable(TAG, Log.DEBUG)) { in onVisibilityChanged()
414 if (Log.isLoggable(TAG, Log.DEBUG)) { in onTimeTick()
/developers/samples/android/ui/graphics/DisplayingBitmaps/Application/src/main/java/com/example/android/displayingbitmaps/util/
DImageFetcher.java97 if (BuildConfig.DEBUG) { in initHttpDiskCache()
116 if (BuildConfig.DEBUG) { in clearCacheInternal()
136 if (BuildConfig.DEBUG) { in flushCacheInternal()
155 if (BuildConfig.DEBUG) { in closeCacheInternal()
189 if (BuildConfig.DEBUG) { in processBitmap()
209 if (BuildConfig.DEBUG) { in processBitmap()
DImageCache.java134 if (BuildConfig.DEBUG) { in init()
215 if (BuildConfig.DEBUG) { in initDiskCache()
300 if (BuildConfig.DEBUG && memValue != null) { in getBitmapFromMemCache()
330 if (BuildConfig.DEBUG) { in getBitmapFromDiskCache()
402 if (BuildConfig.DEBUG) { in clearCache()
412 if (BuildConfig.DEBUG) { in clearCache()
433 if (BuildConfig.DEBUG) { in flush()
454 if (BuildConfig.DEBUG) { in close()
DImageWorker.java205 if (BuildConfig.DEBUG) { in cancelWork()
226 if (BuildConfig.DEBUG) { in cancelPotentialWork()
280 if (BuildConfig.DEBUG) { in doInBackground()
334 if (BuildConfig.DEBUG) { in doInBackground()
356 if (BuildConfig.DEBUG) { in onPostExecute()
/developers/samples/android/deprecated/wearable/wear/ElizaChat/Application/src/main/java/com/example/android/wearable/elizachat/
DResponderService.java58 if (Log.isLoggable(TAG, Log.DEBUG)) { in onCreate()
91 if (Log.isLoggable(TAG, Log.DEBUG)) { in showNotification()
117 if (Log.isLoggable(TAG, Log.DEBUG)) { in processIncoming()
141 if (Log.isLoggable(TAG, Log.DEBUG)) { in onDestroy()
/developers/samples/android/input/autofill/AutofillFramework/Application/src/main/java/com/example/android/autofill/app/commoncases/
DWebViewSignInActivity.java30 import static com.example.android.autofill.app.Util.DEBUG;
50 if (DEBUG) Log.d(TAG, "Clearing WebView data"); in onCreate()
/developers/samples/android/deprecated/wearable/wear/Timer/Wearable/src/main/java/com/example/android/wearable/timer/
DTimerNotificationService.java48 if (Log.isLoggable(TAG, Log.DEBUG)) { in onHandleIntent()
67 if (Log.isLoggable(TAG, Log.DEBUG)) { in restartAlarm()
82 if (Log.isLoggable(TAG, Log.DEBUG)) { in deleteTimer()
/developers/samples/android/deprecated/wearable/wear/AgendaData/Application/src/main/java/com/example/android/wearable/agendadata/
DMainActivity.java200 if (Log.isLoggable(TAG, Log.DEBUG)) { in onDeleteEventsClicked()
245 if (Log.isLoggable(TAG, Log.DEBUG)) { in onConnected()
253 if (Log.isLoggable(TAG, Log.DEBUG)) { in onConnectionSuspended()
260 if (Log.isLoggable(TAG, Log.DEBUG)) { in onConnectionFailed()
284 if (Log.isLoggable(TAG, Log.DEBUG)) { in onActivityResult()
306 if (Log.isLoggable(TAG, Log.DEBUG)) { in onRequestPermissionsResult()
/developers/samples/android/ui/window/MultiWindowPlayground/Application/src/main/java/com/example/android/common/logger/
DLog.java32 public static final int DEBUG = android.util.Log.DEBUG; field in Log
116 println(DEBUG, tag, msg, tr); in d()
/developers/samples/android/common/src/java/com/example/android/common/logger/
DLog.java31 public static final int DEBUG = android.util.Log.DEBUG; field in Log
114 println(DEBUG, tag, msg, tr); in d()
/developers/samples/android/ui/window/DragAndDropAcrossApps/DropTarget/src/main/java/com/example/android/common/logger/
DLog.java31 public static final int DEBUG = android.util.Log.DEBUG; field in Log
114 println(DEBUG, tag, msg, tr); in d()
/developers/samples/android/ui/window/DragAndDropAcrossApps/DragSource/src/main/java/com/example/android/common/logger/
DLog.java34 public static final int DEBUG = android.util.Log.DEBUG; field in Log
122 println(DEBUG, tag, msg, tr); in d()
/developers/samples/android/deprecated/wearable/wear/AgendaData/Wearable/src/main/java/com/example/android/wearable/agendadata/
DDeleteService.java108 if (Log.isLoggable(TAG, Log.DEBUG)) { in onConnected()
115 if (Log.isLoggable(TAG, Log.DEBUG)) { in onConnectionSuspended()
122 if (Log.isLoggable(TAG, Log.DEBUG)) { in onConnectionFailed()
/developers/samples/android/input/autofill/AutofillFramework/Application/src/main/java/com/example/android/autofill/app/edgecases/
DAbstractMultipleStepsActivity.java33 import static com.example.android.autofill.app.Util.DEBUG;
95 if (DEBUG) debug("onCreate(): steps=%s", stepsMap); in onCreate()
109 if (DEBUG) debug("Showing step %d", i); in showStep()
151 if (DEBUG) debug("step %d: %s->%s", i, getString(labelId), autofillHints); in initializeSteps()
/developers/samples/android/input/autofill/AutofillFramework/Application/src/main/java/com/example/android/autofill/app/view/autofillable/
DCustomVirtualView.java75 if (DEBUG) { in autofill()
116 if (DEBUG) { in autofill()
145 if (DEBUG) { in onProvideAutofillVirtualStructure()
154 if (DEBUG) { in onProvideAutofillVirtualStructure()
DCreditCardExpirationDatePickerView.java39 import static com.example.android.autofill.app.Util.DEBUG;
92 if (DEBUG) Log.d(TAG, "getAutofillValue(): " + value); in getAutofillValue()
106 if (DEBUG) Log.d(TAG, "autofill(" + value + "): " + month + "/" + year); in autofill()
/developers/samples/android/content/AutoBackupForApps/Application/src/main/java/com/example/android/autobackupsample/
DAddFileActivity.java189 if (Log.isLoggable(TAG, Log.DEBUG)) { in initFileSizeSpinner()
291 if (Log.isLoggable(TAG, Log.DEBUG)) { in isFileExists()
304 if (Log.isLoggable(TAG, Log.DEBUG)) { in isSizeValid()
312 if (Log.isLoggable(TAG, Log.DEBUG)) { in isSizeValid()
324 if (Log.isLoggable(TAG, Log.DEBUG)) { in isFileStorageParamValid()

12345678910