/cts/tests/tests/security/src/android/security/cts/ |
D | SELinuxTest.java | 83 String found = KernelSettingsTest.getFile("/proc/self/attr/current"); in testCTSIsUntrustedApp() local 86 ", Found: \"" + found + "\""; in testCTSIsUntrustedApp() 87 assertTrue(msg, found.startsWith(expected)); in testCTSIsUntrustedApp() 92 String found = getFileContext(appDataDir.getAbsolutePath()); in testCTSAppDataContext() local 95 ", Found: \"" + found + "\""; in testCTSAppDataContext() 96 assertTrue(msg, found.startsWith(expected)); in testCTSAppDataContext()
|
/cts/tools/signature-tools/src/signature/converter/dex/ |
D | DexFactory.java | 42 boolean found = false; in loadApi() 45 found = true; in loadApi() 48 if (!found) { in loadApi()
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/notifications/ |
D | AttentionManagementVerifierActivity.java | 213 Set<String> found = new HashSet<String>(); in test() 226 if (found.contains(tag)) { in test() 230 found.add(ALICE); in test() 233 found.add(BOB); in test() 236 found.add(CHARLIE); in test() 244 pass &= found.size() == 3; in test() 305 Set<String> found = new HashSet<String>(); in test() 317 if (found.contains(tag)) { in test() 321 found.add(ALICE); in test() 324 found.add(BOB); in test() [all …]
|
D | NotificationListenerVerifierActivity.java | 195 Set<String> found = new HashSet<String>(); in test() 209 found.add(mTag1); in test() 219 found.add(mTag2); in test() 229 found.add(mTag3); in test() 248 pass &= found.size() == 3; in test()
|
/cts/tools/tradefed-host/ |
D | README | 21 1. Ensure 'adb' is in your current PATH. adb can be found in the 42 downloaded and extracted the CTS zip, the script can be found at 45 the script can be found at 70 The source for the CTS extensions for tradefed can be found at 73 The source for the tradefed framework can be found on the 'tradefed' branch.
|
/cts/tests/tests/provider/src/android/provider/cts/ |
D | ContactsContract_DeletedContacts.java | 68 boolean found = false; in testQuery_returnsProperColumns() 71 found = true; in testQuery_returnsProperColumns() 75 assertTrue(found); in testQuery_returnsProperColumns()
|
D | Contacts_PeopleTest.java | 181 boolean found = false; in testAddToGroup() 185 found = true; in testAddToGroup() 189 assertTrue(found); in testAddToGroup() 209 found = false; in testAddToGroup() 215 found = true; in testAddToGroup() 219 assertTrue(found); in testAddToGroup()
|
/cts/tests/tests/os/jni/seccomp-tests/ |
D | README.android | 13 The diff of modifications can be found in local-modifications-android.diff.
|
/cts/tests/tests/provider/src/android/provider/cts/contacts/ |
D | DatabaseAsserts.java | 200 boolean found = false; in assertCursorValuesMatchExactly() 205 found = equalsWithExpectedValues(cursor, v, message); in assertCursorValuesMatchExactly() 206 if (found) { in assertCursorValuesMatchExactly() 212 found); in assertCursorValuesMatchExactly()
|
/cts/hostsidetests/appsecurity/test-apps/WriteExternalStorageApp/src/com/android/cts/writeexternalstorageapp/ |
D | WriteExternalStorageTest.java | 252 boolean found = false; in testVerifyNoMediaCreated() 256 found = true; in testVerifyNoMediaCreated() 262 if (!found) { in testVerifyNoMediaCreated()
|
/cts/tests/tests/content/src/android/content/cts/ |
D | ContentResolverSyncTestCase.java | 287 boolean found = false; 292 found = true; 296 assertTrue(found);
|
/cts/tests/tests/net/src/android/net/wifi/cts/ |
D | NsdManagerTest.java | 312 boolean found = false; in runTest() 329 found = true; in runTest() 339 assertTrue(found); in runTest()
|
/cts/tools/signature-tools/ |
D | sig-create | 52 echo ERROR: $COREDEX not found
|
D | sig-check | 52 echo ERROR: $COREDEX not found
|
/cts/tests/tests/media/src/android/media/cts/ |
D | MediaCodecCapabilitiesTest.java | 486 boolean found = false; in testAllNonTunneledVideoCodecsSupportFlexibleYUV() 489 found = true; in testAllNonTunneledVideoCodecsSupportFlexibleYUV() 495 found); in testAllNonTunneledVideoCodecsSupportFlexibleYUV() local
|
/cts/tools/dasm/src/dasm/ |
D | DAsm.java | 286 boolean found = false; in addInterface() 291 found = true; in addInterface() 296 if (found == false) interfaces.add(name); in addInterface()
|
/cts/tests/tests/hardware/src/android/hardware/cts/ |
D | CameraTest.java | 1872 boolean found = false; 1877 if (!found && Arrays.equals(defaultFps, fps)) { 1878 found = true; 1881 assertTrue("Preview fps range must be in the supported list.", found);
|
/cts/suite/cts/deviceTests/browserbench/assets/octane/js/ |
D | jquery.js | 4074 type, found, item, filter, left, 4103 anyFound = found = true; 4113 found = filter( item, match, i, curLoop ); 4114 pass = not ^ found; 4116 if ( inplace && found != null ) { 4132 if ( found !== undefined ) {
|
/cts/tools/dex-tools/dex/ |
D | classes0.out.dex | 71447 private boolean found
|