/cts/tests/framework/base/windowmanager/util/src/android/server/wm/ |
D | UiDeviceUtils.java | 52 private static final boolean DEBUG = false; field in UiDeviceUtils 55 if (DEBUG) Log.d(TAG, "waitForDeviceIdle: timeout=" + timeout); in waitForDeviceIdle() 76 if (DEBUG) Log.d(TAG, "wakeUpDevice"); in wakeUpDevice() 81 if (DEBUG) Log.d(TAG, "dragPointer: from=" + from + " to=" + to + " steps=" + steps); in dragPointer() 86 if (DEBUG) Log.d(TAG, "pressEnterButton"); in pressEnterButton() 95 if (DEBUG) Log.d(TAG, "pressHomeButton"); in pressHomeButton() 100 if (DEBUG) Log.d(TAG, "pressBackButton"); in pressBackButton() 105 if (DEBUG) Log.d(TAG, "pressMenuButton"); in pressMenuButton() 110 if (DEBUG) Log.d(TAG, "pressSleepButton"); in pressSleepButton() 118 if (DEBUG) Log.d(TAG, "pressWakeupButton"); in pressWakeupButton() [all …]
|
/cts/tests/app/WallpaperTest/src/android/app/cts/wallpapers/ |
D | TestWallpaperService.kt | 46 private const val DEBUG = true constant 99 if (DEBUG) Log.d(TAG, "onCreateEngine") in onCreateEngine() 115 if (DEBUG) Log.d(TAG, "onAmbientModeChanged") in onAmbientModeChanged() 121 if (DEBUG) Log.d(TAG, "onApplyWindowInsets") in onApplyWindowInsets() 134 if (DEBUG) Log.d(TAG, "onCommand") in onCommand() 141 if (DEBUG) Log.d(TAG, "onComputeColors") in onComputeColors() 147 if (DEBUG) Log.d(TAG, "onCreate") in onCreate() 158 if (DEBUG) Log.d(TAG, "onDesiredSizeChanged") in onDesiredSizeChanged() 166 if (DEBUG) Log.d(TAG, "onDestroy, new count=" + (destroyCount + 1)) in onDestroy() 183 if (DEBUG) Log.d(TAG, "onOffsetsChanged") in onOffsetsChanged() [all …]
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/ |
D | BleEncryptedServerService.java | 46 public static final boolean DEBUG = true; field in BleEncryptedServerService 199 if (DEBUG) { in notifyOpenFail() 207 if (DEBUG) { in notifyAdvertiseUnsupported() 215 if (DEBUG) { in notifyConnected() 222 if (DEBUG) { in notifyDisconnected() 228 if (DEBUG) { in notifyServiceAdded() 234 if (DEBUG) { in notifyCharacteristicWriteRequest() 243 if (DEBUG) { in notifyCharacteristicReadRequest() 252 if (DEBUG) { in notifyDescriptorWriteRequest() 261 if (DEBUG) { in notifyDescriptorReadRequest() [all …]
|
D | BleServerService.java | 51 public static final boolean DEBUG = true; field in BleServerService 371 if (DEBUG) { in notifyOpenFail() 379 if (DEBUG) { in notifyAddServiceFail() 387 if (DEBUG) { in notifyAdvertiseUnsupported() 395 if (DEBUG) { in notifyConnected() 405 if (DEBUG) { in notifyDisconnected() 413 if (DEBUG) { in notifyServiceAdded() 421 if (DEBUG) { in notifyMtuRequest() 430 if (DEBUG) { in notifyCharacteristicReadRequest() 442 if (DEBUG) { in notifyCharacteristicWriteRequest() [all …]
|
D | BleConnectionPriorityServerService.java | 46 public static final boolean DEBUG = true; field in BleConnectionPriorityServerService 120 if (DEBUG) { in notifyBluetoothDisabled() 133 if (DEBUG) { in notifyOpenFail() 141 if (DEBUG) { in notifyAdvertiseUnsupported() 149 if (DEBUG) { in notifyConnected() 155 if (DEBUG) { in notifyDisconnected() 172 if (DEBUG) { 240 if (DEBUG) { in startAdvertise() 256 if (DEBUG) { in stopAdvertise()
|
D | BleCocServerService.java | 61 public static final boolean DEBUG = true; field in BleCocServerService 246 if (DEBUG) { in onStartCommand() 276 if (DEBUG) Log.d(TAG, "sendData8bytes"); in sendData8bytes() 286 if (DEBUG) Log.d(TAG, "sendDataLargeBuf of size=" + len); in sendDataLargeBuf() 354 if (DEBUG) { in notifyOpenFail() 362 if (DEBUG) { in notifyAddServiceFail() 370 if (DEBUG) { in notifyAdvertiseUnsupported() 378 if (DEBUG) { in notifyConnected() 386 if (DEBUG) { in notifyDisconnected() 441 if (DEBUG) { [all …]
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/ |
D | MidiNativeTestActivity.java | 62 private static final boolean DEBUG = false; field in MidiNativeTestActivity 76 if (DEBUG) { in onCreate() 93 if (DEBUG) { in onPause() 98 if (DEBUG) { in onPause() 110 private static final boolean DEBUG = true; field in MidiNativeTestActivity.NativeMidiTestModule 143 if (DEBUG) { in showTimeoutMessage() 166 if (DEBUG) { in startLoopbackTest() 213 if (DEBUG) { in onDeviceOpened() 253 if (DEBUG) { in startLoopbackTest() 274 if (DEBUG) { in onDeviceOpened() [all …]
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/midilib/ |
D | JavaMidiTestModule.java | 34 private static final boolean DEBUG = true; field in JavaMidiTestModule 97 if (DEBUG) { in startLoopbackTest() 110 if (DEBUG) { in startLoopbackTest() 121 if (DEBUG) { in openPorts() 143 if (DEBUG) { in setupTestMessages() 194 if (DEBUG) { in setupTestMessages() 220 if (DEBUG) { in matchStream() 261 if (DEBUG) { in matchStream() 268 if (DEBUG) { in matchStream() 284 if (DEBUG) { in matchStream() [all …]
|
D | MidiIODevice.java | 35 private static final boolean DEBUG = false; field in MidiIODevice 57 if (DEBUG) { in scanDevices() 68 if (DEBUG) { in scanDevices() 111 if (DEBUG) { in scanDevices() 120 if (DEBUG) { in openPorts() 136 if (DEBUG) { in openPorts() 142 if (DEBUG) { in closePorts()
|
/cts/tests/framework/base/windowmanager/app/src/android/server/wm/app/ |
D | VrTestActivity.java | 32 private static final boolean DEBUG = false; field in VrTestActivity 36 if (DEBUG) Log.i(TAG, "onCreate called."); in onCreate() 47 if (DEBUG) Log.i(TAG, "onResume called."); in onResume() 53 if (DEBUG) Log.i(TAG, "onWindowFocusChanged called with " + hasFocus); in onWindowFocusChanged() 59 if (DEBUG) Log.i(TAG, "onPause called."); in onPause()
|
/cts/tests/smartspace/src/android/smartspace/cts/ |
D | CtsSmartspaceService.java | 35 private static final boolean DEBUG = true; field in CtsSmartspaceService 50 if (DEBUG) Log.d(TAG, "onCreate"); in onCreate() 56 if (DEBUG) Log.d(TAG, "onCreateSmartspaceSession"); in onCreateSmartspaceSession() 70 if (DEBUG){ in notifySmartspaceEvent() 82 if (DEBUG){ in onRequestSmartspaceUpdate() 96 if (DEBUG) Log.d(TAG, "onDestroySmartspaceSession"); in onDestroySmartspaceSession() 105 if (DEBUG) Log.d(TAG, "onDestroy"); in onDestroy() 112 if (DEBUG) { in setWatcher() 125 if (DEBUG) Log.d(TAG, "clearWatcher"); in clearWatcher()
|
/cts/tests/contentsuggestions/src/android/contentsuggestions/cts/ |
D | CtsContentSuggestionsService.java | 37 private static final boolean DEBUG = false; field in CtsContentSuggestionsService 47 if (DEBUG) Log.d(TAG, "onCreate: "); in onCreate() 57 if (DEBUG) Log.d(TAG, "onDestroy"); in onDestroy() 64 if (DEBUG) Log.d(TAG, "unbind"); in onUnbind() 70 if (DEBUG) { in onProcessContextImage() 81 if (DEBUG) { in onSuggestContentSelections() 93 if (DEBUG) { in onClassifyContentSelections() 104 if (DEBUG) { in onNotifyInteraction()
|
/cts/tests/app/app/src/android/app/stubs/ |
D | KeyguardManagerActivity.java | 27 public static final boolean DEBUG = false; field in KeyguardManagerActivity 41 if (DEBUG) { in onResume() 47 if (DEBUG) { in onResume() 59 if (DEBUG) { in onKeyDown() 63 if (DEBUG) { in onKeyDown()
|
/cts/tests/searchui/src/android/searchuiservice/cts/ |
D | CtsSearchUiService.java | 35 private static final boolean DEBUG = false; field in CtsSearchUiService 47 if (DEBUG) Log.d(TAG, "onCreate"); in onCreate() 53 if (DEBUG) Log.d(TAG, "onDestroy"); in onDestroy() 60 if (DEBUG) Log.d(TAG, "unbind"); in onUnbind() 67 if (DEBUG) Log.d(TAG, "onCreateSearchSession"); in onSearchSessionCreated() 80 if (DEBUG){ in onNotifyEvent() 90 if (DEBUG) Log.d(TAG, "onQuery query=" + input.getInput()); in onQuery() 113 if (DEBUG) { in setWatcher() 126 if (DEBUG) Log.d(TAG, "clearWatcher"); in clearWatcher()
|
/cts/apps/CtsVerifier/jni/midi/ |
D | com_android_cts_verifier_audio_midilib_NativeMidiManager.cpp | 27 static bool DEBUG = false; variable 42 if (DEBUG) { in Java_com_android_cts_verifier_audio_midilib_NativeMidiManager_startTest() 50 if (DEBUG) { in Java_com_android_cts_verifier_audio_midilib_NativeMidiManager_startTest() 57 if (DEBUG) { in Java_com_android_cts_verifier_audio_midilib_NativeMidiManager_startTest()
|
D | MidiTestManager.cpp | 32 static const bool DEBUG = true; variable 148 if (DEBUG) { in jniSetup() 154 if (DEBUG) { in jniSetup() 212 if (DEBUG) { in matchStream() 265 if (DEBUG) { in matchStream() 311 if (DEBUG) { in sendMessages() 338 if (DEBUG) { in sendMessages() 366 if (DEBUG && numBytesReceived > 0) { in ProcessInput() 373 if (DEBUG) { in ProcessInput() 380 if (DEBUG) { in ProcessInput() [all …]
|
/cts/tests/storageaccess/src/android/storageaccess/cts/tests/ |
D | TestBase.kt | 23 import android.storageaccess.cts.DEBUG 42 if (DEBUG) log("setUp_TestBase") in setUp_TestBase() 59 if (DEBUG) log("tearDown_TestBase") in tearDown_TestBase() 63 if (DEBUG) log("executeShellCommand '$cmd'") in executeShellCommand() 65 if (DEBUG) log("output: '$output'") in executeShellCommand()
|
/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/ |
D | UserHelper.java | 52 private static final boolean DEBUG = Log.isLoggable(TAG, Log.DEBUG); field in UserHelper 76 if (DEBUG) { in UserHelper() 84 if (DEBUG) { in UserHelper() 106 if (DEBUG) { in UserHelper() 123 if (DEBUG) { in UserHelper() 236 if (DEBUG) { in injectDisplayIdIfNeeded() 246 } else if (DEBUG) { in injectDisplayIdIfNeeded()
|
/cts/libs/midi/src/com/android/midi/ |
D | MidiEchoTestService.java | 60 private static final boolean DEBUG = false; field in MidiEchoTestService 99 if (DEBUG) { in findEchoDevice() 115 if (DEBUG) { in onCreate() 124 if (DEBUG) { in onDestroy() 131 if (DEBUG) { in onStartCommand() 139 if (DEBUG) { in onBind()
|
/cts/hostsidetests/inputmethodservice/deviceside/provider/src/android/inputmethodservice/cts/provider/ |
D | EventProvider.java | 45 private static final boolean DEBUG = false; field in EventProvider 73 if (DEBUG) { in query() 85 if (DEBUG) { in query() 95 if (DEBUG) { in insert() 100 if (DEBUG) { in insert() 111 if (DEBUG) { in delete() 120 if (DEBUG) { in delete() 131 if (DEBUG) { in update() 141 if (DEBUG) { in update()
|
/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/enterprise/ |
D | DeviceAdminReceiverUtils.java | 30 private static final boolean DEBUG = false; field in DeviceAdminReceiverUtils 58 if (DEBUG) Log.d(TAG, "Ignoring " + action + " for user " + userId); in disableSelf() 66 if (DEBUG) Log.d(TAG, "Disabled"); in disableSelf() 72 if (DEBUG) Log.d(TAG, "Disabled"); in disableSelf()
|
/cts/tests/tests/systemui/src/android/systemui/cts/ |
D | NotificationListener.kt | 27 if (DEBUG) Log.d(TAG, "onNotificationPosted: $sbn") in onNotificationPosted() 31 if (DEBUG) Log.d(TAG, "onNotificationRemoved: $sbn") in onNotificationRemoved() 35 if (DEBUG) Log.d(TAG, "onListenerConnected") in onListenerConnected() 40 if (DEBUG) Log.d(TAG, "onListenerDisconnected") in onListenerDisconnected() 45 private const val DEBUG = false constant
|
/cts/common/device-side/bedstead/nene/src/main/java/com/android/bedstead/nene/utils/ |
D | DeviceAdminReceiverUtils.java | 31 private static final boolean DEBUG = false; field in DeviceAdminReceiverUtils 59 if (DEBUG) Log.d(TAG, "Ignoring " + action + " for user " + userId); in disableSelf() 67 if (DEBUG) Log.d(TAG, "Disabled"); in disableSelf() 73 if (DEBUG) Log.d(TAG, "Disabled"); in disableSelf()
|
/cts/hostsidetests/inputmethodservice/deviceside/lib/src/android/inputmethodservice/cts/ime/ |
D | CtsBaseInputMethod.java | 56 protected static final boolean DEBUG = false; field in CtsBaseInputMethod 77 if (DEBUG) { in onCreate() 109 if (DEBUG) { in onBindInput() 139 if (DEBUG) { in onStartInput() 163 if (DEBUG) { in onStartInputView() 176 if (DEBUG) { in onUnbindInput() 184 if (DEBUG) { in onFinishInputView() 194 if (DEBUG) { in onFinishInput() 204 if (DEBUG) { in onDestroy()
|
/cts/tests/framework/base/locale/TestApp/src/android/localemanager/cts/app/ |
D | MainActivity.java | 54 private static final boolean DEBUG = false; field in MainActivity 60 if (DEBUG) { in onCreate() 66 if (DEBUG) { in onCreate() 81 if (DEBUG) { in onCreate() 90 if (DEBUG) { in onCreate() 104 if (DEBUG) { in onCreate()
|