/cts/tools/utils/ |
D | VogarUtils.java | 35 final String testMethodName) { in isVogarKnownFailure() 50 final String testMethodName) { in isVogarKnownFailure() 89 public static String buildFullTestName(String testClass, String testMethodName) { in buildFullTestName() 139 final String testMethodName) { in timeoutInMinutes() 156 final String testMethodName) { in timeoutInMinutes()
|
/cts/hostsidetests/appsecurity/src/android/appsecurity/cts/ |
D | Utils.java | 36 String testMethodName) throws DeviceNotAvailableException { in runDeviceTests() 41 String testMethodName, Map<String, String> testArgs) in runDeviceTests() argument 47 String testMethodName, int userId) throws DeviceNotAvailableException { in runDeviceTests() 52 String testMethodName, int userId, Map<String, String> testArgs) in runDeviceTests() argument 60 String testMethodName, int userId, Map<String, String> testArgs, long timeout, in runDeviceTests() argument
|
D | DocumentsTestCase.java | 65 public void runDeviceTests(String packageName, String testClassName, String testMethodName) in runDeviceTests() 67 Utils.runDeviceTests(getDevice(), packageName, testClassName, testMethodName); in runDeviceTests() local
|
D | MajorVersionTest.java | 126 private void runVersionDeviceTests(String testMethodName) in runVersionDeviceTests() 131 private void runDeviceTests(String packageName, String testClassName, String testMethodName) in runDeviceTests() 133 Utils.runDeviceTests(getDevice(), packageName, testClassName, testMethodName); in runDeviceTests() local
|
D | UsesLibraryHostTest.java | 85 private void runDeviceTests(String packageName, String testClassName, String testMethodName) in runDeviceTests() 87 Utils.runDeviceTests(getDevice(), packageName, testClassName, testMethodName); in runDeviceTests() local
|
D | InstantCookieHostTest.java | 113 private void runDeviceTests(String packageName, String testClassName, String testMethodName) in runDeviceTests() 115 Utils.runDeviceTests(getDevice(), packageName, testClassName, testMethodName); in runDeviceTests() local
|
D | InstantAppUserTest.java | 184 private void runDeviceTests(String packageName, String testClassName, String testMethodName) in runDeviceTests() 186 Utils.runDeviceTests(getDevice(), packageName, testClassName, testMethodName); in runDeviceTests() local 190 String testMethodName, int userId) in runDeviceTestsAsUser() 192 Utils.runDeviceTests(getDevice(), packageName, testClassName, testMethodName, userId); in runDeviceTestsAsUser() local
|
D | PrivilegedUpdateTests.java | 154 private void runDeviceTests(String packageName, String testClassName, String testMethodName) in runDeviceTests() 156 Utils.runDeviceTests(getDevice(), packageName, testClassName, testMethodName); in runDeviceTests() local
|
D | DirectBootHostTest.java | 208 private void runDeviceTests(String packageName, String testClassName, String testMethodName, in runDeviceTests() 212 runDeviceTests(getDevice(), packageName, testClassName, testMethodName, user, null); in runDeviceTests() local
|
D | EphemeralTest.java | 476 private void runDeviceTests(String packageName, String testClassName, String testMethodName) in runDeviceTests() 478 Utils.runDeviceTests(getDevice(), packageName, testClassName, testMethodName); in runDeviceTests() local 481 private void runDeviceTests(String packageName, String testClassName, String testMethodName, in runDeviceTests() 483 Utils.runDeviceTests(getDevice(), packageName, testClassName, testMethodName, testArgs); in runDeviceTests() local
|
D | ExternalStorageHostTest.java | 376 private void runDeviceTests(String packageName, String testClassName, String testMethodName, in runDeviceTests() 378 runDeviceTests(getDevice(), packageName, testClassName, testMethodName, userId, null); in runDeviceTests() local
|
D | KeySetHostTest.java | 167 private boolean runDeviceTests(String pkgName, String testClassName, String testMethodName) in runDeviceTests() 181 String testMethodName) throws DeviceNotAvailableException { in doRunTests()
|
D | StorageHostTest.java | 257 public void runDeviceTests(String packageName, String testClassName, String testMethodName, in runDeviceTests()
|
D | PermissionsHostTest.java | 404 private void runDeviceTests(String packageName, String testClassName, String testMethodName) in runDeviceTests() 406 Utils.runDeviceTests(getDevice(), packageName, testClassName, testMethodName); in runDeviceTests() local
|
/cts/hostsidetests/content/src/android/content/cts/ |
D | InvalidSyncAuthoritiesHostTest.java | 75 private void runDeviceTests(String packageName, String testClassName, String testMethodName) in runDeviceTests() 77 Utils.runDeviceTests(getDevice(), packageName, testClassName, testMethodName); in runDeviceTests() local
|
/cts/hostsidetests/webkit/src/com/android/cts/webkit/ |
D | WebViewHostSideStartupTest.java | 69 private void assertDeviceTestPasses(String testMethodName) throws DeviceNotAvailableException { in assertDeviceTestPasses() 83 String testMethodName) throws DeviceNotAvailableException { in runSingleDeviceTest()
|
/cts/hostsidetests/media/src/android/media/session/cts/ |
D | MediaSessionManagerHostTest.java | 239 private void runTest(String testMethodName) throws DeviceNotAvailableException { in runTest() 243 private void runTestAsUser(String testMethodName, int userId) in runTestAsUser()
|
/cts/hostsidetests/incident/src/com/android/server/cts/ |
D | AppWidgetIncidentTest.java | 108 private WidgetProto prepare(String testMethodName) throws Exception { in prepare()
|
D | ProtoDumpTestCase.java | 129 @Nullable String testClassName, @Nullable String testMethodName) in runDeviceTests()
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/base/ |
D | SensorCtsVerifierTestActivity.java | 87 String testMethodName = testMethod.getName(); in executeTest() local
|
/cts/hostsidetests/statsd/src/android/cts/statsd/atom/ |
D | BaseTestCase.java | 104 @Nullable String testClassName, @Nullable String testMethodName) in runDeviceTests()
|
/cts/hostsidetests/shortcuts/hostside/src/android/content/pm/cts/shortcuthost/ |
D | BaseShortcutManagerHostTest.java | 127 String pkgName, @Nullable String testClassName, String testMethodName, int userId) in runDeviceTestsAsUser() 134 @Nullable String testMethodName, int userId, in runDeviceTestsAsUser()
|
/cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/ |
D | UserRestrictionsTest.java | 305 private void runGlobalRestrictionsTest(String testMethodName, int userId) throws Exception { in runGlobalRestrictionsTest()
|
/cts/hostsidetests/dumpsys/src/android/dumpsys/cts/ |
D | BaseDumpsysTest.java | 162 @Nullable String testClassName, @Nullable String testMethodName) in runDeviceTests()
|
/cts/hostsidetests/media/src/android/media/cts/ |
D | BaseMultiUserTest.java | 252 @Nullable String testMethodName, int userId) throws DeviceNotAvailableException { in runDeviceTestsAsUser()
|