Home
last modified time | relevance | path

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

12345

/cts/tests/framework/base/windowmanager/util/src/android/server/wm/
DUiDeviceUtils.java47 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()
70 if (DEBUG) Log.d(TAG, "pressHomeButton"); in pressHomeButton()
75 if (DEBUG) Log.d(TAG, "pressBackButton"); in pressBackButton()
80 if (DEBUG) Log.d(TAG, "pressMenuButton"); in pressMenuButton()
85 if (DEBUG) Log.d(TAG, "pressSleepButton"); in pressSleepButton()
93 if (DEBUG) Log.d(TAG, "pressWakeupButton"); in pressWakeupButton()
[all …]
/cts/tests/tests/keystore/src/android/server/am/
DUiDeviceUtils.java48 private static final boolean DEBUG = false; field in UiDeviceUtils
51 if (DEBUG) Log.d(TAG, "waitForDeviceIdle: timeout=" + timeout); in waitForDeviceIdle()
56 if (DEBUG) Log.d(TAG, "wakeUpDevice"); in wakeUpDevice()
61 if (DEBUG) Log.d(TAG, "dragPointer: from=" + from + " to=" + to + " steps=" + steps); in dragPointer()
66 if (DEBUG) Log.d(TAG, "pressEnterButton"); in pressEnterButton()
71 if (DEBUG) Log.d(TAG, "pressHomeButton"); in pressHomeButton()
76 if (DEBUG) Log.d(TAG, "pressBackButton"); in pressBackButton()
81 if (DEBUG) Log.d(TAG, "pressMenuButton"); in pressMenuButton()
86 if (DEBUG) Log.d(TAG, "pressSleepButton"); in pressSleepButton()
93 if (DEBUG) Log.d(TAG, "pressWakeupButton"); in pressWakeupButton()
[all …]
/cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
DBleEncryptedServerService.java46 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 …]
DBleServerService.java55 public static final boolean DEBUG = true; field in BleServerService
362 if (DEBUG) { in notifyOpenFail()
370 if (DEBUG) { in notifyAddServiceFail()
378 if (DEBUG) { in notifyAdvertiseUnsupported()
386 if (DEBUG) { in notifyConnected()
396 if (DEBUG) { in notifyDisconnected()
404 if (DEBUG) { in notifyServiceAdded()
412 if (DEBUG) { in notifyMtuRequest()
427 if (DEBUG) { in notifyCharacteristicReadRequest()
439 if (DEBUG) { in notifyCharacteristicWriteRequest()
[all …]
DBleConnectionPriorityServerService.java46 public static final boolean DEBUG = true; field in BleConnectionPriorityServerService
157 if (DEBUG) { in notifyBluetoothDisabled()
170 if (DEBUG) { in notifyOpenFail()
178 if (DEBUG) { in notifyAdvertiseUnsupported()
186 if (DEBUG) { in notifyConnected()
192 if (DEBUG) { in notifyDisconnected()
198 if (DEBUG) { in notifyServiceAdded()
204 if (DEBUG) { in notifyCharacteristicWriteRequest()
256 if (DEBUG) {
273 if (DEBUG) {
[all …]
DBleCocServerService.java61 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 …]
DBleCocClientService.java59 public static final boolean DEBUG = true; field in BleCocClientService
337 if (DEBUG) { in notifyServicesDiscovered()
379 if (DEBUG) {
427 if (DEBUG) {
440 if (DEBUG) {
447 if (DEBUG) {
453 if (DEBUG) {
476 if (DEBUG) {
487 if (DEBUG) {
533 if (DEBUG) { in handleMessageRead()
[all …]
/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/
DMidiActivity.java76 private static final boolean DEBUG = false; field in MidiActivity
158 if (DEBUG) { in scanMidiDevices()
174 if (DEBUG) { in enableTestButtons()
221 if (DEBUG) { in onServiceConnected()
229 if (DEBUG) { in onServiceDisconnected()
239 if (DEBUG) { in onCreate()
294 if (DEBUG) { in onResume()
300 if (DEBUG) { in onResume()
308 if (DEBUG) { in onPause()
375 if (DEBUG) { in scanDevices()
[all …]
DNDKMidiActivity.java79 private static final boolean DEBUG = false; field in NDKMidiActivity
156 if (DEBUG) { in scanMidiDevices()
172 if (DEBUG) { in enableTestButtons()
205 if (DEBUG) { in updateTestStateUI()
222 if (DEBUG) { in onCreate()
229 if (DEBUG) { in onCreate()
284 if (DEBUG) { in onPause()
289 if (DEBUG) { in onPause()
341 private static final boolean DEBUG = true; field in NDKMidiActivity.NDKMidiTestModule
383 if (DEBUG) { in scanDevices()
[all …]
/cts/tests/contentsuggestions/src/android/contentsuggestions/cts/
DCtsContentSuggestionsService.java37 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/framework/base/windowmanager/app/src/android/server/wm/app/
DVrTestActivity.java32 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/hostsidetests/inputmethodservice/deviceside/lib/src/android/inputmethodservice/cts/ime/
DCtsBaseInputMethod.java46 protected static final boolean DEBUG = false; field in CtsBaseInputMethod
67 if (DEBUG) { in onCreate()
79 if (DEBUG) { in onBindInput()
88 if (DEBUG) { in onStartInput()
112 if (DEBUG) { in onStartInputView()
125 if (DEBUG) { in onUnbindInput()
133 if (DEBUG) { in onFinishInputView()
143 if (DEBUG) { in onFinishInput()
153 if (DEBUG) { in onDestroy()
/cts/tests/app/app/src/android/app/stubs/
DKeyguardManagerActivity.java27 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/
Dcom_android_cts_verifier_audio_midilib_NativeMidiManager.cpp27 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()
DMidiTestManager.cpp29 static const bool DEBUG = false; variable
103 if (DEBUG) { in jniSetup()
109 if (DEBUG) { in jniSetup()
139 if (DEBUG) { in matchStream()
147 if (DEBUG) { in matchStream()
155 if (DEBUG) { in matchStream()
166 if (DEBUG) { in sendMessages()
186 if (DEBUG) { in sendMessages()
217 if (DEBUG) { in ProcessInput()
276 if (DEBUG) { in RunTest()
/cts/hostsidetests/inputmethodservice/deviceside/provider/src/android/inputmethodservice/cts/provider/
DEventProvider.java45 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/libs/midi/src/com/android/midi/
DMidiEchoTestService.java59 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/tests/tests/content/src/android/content/res/cts/
DPluralResourcesTest.java31 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/apps/CtsVerifier/src/com/android/cts/verifier/security/
DFingerprintBoundKeysTest.java61 private static final boolean DEBUG = false; field in FingerprintBoundKeysTest
172 if (DEBUG) { in createKey()
178 if (DEBUG) { in createKey()
220 if (DEBUG) { in encryptInternal()
229 if (DEBUG) { in encryptInternal()
234 if (DEBUG) { in encryptInternal()
243 if (DEBUG) { in encryptInternal()
286 if (DEBUG) { in onAuthenticationError()
301 if (DEBUG) { in onAuthenticationFailed()
309 if (DEBUG) { in onAuthenticationSucceeded()
/cts/tests/framework/base/windowmanager/util/src/android/server/wm/settings/
DSettingsSession.java64 private static final boolean DEBUG = false; field in SettingsSession
104 if (DEBUG) { in SettingsSession()
113 if (DEBUG) { in set()
130 if (DEBUG) { in close()
135 if (DEBUG) { in close()
139 if (DEBUG) { in close()
/cts/tests/framework/base/windowmanager/alertwindowservice/src/android/server/wm/alertwindowservice/
DAlertWindowService.java46 private static final boolean DEBUG = false; field in AlertWindowService
99 if (DEBUG) Log.e(TAG, "addAlertWindow " + mAlertWindows.size()); in addAlertWindow()
116 if (DEBUG) Log.e(TAG, "removeAlertWindow " + mAlertWindows.size()); in removeAlertWindow()
134 if (DEBUG) Log.e(TAG, "onBind"); in onBind()
141 if (DEBUG) Log.e(TAG, "onUnbind"); in onUnbind()
/cts/tests/core/runner-axt/src/com/android/cts/core/runner/support/
DTestNgRunner.java43 private static final boolean DEBUG = false; field in TestNgRunner
82 if (DEBUG) { in filter()
89 if (DEBUG) { in filter()
188 if (DEBUG) { in generateTestNgDescription()
212 if (DEBUG) { in generateTestNgDescription()
222 if (DEBUG) { in generateTestNgDescription()
/cts/tests/core/runner/src/com/android/cts/core/runner/support/
DTestNgRunner.java43 private static final boolean DEBUG = false; field in TestNgRunner
82 if (DEBUG) { in filter()
89 if (DEBUG) { in filter()
188 if (DEBUG) { in generateTestNgDescription()
212 if (DEBUG) { in generateTestNgDescription()
222 if (DEBUG) { in generateTestNgDescription()
/cts/tests/framework/base/windowmanager/src/android/server/wm/
DAlertWindowsImportanceTests.java70 private static final boolean DEBUG = false; field in AlertWindowsImportanceTests
85 if (DEBUG) Log.e(TAG, "setUp"); in setUp()
107 if (DEBUG) Log.e(TAG, "tearDown"); in tearDown()
213 if (DEBUG) Log.e(TAG, "onServiceConnected");
223 if (DEBUG) Log.e(TAG, "onServiceDisconnected");
240 if (DEBUG) Log.e(TAG, "MSG_ON_ALERT_WINDOW_ADDED"); in handleMessage()
246 if (DEBUG) Log.e(TAG, "MSG_ON_ALERT_WINDOW_REMOVED"); in handleMessage()
/cts/tests/camera/src/android/hardware/camera2/cts/rs/
DRawConverter.java46 private static final boolean DEBUG = Log.isLoggable(TAG, Log.DEBUG); field in RawConverter
340 if (DEBUG) { in convertToSRGB()
375 if (DEBUG) { in convertToSRGB()
409 if (DEBUG) Log.d(TAG, "Interpolation factor used: " + interpolationFactor); in convertToSRGB()
416 if (DEBUG) Log.d(TAG, "CameraToXYZ xform used: " + Arrays.toString(sensorToXYZ)); in convertToSRGB()
418 if (DEBUG) { in convertToSRGB()
586 if (DEBUG) Log.d(TAG, "ColorTemperature1: " + colorTemperature1); in findDngInterpolationFactor()
587 if (DEBUG) Log.d(TAG, "ColorTemperature2: " + colorTemperature2); in findDngInterpolationFactor()
610 if(DEBUG) { in findDngInterpolationFactor()
619 if (DEBUG) Log.d(TAG, "Loop count " + count); in findDngInterpolationFactor()
[all …]

12345