Home
last modified time | relevance | path

Searched defs:testClassName (Results 1 – 23 of 23) sorted by relevance

/cts/tools/utils/
DVogarUtils.java34 final String testClassName, in isVogarKnownFailure()
49 final String testClassName, in isVogarKnownFailure()
138 final String testClassName, in timeoutInMinutes()
155 final String testClassName, in timeoutInMinutes()
DCollectAllTests.java437 String testClassName = test.getName(); in addToTests() local
/cts/hostsidetests/appsecurity/src/android/appsecurity/cts/
DDocumentsTestCase.java67 public void runDeviceTests(String packageName, String testClassName, String testMethodName) in runDeviceTests()
69 Utils.runDeviceTests(getDevice(), packageName, testClassName, testMethodName); in runDeviceTests() local
DUtils.java46 public static void runDeviceTests(ITestDevice device, String packageName, String testClassName) in runDeviceTests()
51 public static void runDeviceTests(ITestDevice device, String packageName, String testClassName, in runDeviceTests()
56 public static void runDeviceTests(ITestDevice device, String packageName, String testClassName, in runDeviceTests()
61 public static void runDeviceTests(ITestDevice device, String packageName, String testClassName, in runDeviceTests()
DUsesLibraryHostTest.java85 private void runDeviceTests(String packageName, String testClassName, String testMethodName) in runDeviceTests()
87 Utils.runDeviceTests(getDevice(), packageName, testClassName, testMethodName); in runDeviceTests() local
DPrivilegedUpdateTests.java134 private void runDeviceTests(String packageName, String testClassName, String testMethodName) in runDeviceTests()
136 Utils.runDeviceTests(getDevice(), packageName, testClassName, testMethodName); in runDeviceTests() local
DExternalStorageHostTest.java247 private void runDeviceTests(String packageName, String testClassName, int userId) in runDeviceTests()
249 Utils.runDeviceTests(getDevice(), packageName, testClassName, userId); in runDeviceTests() local
252 private void runDeviceTests(String packageName, String testClassName, String testMethodName, in runDeviceTests()
254 Utils.runDeviceTests(getDevice(), packageName, testClassName, testMethodName, userId); in runDeviceTests() local
DDirectBootHostTest.java193 private void runDeviceTests(String packageName, String testClassName, String testMethodName, in runDeviceTests()
197 Utils.runDeviceTests(getDevice(), packageName, testClassName, testMethodName, user); in runDeviceTests() local
DAdoptableHostTest.java325 private void runDeviceTests(String packageName, String testClassName, String testMethodName) in runDeviceTests()
327 Utils.runDeviceTests(getDevice(), packageName, testClassName, testMethodName); in runDeviceTests() local
DAppSecurityTests.java296 private void runDeviceTests(String packageName, String testClassName, String testMethodName) in runDeviceTests()
298 Utils.runDeviceTests(getDevice(), packageName, testClassName, testMethodName); in runDeviceTests() local
DPermissionsHostTest.java291 private void runDeviceTests(String packageName, String testClassName, String testMethodName) in runDeviceTests()
293 Utils.runDeviceTests(getDevice(), packageName, testClassName, testMethodName); in runDeviceTests() local
DKeySetHostTest.java166 private boolean runDeviceTests(String pkgName, String testClassName, String testMethodName) in runDeviceTests()
179 private TestRunResult doRunTests(String pkgName, String testClassName, in doRunTests()
DSplitTests.java442 public void runDeviceTests(String packageName, String testClassName, String testMethodName) in runDeviceTests()
444 Utils.runDeviceTests(getDevice(), packageName, testClassName, testMethodName); in runDeviceTests() local
/cts/tools/tradefed-host/src/com/android/cts/tradefed/testtype/
DITestPackageRepo.java59 public List<String> findPackageIdsForTest(String testClassName); in findPackageIdsForTest()
DTestPackageRepo.java243 public List<String> findPackageIdsForTest(String testClassName) { in findPackageIdsForTest()
DGeeTestResultParser.java182 public ParsedTestInfo(String testName, String testClassName, String testRunTime) { in ParsedTestInfo()
/cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/
DProfileOwnerTest.java63 private void executeProfileOwnerTest(String testClassName) throws Exception { in executeProfileOwnerTest()
DBaseDevicePolicyTest.java219 String pkgName, @Nullable String testClassName, int userId) in runDeviceTestsAsUser()
226 String pkgName, @Nullable String testClassName, String testMethodName, int userId) in runDeviceTestsAsUser()
232 protected boolean runDeviceTestsAsUser(String pkgName, @Nullable String testClassName, in runDeviceTestsAsUser()
DDeviceOwnerTest.java397 private void executeDeviceOwnerTest(String testClassName) throws Exception { in executeDeviceOwnerTest()
DManagedProfileTest.java860 private boolean runDeviceTestsAsUser(String pkgName, String testClassName, in runDeviceTestsAsUser()
/cts/hostsidetests/net/src/com/android/cts/net/
DHostsideNetworkTestCase.java124 protected void runDeviceTests(String packageName, String testClassName) in runDeviceTests()
129 protected void runDeviceTests(String packageName, String testClassName, String methodName) in runDeviceTests()
/cts/hostsidetests/shortcuts/hostside/src/android/content/pm/cts/shortcuthost/
DBaseShortcutManagerHostTest.java118 String pkgName, @Nullable String testClassName, int userId) in runDeviceTestsAsUser()
125 String pkgName, @Nullable String testClassName, String testMethodName, int userId) in runDeviceTestsAsUser()
131 protected void runDeviceTestsAsUser(String pkgName, @Nullable String testClassName, in runDeviceTestsAsUser()
/cts/tools/tradefed-host/src/com/android/cts/tradefed/result/
DTestSuite.java76 public Test findTest(List<String> suiteNames, String testClassName, String testName, in findTest()