/cts/tests/tests/security/src/android/security/cts/ |
D | SELinuxTest.java | 46 String found = KernelSettingsTest.getFile("/proc/self/attr/current"); in testCTSIsUntrustedApp() local 49 ", Found: \"" + found + "\""; in testCTSIsUntrustedApp() 50 assertTrue(msg, found.startsWith(expected)); in testCTSIsUntrustedApp() 55 String found = getFileContext(appDataDir.getAbsolutePath()); in testCTSAppDataContext() local 58 ", Found: \"" + found + "\""; in testCTSAppDataContext() 59 assertTrue(msg, found.startsWith(expected)); in testCTSAppDataContext()
|
/cts/tests/tests/car/src/android/car/cts/ |
D | CarSensorManagerTest.java | 36 boolean found = false; in testDrivingPolicy() 39 found = true; in testDrivingPolicy() 43 assertTrue(found); in testDrivingPolicy()
|
/cts/tests/app/src/android/app/cts/ |
D | NotificationManagerTest.java | 126 boolean found = false; in checkNotificationExistence() 129 found = false; in checkNotificationExistence() 133 found = true; in checkNotificationExistence() 137 if (found == shouldExist) break; in checkNotificationExistence() 144 return found == shouldExist; in checkNotificationExistence()
|
D | ServiceTest.java | 222 StatusBarNotification found = null; in assertNoNotification() local 224 found = null; in assertNoNotification() 228 found = sbn; in assertNoNotification() 232 if (found != null) { in assertNoNotification() 242 + found, found); in assertNoNotification()
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/notifications/ |
D | AttentionManagementVerifierActivity.java | 228 Set<String> found = new HashSet<String>(); in test() 241 if (found.contains(tag)) { in test() 245 found.add(ALICE); in test() 248 found.add(BOB); in test() 251 found.add(CHARLIE); in test() 259 pass &= found.size() == 3; in test() 320 Set<String> found = new HashSet<String>(); in test() 332 if (found.contains(tag)) { in test() 336 found.add(ALICE); in test() 339 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/cts-tradefed/ |
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/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/os/jni/seccomp-tests/ |
D | README.android | 14 The diff of modifications can be found in local-modifications-android.diff 19 https://patchwork.kernel.org/patch/7537891/. This is not found in the above
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/ |
D | HeadsetHonorSystemActivity.java | 46 private void recordHeadsetPortFound(boolean found) { in recordHeadsetPortFound() argument 49 found ? 1.0 : 0, in recordHeadsetPortFound()
|
D | AudioLoopbackActivity.java | 334 private void recordHeasetPortFound(boolean found) { in recordHeasetPortFound() argument 337 found ? 1.0 : 0, in recordHeasetPortFound()
|
D | AudioFrequencyLineActivity.java | 502 private void recordHeasetPortFound(boolean found) { in recordHeasetPortFound() argument 505 found ? 1.0 : 0, in recordHeasetPortFound()
|
D | AudioFrequencyUnprocessedActivity.java | 512 private void recordHeasetPortFound(boolean found) { in recordHeasetPortFound() argument 515 found ? 1.0 : 0, in recordHeasetPortFound()
|
D | AudioFrequencyMicActivity.java | 661 private void recordHeasetPortFound(boolean found) { in recordHeasetPortFound() argument 664 found ? 1.0 : 0, in recordHeasetPortFound()
|
/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/hostsidetests/net/src/com/android/cts/net/ |
D | HostsideNetworkTestCase.java | 106 boolean found = false; in assertPackageUninstalled() 109 found = true; in assertPackageUninstalled() 113 if (!found) { in assertPackageUninstalled()
|
/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/tests/tests/net/src/android/net/wifi/cts/ |
D | NsdManagerTest.java | 388 boolean found = false; in testNDSManager() 405 found = true; in testNDSManager() 415 assertTrue(found); in testNDSManager() 494 found = false; in testNDSManager() 511 found = true; in testNDSManager() 521 assertTrue(found); in testNDSManager()
|
/cts/tests/tests/content/src/android/content/cts/ |
D | ContentResolverSyncTestCase.java | 287 boolean found = false; 292 found = true; 296 assertTrue(found);
|
/cts/hostsidetests/appsecurity/test-apps/WriteExternalStorageApp/src/com/android/cts/writeexternalstorageapp/ |
D | WriteExternalStorageTest.java | 263 boolean found = false; in testVerifyNoMediaCreated() 267 found = true; in testVerifyNoMediaCreated() 273 if (!found) { in testVerifyNoMediaCreated()
|
/cts/hostsidetests/compilation/src/android/cts/compilation/ |
D | AdbRootDependentCompilationTest.java | 285 boolean found = matcher.find(); in getOdexFilePath() 286 assertTrue("Malformed spec: " + pathSpec, found); in getOdexFilePath()
|
/cts/tests/tests/media/src/android/media/cts/ |
D | MediaCodecCapabilitiesTest.java | 489 boolean found = false; in testAllNonTunneledVideoCodecsSupportFlexibleYUV() 492 found = true; in testAllNonTunneledVideoCodecsSupportFlexibleYUV() 498 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/camera/src/android/hardware/cts/ |
D | CameraTest.java | 1869 boolean found = false; 1874 if (!found && Arrays.equals(defaultFps, fps)) { 1875 found = true; 1878 assertTrue("Preview fps range must be in the supported list.", found);
|