/cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/ |
D | BleServerService.java | 50 public static final boolean DEBUG = true; field in BleServerService 151 if (DEBUG) Log.d(TAG, "notifyOpenFail"); in notifyOpenFail() 157 if (DEBUG) Log.d(TAG, "notifyConnected"); in notifyConnected() 163 if (DEBUG) Log.d(TAG, "notifyDisconnected"); in notifyDisconnected() 169 if (DEBUG) Log.d(TAG, "notifyServiceAdded"); in notifyServiceAdded() 175 if (DEBUG) Log.d(TAG, "notifyCharacteristicReadRequest"); in notifyCharacteristicReadRequest() 181 if (DEBUG) Log.d(TAG, "notifyCharacteristicWriteRequest"); in notifyCharacteristicWriteRequest() 187 if (DEBUG) Log.d(TAG, "notifyDescriptorReadRequest"); in notifyDescriptorReadRequest() 193 if (DEBUG) Log.d(TAG, "notifyDescriptorWriteRequest"); in notifyDescriptorWriteRequest() 199 if (DEBUG) Log.d(TAG, "notifyExecuteWrite"); in notifyExecuteWrite() [all …]
|
D | BleClientService.java | 48 public static final boolean DEBUG = true; field in 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) Log.d(TAG, "onReadRemoteRssi"); [all …]
|
/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/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/apps/CtsVerifier/src/com/android/cts/verifier/security/ |
D | FingerprintBoundKeysTest.java | 62 private static final boolean DEBUG = false; field in FingerprintBoundKeysTest 145 if (DEBUG) { in createKey() 151 if (DEBUG) { in createKey() 179 if (DEBUG) { in encryptInternal() 189 if (DEBUG) { in encryptInternal() 194 if (DEBUG) { in encryptInternal() 203 if (DEBUG) { in encryptInternal() 239 if (DEBUG) { in onAuthenticationError() 254 if (DEBUG) { in onAuthenticationFailed() 262 if (DEBUG) { in onAuthenticationSucceeded()
|
/cts/tests/core/runner/src/com/android/cts/core/runner/support/ |
D | TestNgRunner.java | 43 private static final boolean DEBUG = false; field in TestNgRunner 87 if (DEBUG) { in filter() 94 if (DEBUG) { in filter() 173 if (DEBUG) { in generateTestNgDescription() 197 if (DEBUG) { in generateTestNgDescription() 207 if (DEBUG) { in generateTestNgDescription()
|
D | ExtendedAndroidRunnerBuilder.java | 32 private static final boolean DEBUG = false; field in ExtendedAndroidRunnerBuilder 47 if (DEBUG) { in runnerForClass() 75 if (DEBUG) { in logFoundRunner()
|
/cts/tests/core/runner/src/com/android/cts/core/runner/ |
D | TestClassFinder.java | 40 private static final boolean DEBUG = false; field in TestClassFinder 52 if (DEBUG) { in getClasses() 108 if (DEBUG) { in getClasses() 111 } else if (DEBUG) { in getClasses() 121 if (DEBUG) { in getClasses()
|
/cts/hostsidetests/services/activitymanager/src/android/server/cts/ |
D | StateLogger.java | 28 private static final boolean DEBUG = false; field in StateLogger 32 if (DEBUG) { in log()
|
/cts/tests/camera/src/android/hardware/camera2/cts/rs/ |
D | RawConverter.java | 46 private static final boolean DEBUG = Log.isLoggable(TAG, Log.DEBUG); field in RawConverter 258 if (DEBUG) { in convertToSRGB() 297 if (DEBUG) { in convertToSRGB() 308 if (DEBUG) Log.d(TAG, "Interpolation factor used: " + interpolationFactor); in convertToSRGB() 313 if (DEBUG) Log.d(TAG, "CameraToXYZ xform used: " + Arrays.toString(sensorToXYZ)); in convertToSRGB() 316 … if (DEBUG) Log.d(TAG, "CameraToIntemediate xform used: " + Arrays.toString(sensorToProPhoto)); in convertToSRGB() 491 if (DEBUG) Log.d(TAG, "ColorTemperature1: " + colorTemperature1); in findDngInterpolationFactor() 492 if (DEBUG) Log.d(TAG, "ColorTemperature2: " + colorTemperature2); in findDngInterpolationFactor() 515 if(DEBUG) { in findDngInterpolationFactor() 524 if (DEBUG) Log.d(TAG, "Loop count " + count); in findDngInterpolationFactor() [all …]
|
D | AllocationCache.java | 41 private static final boolean DEBUG = Log.isLoggable(TAG, Log.DEBUG); field in AllocationCache 87 if (DEBUG) { in getOrCreateTyped() 94 if (DEBUG) { in getOrCreateTyped()
|
/cts/tests/tests/graphics/src/android/graphics/cts/ |
D | VulkanFeaturesTest.java | 40 private static final boolean DEBUG = false; field in VulkanFeaturesTest 65 if (DEBUG) { in setUp() 70 if (DEBUG) { in setUp() 81 if (DEBUG) { in testVulkanHardwareFeatures() 118 if (DEBUG) { in testVulkanHardwareFeatures()
|
/cts/tools/dasm/src/dasm/ |
D | Main.java | 38 public static final boolean DEBUG = !false; field in Main 92 if (DEBUG) e.printStackTrace(); in assemble() 95 if (DEBUG) e.printStackTrace(); in assemble() 157 if (DEBUG) e.printStackTrace(); in assemble() 203 if (DEBUG) System.out.println("(compiled with DEBUG flag on)"); in main()
|
/cts/tests/tests/util/src/android/util/cts/ |
D | LogPrinterTest.java | 31 int[] priorities = { Log.ASSERT, Log.DEBUG, Log.ERROR, Log.INFO, in testConstructor() 39 LogPrinter logPrinter = new LogPrinter(Log.DEBUG, mTag); in testPrintln()
|
D | ArraySetTest.java | 34 private static final boolean DEBUG = false; field in ArraySetTest 217 if (DEBUG) Log.i(TAG, "Adding key: " + key); in testBasicArraySet() 224 if (DEBUG) Log.i(TAG, "Removing key: " + key); in testBasicArraySet() 234 if (DEBUG) dump(hashSet, arraySet); in testBasicArraySet()
|
/cts/tools/vm-tests-tf/src/util/build/ |
D | DasmBuildStep.java | 69 if(BuildDalvikSuite.DEBUG) in assemble() 73 if(BuildDalvikSuite.DEBUG) in assemble() 130 if(BuildDalvikSuite.DEBUG) in assemble()
|
/cts/tests/camera/src/android/hardware/camera2/cts/ |
D | ImageWriterTest.java | 50 private static final boolean DEBUG = Log.isLoggable(TAG, Log.DEBUG); field in ImageWriterTest 278 if (DEBUG) { in readerWriterFormatTestByCamera() 298 if (DEBUG) { in readerWriterFormatTestByCamera() 315 if (DEBUG) { in readerWriterFormatTestByCamera()
|
D | BurstCaptureTest.java | 40 private static final boolean DEBUG = Log.isLoggable(TAG, Log.DEBUG); field in BurstCaptureTest 175 if (DEBUG) { in yuvBurstTestByCamera() 204 if (DEBUG) { in yuvBurstTestByCamera() 323 if (DEBUG) { in yuvBurstTestByCamera()
|
/cts/tools/dasm/src/java_cup/ |
D | sym.java | 15 static final int DEBUG = 20; field in sym
|
/cts/tests/app/src/android/app/cts/ |
D | NotificationManagerTest.java | 33 final boolean DEBUG = false; field in NotificationManagerTest 86 if (DEBUG) { in testCancelAll()
|
/cts/tests/tests/security/src/android/security/cts/ |
D | ListeningPortsTest.java | 242 if (Log.isLoggable(TAG, Log.DEBUG)) { in isTcpConnectable() 247 if (Log.isLoggable(TAG, Log.DEBUG)) { in isTcpConnectable() 259 if (Log.isLoggable(TAG, Log.DEBUG)) { in isTcpConnectable()
|
/cts/tests/tests/uirendering/src/android/uirendering/cts/testinfrastructure/ |
D | CanvasClientView.java | 49 if (ActivityTestBase.DEBUG) { in onDraw()
|
/cts/tests/tests/media/src/android/media/cts/ |
D | VideoEncoderTest.java | 66 private final boolean DEBUG = false; field in VideoEncoderTest 323 if (DEBUG) Log.v(TAG, "decoder received input #" + ix); in fillDecoderInputBuffer() 333 if (DEBUG) Log.v(TAG, "queuing decoder EOS"); in fillDecoderInputBuffer() 345 if (DEBUG) Log.v(TAG, "queing input #" + ix + " for decoder with timestamp " in fillDecoderInputBuffer() 357 if (DEBUG) Log.v(TAG, "encoder received output #" + ix in emptyEncoderOutputBuffer() 474 if (DEBUG) Log.v(TAG, "got image"); in processLoop() 522 if (DEBUG) Log.v(TAG, "decoder received output #" + ix in onOutputBufferAvailable() 685 if (DEBUG) Log.d(TAG, "encoder is still active, continue"); in processLoop() 689 if (DEBUG) Log.v(TAG, "got image"); in processLoop() 697 if (DEBUG) Log.v(TAG, "latched image"); in processLoop() [all …]
|
/cts/hostsidetests/net/src/com/android/cts/net/ |
D | HostsideNetworkTestCase.java | 41 protected static final boolean DEBUG = false; field in HostsideNetworkTestCase 183 if (DEBUG) Log.v(TAG, "Output: " + output.trim()); in runCommand()
|
/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
D | DebugContext.java | 42 mRS = RenderScript.create(mCtx, RenderScript.ContextType.DEBUG); in setupDebugContext()
|