Home
last modified time | relevance | path

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

1234567

/development/apps/CustomLocale/src/com/android/customlocale2/
DChangeLocale.java34 private static final boolean DEBUG = true; field in ChangeLocale
43 if (DEBUG) { in changeSystemLocale()
71 if (DEBUG) { in changeSystemLocale()
DCustomLocaleReceiver.java40 private static final boolean DEBUG = true; field in CustomLocaleReceiver
51 if (DEBUG) { in onReceive()
72 if (!is_ok && DEBUG) { in onReceive()
DNewLocaleDialog.java38 private static final boolean DEBUG = true; field in NewLocaleDialog
62 if (DEBUG) { in onClick()
/development/tools/idegen/src/
DLog.java22 static final boolean DEBUG = false; field in Log
25 if (DEBUG) { in debug()
/development/samples/Support7Demos/src/com/example/android/supportv7/media/
DSessionManager.java38 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()
DRemotePlayer.java47 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.java57 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/
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 …]
/development/samples/SupportLeanbackDemos/src/com/example/android/leanback/
DSearchActivity.java26 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/
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()
/development/ndk/platforms/android-18/samples/gles3jni/jni/
Dgles3jni.h29 #define DEBUG 1 macro
33 #if DEBUG
/development/samples/wearable/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()
/development/samples/wearable/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()
/development/samples/wearable/JumpingJack/Wearable/src/main/java/com/example/android/wearable/jumpingjack/
DMainActivity.java130 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/
DLog.java31 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/
DLog.java31 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/
DLog.java31 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/
DLog.java31 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/
DLog.java31 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/
DLog.java31 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/
DLog.java31 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/
DLog.java31 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/
DLog.java31 public static final int DEBUG = android.util.Log.DEBUG; field in Log
114 println(DEBUG, tag, msg, tr); in d()

1234567