Searched refs:DEBUG (Results 1 - 25 of 47) sorted by relevance

12

/cts/hostsidetests/services/activitymanager/src/android/server/cts/
H A DStateLogger.java28 private static final boolean DEBUG = false; field in class:StateLogger
30 /** Simple info-level logging gated by {@link #DEBUG} flag */
32 if (DEBUG) {
/cts/tests/app/app/src/android/app/stubs/
H A DKeyguardManagerActivity.java27 public static final boolean DEBUG = false; field in class:KeyguardManagerActivity
41 if (DEBUG) {
47 if (DEBUG) {
59 if (DEBUG) {
63 if (DEBUG) {
/cts/tests/tests/util/src/android/util/cts/
H A DLogPrinterTest.java31 int[] priorities = { Log.ASSERT, Log.DEBUG, Log.ERROR, Log.INFO,
39 LogPrinter logPrinter = new LogPrinter(Log.DEBUG, mTag);
/cts/tools/dasm/src/java_cup/
H A Dsym.java15 static final int DEBUG = 20; field in class:sym
/cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
H A DBleServerService.java50 public static final boolean DEBUG = true; field in class:BleServerService
151 if (DEBUG) Log.d(TAG, "notifyOpenFail");
157 if (DEBUG) Log.d(TAG, "notifyConnected");
163 if (DEBUG) Log.d(TAG, "notifyDisconnected");
169 if (DEBUG) Log.d(TAG, "notifyServiceAdded");
175 if (DEBUG) Log.d(TAG, "notifyCharacteristicReadRequest");
181 if (DEBUG) Log.d(TAG, "notifyCharacteristicWriteRequest");
187 if (DEBUG) Log.d(TAG, "notifyDescriptorReadRequest");
193 if (DEBUG) Log.d(TAG, "notifyDescriptorWriteRequest");
199 if (DEBUG) Lo
[all...]
H A DBleClientService.java48 public static final boolean DEBUG = true; field in class:BleClientService
316 if (DEBUG) Log.d(TAG, "onConnectionStateChange");
333 if (DEBUG) Log.d(TAG, "onServiceDiscovered");
346 if (DEBUG) Log.d(TAG, "onCharacteristicWrite: characteristic.val="
362 if (DEBUG) Log.d(TAG, "onCharacteristicRead");
376 if (DEBUG) Log.d(TAG, "onDescriptorWrite");
390 if (DEBUG) Log.d(TAG, "onDescriptorRead");
405 if (DEBUG) Log.d(TAG, "onCharacteristicChanged");
417 if (DEBUG) Log.d(TAG, "onReliableWriteComplete: " + status);
429 if (DEBUG) Lo
[all...]
H A DBleAdvertiserService.java44 public static final boolean DEBUG = true; field in class:BleAdvertiserService
297 if (DEBUG) Log.d(TAG, "success.");
/cts/tests/tests/content/src/android/content/res/cts/
H A DPluralResourcesTest.java31 public static boolean DEBUG = false; field in class:PluralResourcesTest
55 if (DEBUG) {
61 if (DEBUG) {
82 if (DEBUG) {
88 if (DEBUG) {
94 if (DEBUG) {
/cts/tests/core/runner/src/com/android/cts/core/runner/support/
H A DExtendedAndroidRunnerBuilder.java32 private static final boolean DEBUG = false; field in class:ExtendedAndroidRunnerBuilder
47 if (DEBUG) {
75 if (DEBUG) {
H A DTestNgRunner.java43 private static final boolean DEBUG = false; field in class:TestNgRunner
87 if (DEBUG) {
94 if (DEBUG) {
173 if (DEBUG) {
197 if (DEBUG) {
207 if (DEBUG) {
/cts/tests/core/runner/src/com/android/cts/core/runner/
H A DTestClassFinder.java40 private static final boolean DEBUG = false; field in class:TestClassFinder
52 if (DEBUG) {
80 } // if DEBUG
108 if (DEBUG) {
111 } else if (DEBUG) {
121 if (DEBUG) {
/cts/apps/CtsVerifier/src/com/android/cts/verifier/security/
H A DFingerprintBoundKeysTest.java62 private static final boolean DEBUG = false; field in class:FingerprintBoundKeysTest
145 if (DEBUG) {
151 if (DEBUG) {
179 if (DEBUG) {
189 if (DEBUG) {
194 if (DEBUG) {
203 if (DEBUG) {
239 if (DEBUG) {
254 if (DEBUG) {
262 if (DEBUG) {
[all...]
/cts/tests/camera/src/android/hardware/camera2/cts/rs/
H A DAllocationCache.java41 private static final boolean DEBUG = Log.isLoggable(TAG, Log.DEBUG); field in class:AllocationCache
87 if (DEBUG) {
94 if (DEBUG) {
H A DRawConverter.java46 private static final boolean DEBUG = Log.isLoggable(TAG, Log.DEBUG); field in class:RawConverter
258 if (DEBUG) {
297 if (DEBUG) {
308 if (DEBUG) Log.d(TAG, "Interpolation factor used: " + interpolationFactor);
313 if (DEBUG) Log.d(TAG, "CameraToXYZ xform used: " + Arrays.toString(sensorToXYZ));
316 if (DEBUG) Log.d(TAG, "CameraToIntemediate xform used: " + Arrays.toString(sensorToProPhoto));
491 if (DEBUG) Log.d(TAG, "ColorTemperature1: " + colorTemperature1);
492 if (DEBUG) Log.d(TAG, "ColorTemperature2: " + colorTemperature2);
515 if(DEBUG) {
[all...]
/cts/tests/tests/graphics/src/android/graphics/cts/
H A DVulkanFeaturesTest.java40 private static final boolean DEBUG = false; field in class:VulkanFeaturesTest
65 if (DEBUG) {
70 if (DEBUG) {
81 if (DEBUG) {
118 if (DEBUG) {
/cts/tools/dasm/src/dasm/
H A DMain.java38 public static final boolean DEBUG = !false; field in class:Main
92 if (DEBUG) e.printStackTrace();
95 if (DEBUG) e.printStackTrace();
157 if (DEBUG) e.printStackTrace();
203 if (DEBUG) System.out.println("(compiled with DEBUG flag on)");
/cts/tools/vm-tests-tf/src/util/build/
H A DDasmBuildStep.java69 if(BuildDalvikSuite.DEBUG)
73 if(BuildDalvikSuite.DEBUG)
130 if(BuildDalvikSuite.DEBUG)
/cts/tests/tests/renderscript/src/android/renderscript/cts/
H A DDebugContext.java42 mRS = RenderScript.create(mCtx, RenderScript.ContextType.DEBUG);
/cts/tests/tests/uirendering/src/android/uirendering/cts/testinfrastructure/
H A DCanvasClientView.java49 if (ActivityTestBase.DEBUG) {
/cts/tests/camera/src/android/hardware/camera2/cts/
H A DBurstCaptureTest.java40 private static final boolean DEBUG = Log.isLoggable(TAG, Log.DEBUG); field in class:BurstCaptureTest
175 if (DEBUG) {
204 if (DEBUG) {
323 if (DEBUG) {
H A DImageWriterTest.java50 private static final boolean DEBUG = Log.isLoggable(TAG, Log.DEBUG); field in class:ImageWriterTest
278 if (DEBUG) {
298 if (DEBUG) {
315 if (DEBUG) {
/cts/tests/app/src/android/app/cts/
H A DNotificationManagerTest.java33 final boolean DEBUG = false; field in class:NotificationManagerTest
86 if (DEBUG) {
/cts/tests/tests/security/src/android/security/cts/
H A DListeningPortsTest.java242 if (Log.isLoggable(TAG, Log.DEBUG)) {
247 if (Log.isLoggable(TAG, Log.DEBUG)) {
259 if (Log.isLoggable(TAG, Log.DEBUG)) {
/cts/tests/tests/media/src/android/media/cts/
H A DVideoEncoderTest.java66 private final boolean DEBUG = false; field in class:VideoEncoderTest
323 if (DEBUG) Log.v(TAG, "decoder received input #" + ix);
333 if (DEBUG) Log.v(TAG, "queuing decoder EOS");
345 if (DEBUG) Log.v(TAG, "queing input #" + ix + " for decoder with timestamp "
357 if (DEBUG) Log.v(TAG, "encoder received output #" + ix
474 if (DEBUG) Log.v(TAG, "got image");
522 if (DEBUG) Log.v(TAG, "decoder received output #" + ix
685 if (DEBUG) Log.d(TAG, "encoder is still active, continue");
689 if (DEBUG) Log.v(TAG, "got image");
697 if (DEBUG) Lo
[all...]
/cts/hostsidetests/net/src/com/android/cts/net/
H A DHostsideNetworkTestCase.java41 protected static final boolean DEBUG = false; field in class:HostsideNetworkTestCase
183 if (DEBUG) Log.v(TAG, "Output: " + output.trim());

Completed in 1668 milliseconds

12