/cts/tests/framework/base/windowmanager/util/src/android/server/wm/ |
D | UiDeviceUtils.java | 47 private static final boolean DEBUG = false; field in UiDeviceUtils 50 if (DEBUG) Log.d(TAG, "waitForDeviceIdle: timeout=" + timeout); in waitForDeviceIdle() 55 if (DEBUG) Log.d(TAG, "wakeUpDevice"); in wakeUpDevice() 60 if (DEBUG) Log.d(TAG, "dragPointer: from=" + from + " to=" + to + " steps=" + steps); in dragPointer() 65 if (DEBUG) Log.d(TAG, "pressEnterButton"); in pressEnterButton() 74 if (DEBUG) Log.d(TAG, "pressHomeButton"); in pressHomeButton() 79 if (DEBUG) Log.d(TAG, "pressBackButton"); in pressBackButton() 84 if (DEBUG) Log.d(TAG, "pressMenuButton"); in pressMenuButton() 89 if (DEBUG) Log.d(TAG, "pressSleepButton"); in pressSleepButton() 97 if (DEBUG) Log.d(TAG, "pressWakeupButton"); in pressWakeupButton() [all …]
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/ |
D | MidiJavaTestActivity.java | 61 private static final boolean DEBUG = true; field in MidiJavaTestActivity 72 if (DEBUG) { in onCreate() 105 if (DEBUG) { in matches() 114 if (DEBUG) { in matches() 195 if (DEBUG) { in startLoopbackTest() 210 if (DEBUG) { in startLoopbackTest() 221 if (DEBUG) { in openPorts() 243 if (DEBUG) { in setupTestMessages() 291 if (DEBUG) { in setupTestMessages() 301 if (DEBUG) { in matchStream() [all …]
|
D | MidiNativeTestActivity.java | 61 private static final boolean DEBUG = false; field in MidiNativeTestActivity 75 if (DEBUG) { in onCreate() 92 if (DEBUG) { in onPause() 97 if (DEBUG) { in onPause() 109 private static final boolean DEBUG = true; field in MidiNativeTestActivity.NativeMidiTestModule 133 if (DEBUG) { in startLoopbackTest() 182 if (DEBUG) { in onDeviceOpened() 222 if (DEBUG) { in startLoopbackTest() 243 if (DEBUG) { in onDeviceOpened() 265 if (DEBUG) { in onSend()
|
/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() 436 if (DEBUG) { in notifyCharacteristicReadRequest() 448 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 …]
|
D | BleCocClientService.java | 59 public static final boolean DEBUG = true; field in BleCocClientService 336 if (DEBUG) { in notifyServicesDiscovered() 378 if (DEBUG) { 426 if (DEBUG) { 439 if (DEBUG) { 446 if (DEBUG) { 452 if (DEBUG) { 475 if (DEBUG) { 487 if (DEBUG) { 531 if (DEBUG) { in handleMessageRead() [all …]
|
/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/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() 99 if (DEBUG) { in setWatcher() 112 if (DEBUG) Log.d(TAG, "clearWatcher"); in clearWatcher()
|
/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/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/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 | 31 static const bool DEBUG = false; variable 109 if (DEBUG) { in jniSetup() 115 if (DEBUG) { in jniSetup() 154 if (DEBUG) { in matchStream() 186 if (DEBUG) { in matchStream() 220 if (DEBUG) { in sendMessages() 243 if (DEBUG) { in sendMessages() 269 if (DEBUG && numBytesReceived > 0) { in ProcessInput() 278 if (DEBUG) { in ProcessInput() 286 if (DEBUG) { in ProcessInput() [all …]
|
/cts/tests/wallpapereffectsgeneration/src/android/wallpapereffectsgeneration/cts/ |
D | CtsWallpaperEffectsGenerationService.java | 37 private static final boolean DEBUG = false; field in CtsWallpaperEffectsGenerationService 45 if (DEBUG) Log.d(TAG, "CtsWallpaperEffectsGenerationService onCreate"); in onCreate() 52 if (DEBUG) { in onGenerateCinematicEffect() 86 if (DEBUG) { in onDestroy() 94 if (DEBUG) { in setWatcher() 105 if (DEBUG) Log.d(TAG, "clearWatcher"); in clearWatcher()
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/midilib/ |
D | MidiIODevice.java | 34 private static final boolean DEBUG = false; field in MidiIODevice 49 if (DEBUG) { in scanDevices() 59 if (DEBUG) { in scanDevices() 102 if (DEBUG) { in scanDevices() 111 if (DEBUG) { in openPorts() 126 if (DEBUG) { in openPorts() 132 if (DEBUG) { in closePorts()
|
/cts/libs/midi/src/com/android/midi/ |
D | MidiEchoTestService.java | 59 private static final boolean DEBUG = false; field in MidiEchoTestService 97 if (DEBUG) { in findEchoDevice() 113 if (DEBUG) { in onCreate() 122 if (DEBUG) { in onDestroy() 129 if (DEBUG) { in onStartCommand() 137 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/content/src/android/content/res/cts/ |
D | PluralResourcesTest.java | 31 public static boolean DEBUG = false; field in PluralResourcesTest 55 if (DEBUG) { in testPlurals() 61 if (DEBUG) { in testPlurals() 82 if (DEBUG) { in testCzech() 88 if (DEBUG) { in testCzech() 94 if (DEBUG) { in testCzech()
|
/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/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/windowmanager/util/src/android/server/wm/settings/ |
D | SettingsSession.java | 65 private static final boolean DEBUG = false; field in SettingsSession 105 if (DEBUG) { in SettingsSession() 114 if (DEBUG) { in set() 131 if (DEBUG) { in close() 136 if (DEBUG) { in close() 140 if (DEBUG) { in close()
|
/cts/tests/tests/car_builtin/src/android/car/cts/builtin/util/ |
D | SlogfTest.java | 20 import static android.car.cts.builtin.util.LogcatHelper.Level.DEBUG; 113 assertLogcatMessage(DEBUG, LOGGED_MSG); in testD_msg1() 121 assertLogcatMessage(DEBUG, LOGGED_MSG); in testD_msg2() 122 assertLogcatMessage(DEBUG, "java.lang.Throwable: " + EXCEPTION_MSG); in testD_msg2() 123 assertLogcatStackTrace(DEBUG, throwable); in testD_msg2() 130 assertLogcatMessage(DEBUG, FORMATTED_MSG, "input1", "input2"); in testD_msg3() 139 assertNoLogcatMessage(DEBUG, NOT_LOGGED_MSG); in testD_noMsg1() 148 assertNoLogcatMessage(DEBUG, FORMATTED_MSG, "input1", "input2"); in testD_noMsg2() 396 assertThat(Log.isLoggable(TAG, Log.DEBUG)).isFalse(); in testSlogfIsfLoggableWorksSameAsLogIsLoggable() 397 assertThat(Slogf.isLoggable(TAG, Log.DEBUG)).isFalse(); in testSlogfIsfLoggableWorksSameAsLogIsLoggable() [all …]
|