/development/apps/CustomLocale/src/com/android/customlocale2/ |
D | ChangeLocale.java | 34 private static final boolean DEBUG = true; field in ChangeLocale 43 if (DEBUG) { in changeSystemLocale() 71 if (DEBUG) { in changeSystemLocale()
|
D | CustomLocaleReceiver.java | 40 private static final boolean DEBUG = true; field in CustomLocaleReceiver 51 if (DEBUG) { in onReceive() 72 if (!is_ok && DEBUG) { in onReceive()
|
D | NewLocaleDialog.java | 38 private static final boolean DEBUG = true; field in NewLocaleDialog 62 if (DEBUG) { in onClick()
|
/development/tools/idegen/src/ |
D | Log.java | 22 static final boolean DEBUG = false; field in Log 25 if (DEBUG) { in debug()
|
/development/samples/Support7Demos/src/com/example/android/supportv7/media/ |
D | SessionManager.java | 38 private static final boolean DEBUG = Log.isLoggable(TAG, Log.DEBUG); field in SessionManager 76 if (DEBUG) { in updateStatus() 107 if (DEBUG) { in add() 129 if (DEBUG) { in remove() 137 if (DEBUG) { in seek() 177 if (DEBUG) { in pause() 189 if (DEBUG) { in resume() 201 if (DEBUG) { in stop() 252 if (DEBUG) { in suspend() 268 if (DEBUG) { in unsuspend()
|
D | RemotePlayer.java | 47 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 | 57 private static final boolean DEBUG = Log.isLoggable(TAG, Log.DEBUG); field in LocalPlayer 94 if (DEBUG) { in connect() 101 if (DEBUG) { in release() 115 if (DEBUG) { in play() 141 if (DEBUG) { in seek() 172 if (DEBUG) { in pause() 183 if (DEBUG) { in resume() 196 if (DEBUG) { in stop() 218 if (DEBUG) { in onPrepared() 231 if (DEBUG) { in onPrepared() [all …]
|
/development/samples/browseable/MediaRouter/src/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 …]
|
/development/samples/SupportLeanbackDemos/src/com/example/android/leanback/ |
D | SearchActivity.java | 26 private static boolean DEBUG = true; field in SearchActivity 48 if (DEBUG) Log.v(TAG, "recognizeSpeech"); in onCreate() 58 if (DEBUG) Log.v(TAG, "onActivityResult requestCode=" + requestCode + in onActivityResult()
|
/development/samples/browseable/DisplayingBitmaps/src/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()
|
/development/ndk/platforms/android-18/samples/gles3jni/jni/ |
D | gles3jni.h | 29 #define DEBUG 1 macro 33 #if DEBUG
|
/development/samples/wearable/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()
|
/development/samples/wearable/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()
|
/development/samples/wearable/JumpingJack/Wearable/src/main/java/com/example/android/wearable/jumpingjack/ |
D | MainActivity.java | 130 if (Log.isLoggable(TAG, Log.DEBUG)) { in onResume() 140 if (Log.isLoggable(TAG, Log.DEBUG)) { in onPause() 213 if (Log.isLoggable(TAG, Log.DEBUG)) { in renewTimer() 231 if (Log.isLoggable(TAG, Log.DEBUG)) { in resetFlag()
|
/development/samples/browseable/CustomChoiceList/src/com.example.android.common.logger/ |
D | Log.java | 31 public static final int DEBUG = android.util.Log.DEBUG; field in Log 114 println(DEBUG, tag, msg, tr); in d()
|
/development/samples/browseable/CardEmulation/src/com.example.android.common/logger/ |
D | Log.java | 31 public static final int DEBUG = android.util.Log.DEBUG; field in Log 114 println(DEBUG, tag, msg, tr); in d()
|
/development/samples/browseable/DrawableTinting/src/com.example.android.common/logger/ |
D | Log.java | 31 public static final int DEBUG = android.util.Log.DEBUG; field in Log 114 println(DEBUG, tag, msg, tr); in d()
|
/development/samples/browseable/BasicNetworking/src/com.example.android.common.logger/ |
D | Log.java | 31 public static final int DEBUG = android.util.Log.DEBUG; field in Log 114 println(DEBUG, tag, msg, tr); in d()
|
/development/samples/browseable/ElevationBasic/src/com.example.android.common/logger/ |
D | Log.java | 31 public static final int DEBUG = android.util.Log.DEBUG; field in Log 114 println(DEBUG, tag, msg, tr); in d()
|
/development/samples/browseable/StorageProvider/src/com.example.android.common/logger/ |
D | Log.java | 31 public static final int DEBUG = android.util.Log.DEBUG; field in Log 114 println(DEBUG, tag, msg, tr); in d()
|
/development/samples/browseable/TextSwitcher/src/com.example.android.common.logger/ |
D | Log.java | 31 public static final int DEBUG = android.util.Log.DEBUG; field in Log 114 println(DEBUG, tag, msg, tr); in d()
|
/development/samples/browseable/RepeatingAlarm/src/com.example.android.common/logger/ |
D | Log.java | 31 public static final int DEBUG = android.util.Log.DEBUG; field in Log 114 println(DEBUG, tag, msg, tr); in d()
|
/development/samples/browseable/DisplayingBitmaps/src/com.example.android.common.logger/ |
D | Log.java | 31 public static final int DEBUG = android.util.Log.DEBUG; field in Log 114 println(DEBUG, tag, msg, tr); in d()
|