Home
last modified time | relevance | path

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

12345678

/development/samples/MultiClientInputMethod/src/com/example/android/multiclientinputmethod/
DMultiClientInputMethod.java36 private static final boolean DEBUG = false; field in MultiClientInputMethod
50 if (DEBUG) { in onCreate()
58 if (DEBUG) { in onCreate()
71 if (DEBUG) { in onCreate()
83 if (DEBUG) { in onCreate()
107 if (DEBUG) { in onBind()
117 if (DEBUG) { in onUnbind()
128 if (DEBUG) { in onDestroy()
161 if (DEBUG) { in findDisplayId()
DClientCallbackImpl.java34 private static final boolean DEBUG = false; field in ClientCallbackImpl
83 if (DEBUG) { in onFinishSession()
100 if (DEBUG) { in onHideSoftInput()
116 if (DEBUG) { in onShowSoftInput()
136 if (DEBUG) { in onStartInputOrWindowGainedFocus()
216 if (DEBUG) { in onKeyDown()
243 if (DEBUG) { in onKeyUp()
DSoftInputWindow.java37 private static final boolean DEBUG = false; field in SoftInputWindow
118 if (DEBUG) { in onDummyStartInput()
128 if (DEBUG) { in onStartInput()
137 if (DEBUG) { in onStartInput()
167 if (DEBUG) { in onStartInput()
/development/samples/browseable/WatchFace/Wearable/src/com.example.android.wearable.watchface/
DDigitalWatchFaceConfigListenerService.java44 if (Log.isLoggable(TAG, Log.DEBUG)) { in onMessageReceived()
55 if (Log.isLoggable(TAG, Log.DEBUG)) { in onMessageReceived()
78 if (Log.isLoggable(TAG, Log.DEBUG)) { in onConnected()
85 if (Log.isLoggable(TAG, Log.DEBUG)) { in onConnectionSuspended()
92 if (Log.isLoggable(TAG, Log.DEBUG)) { in onConnectionFailed()
DInteractiveWatchFaceService.java78 if (Log.isLoggable(TAG, Log.DEBUG)) { in onCreate()
109 if (Log.isLoggable(TAG, Log.DEBUG)) { in onApplyWindowInsets()
131 if (Log.isLoggable(TAG, Log.DEBUG)) { in onPeekCardPositionUpdate()
150 if (Log.isLoggable(TAG, Log.DEBUG)) { in onPropertiesChanged()
159 if (Log.isLoggable(TAG, Log.DEBUG)) { in onAmbientModeChanged()
175 if (Log.isLoggable(TAG, Log.DEBUG)) { in onTapCommand()
DFitStepsWatchFaceService.java180 if (Log.isLoggable(TAG, Log.DEBUG)) { in onCreate()
242 if (Log.isLoggable(TAG, Log.DEBUG)) { in onVisibilityChanged()
287 if (Log.isLoggable(TAG, Log.DEBUG)) { in onApplyWindowInsets()
323 if (Log.isLoggable(TAG, Log.DEBUG)) { in onPropertiesChanged()
332 if (Log.isLoggable(TAG, Log.DEBUG)) { in onTimeTick()
343 if (Log.isLoggable(TAG, Log.DEBUG)) { in onAmbientModeChanged()
435 if (Log.isLoggable(TAG, Log.DEBUG)) { in updateTimer()
453 if (Log.isLoggable(TAG, Log.DEBUG)) { in getTotalSteps()
474 if (Log.isLoggable(TAG, Log.DEBUG)) { in onConnected()
509 if (Log.isLoggable(TAG, Log.DEBUG)) { in onConnectionSuspended()
[all …]
DCardBoundsWatchFaceService.java50 if (Log.isLoggable(TAG, Log.DEBUG)) { in onCreate()
64 if (Log.isLoggable(TAG, Log.DEBUG)) { in onAmbientModeChanged()
74 if (Log.isLoggable(TAG, Log.DEBUG)) { in onPeekCardPositionUpdate()
DDigitalWatchFaceService.java186 if (Log.isLoggable(TAG, Log.DEBUG)) { in onCreate()
239 if (Log.isLoggable(TAG, Log.DEBUG)) { in onVisibilityChanged()
293 if (Log.isLoggable(TAG, Log.DEBUG)) { in onApplyWindowInsets()
327 if (Log.isLoggable(TAG, Log.DEBUG)) { in onPropertiesChanged()
336 if (Log.isLoggable(TAG, Log.DEBUG)) { in onTimeTick()
345 if (Log.isLoggable(TAG, Log.DEBUG)) { in onAmbientModeChanged()
382 if (Log.isLoggable(TAG, Log.DEBUG)) { in onInterruptionFilterChanged()
524 if (Log.isLoggable(TAG, Log.DEBUG)) {
589 if (Log.isLoggable(TAG, Log.DEBUG)) {
603 if (Log.isLoggable(TAG, Log.DEBUG)) {
[all …]
/development/tools/idegen/src/
DLog.java22 static final boolean DEBUG = false; field in Log
25 if (DEBUG) { in debug()
/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/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/IntentPlayground/src/com/example/android/intentplayground/
DAMControl.java56 if (BuildConfig.DEBUG) Log.d(TAG, "Running command " + cmd); in execCmd()
74 if (BuildConfig.DEBUG) { in execCmd()
79 if (BuildConfig.DEBUG) Log.e(TAG, output.append(e.getMessage()).toString()); in execCmd()
/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/samples/browseable/MediaBrowserService/src/com.example.android.mediabrowserservice/utils/
DLogHelper.java46 if (BuildConfig.DEBUG) { in v()
53 if (BuildConfig.DEBUG) { in d()
54 log(tag, Log.DEBUG, null, messages); in d()
/development/samples/browseable/ElizaChat/src/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/browseable/Timer/src/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/browseable/AgendaData/Application/src/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()
/development/samples/browseable/JumpingJack/src/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/RuntimePermissions/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/Interpolator/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()

12345678