/developers/build/prebuilts/gradle/MultiWindowPlayground/kotlinApp/Application/src/main/java/com/android/multiwindowplayground/logger/ |
D | Log.kt | 33 private val DEBUG = android.util.Log.DEBUG constant 57 println(DEBUG, tag, msg) in d()
|
/developers/samples/android/ui/window/MultiWindowPlayground/kotlinApp/Application/src/main/java/com/android/multiwindowplayground/logger/ |
D | Log.kt | 33 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/ |
D | DigitalWatchFaceConfigListenerService.java | 47 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/build/prebuilts/gradle/WatchFace/Wearable/src/main/java/com/example/android/wearable/watchface/config/ |
D | DigitalWatchFaceConfigListenerService.java | 47 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/ |
D | SessionManager.java | 40 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()
|
D | RemotePlayer.java | 48 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 …]
|
D | LocalPlayer.java | 54 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/build/prebuilts/gradle/MediaRouter/Application/src/main/java/com/example/android/mediarouter/player/ |
D | SessionManager.java | 40 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()
|
D | RemotePlayer.java | 48 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 …]
|
D | LocalPlayer.java | 54 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/build/prebuilts/androidtv/leanback/app/src/main/java/com/example/android/tvleanback/ui/ |
D | SearchActivity.java | 34 private static boolean DEBUG = true; field in SearchActivity 53 if (DEBUG) Log.v(TAG, "recognizeSpeech"); in onCreate() 62 if (DEBUG) Log.v(TAG, "onActivityResult requestCode=" + requestCode + in onActivityResult()
|
/developers/samples/android/ui/views/RecyclerView/kotlinApp/app/src/main/java/com/example/android/common/logger/ |
D | Log.kt | 32 val DEBUG = android.util.Log.DEBUG constant 79 println(DEBUG, tag, msg, tr) in d()
|
/developers/build/prebuilts/gradle/RecyclerView/kotlinApp/app/src/main/java/com/example/android/common/logger/ |
D | Log.kt | 32 val DEBUG = android.util.Log.DEBUG constant 79 println(DEBUG, tag, msg, tr) in d()
|
/developers/build/prebuilts/gradle/WatchFace/Wearable/src/main/java/com/example/android/wearable/watchface/watchface/ |
D | InteractiveWatchFaceService.java | 80 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()
|
D | DigitalWatchFaceService.java | 192 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 …]
|
/developers/samples/android/wearable/wear/WatchFace/Wearable/src/main/java/com/example/android/wearable/watchface/watchface/ |
D | InteractiveWatchFaceService.java | 80 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()
|
D | DigitalWatchFaceService.java | 192 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 …]
|
/developers/build/prebuilts/gradle/DisplayingBitmaps/Application/src/main/java/com/example/android/displayingbitmaps/util/ |
D | ImageFetcher.java | 97 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()
|
/developers/samples/android/ui/graphics/DisplayingBitmaps/Application/src/main/java/com/example/android/displayingbitmaps/util/ |
D | ImageFetcher.java | 97 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()
|
/developers/samples/android/input/autofill/AutofillFramework/Application/src/main/java/com/example/android/autofill/app/commoncases/ |
D | WebViewSignInActivity.java | 30 import static com.example.android.autofill.app.Util.DEBUG; 50 if (DEBUG) Log.d(TAG, "Clearing WebView data"); in onCreate()
|
/developers/build/prebuilts/gradle/AutofillFramework/Application/src/main/java/com/example/android/autofill/app/commoncases/ |
D | WebViewSignInActivity.java | 30 import static com.example.android.autofill.app.Util.DEBUG; 50 if (DEBUG) Log.d(TAG, "Clearing WebView data"); in onCreate()
|
/developers/build/prebuilts/gradle/ElizaChat/Application/src/main/java/com/example/android/wearable/elizachat/ |
D | ResponderService.java | 58 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/deprecated/wearable/wear/ElizaChat/Application/src/main/java/com/example/android/wearable/elizachat/ |
D | ResponderService.java | 58 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/deprecated/wearable/wear/Timer/Wearable/src/main/java/com/example/android/wearable/timer/ |
D | TimerNotificationService.java | 48 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/build/prebuilts/gradle/Timer/Wearable/src/main/java/com/example/android/wearable/timer/ |
D | TimerNotificationService.java | 48 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()
|