Home
last modified time | relevance | path

Searched defs:testClassName (Results 1 – 17 of 17) 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.java429 String testClassName = test.getName(); in addToTests() local
/cts/hostsidetests/appsecurity/src/com/android/cts/appsecurity/
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()
DDocumentsTest.java93 public void runDeviceTests(String packageName, String testClassName, String testMethodName) in runDeviceTests()
95 Utils.runDeviceTests(getDevice(), packageName, testClassName, testMethodName); in runDeviceTests() local
DExternalStorageHostTest.java240 private void runDeviceTests(String packageName, String testClassName, int userId) in runDeviceTests()
242 Utils.runDeviceTests(getDevice(), packageName, testClassName, userId); in runDeviceTests() local
245 private void runDeviceTests(String packageName, String testClassName, String testMethodName, in runDeviceTests()
247 Utils.runDeviceTests(getDevice(), packageName, testClassName, testMethodName, userId); in runDeviceTests() local
DPermissionsHostTest.java126 private void runDeviceTests(String packageName, String testClassName, String testMethodName) in runDeviceTests()
128 Utils.runDeviceTests(getDevice(), packageName, testClassName, testMethodName); in runDeviceTests() local
DAdoptableHostTest.java315 private void runDeviceTests(String packageName, String testClassName, String testMethodName) in runDeviceTests()
317 Utils.runDeviceTests(getDevice(), packageName, testClassName, testMethodName); in runDeviceTests() local
DAppSecurityTests.java294 private void runDeviceTests(String packageName, String testClassName, String testMethodName) in runDeviceTests()
296 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.java425 public void runDeviceTests(String packageName, String testClassName, String testMethodName) in runDeviceTests()
427 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/
DBaseDevicePolicyTest.java171 protected boolean runDeviceTests(String pkgName, @Nullable String testClassName) in runDeviceTests()
178 String pkgName, @Nullable String testClassName, int userId) in runDeviceTestsAsUser()
185 String pkgName, @Nullable String testClassName, String testMethodName, int userId) in runDeviceTestsAsUser()
190 protected boolean runDeviceTests(String pkgName, @Nullable String testClassName, in runDeviceTests()
196 protected boolean runDeviceTests(String pkgName, @Nullable String testClassName, in runDeviceTests()
212 String pkgName, String testClassName, in doRunTests()
227 private TestRunResult doRunTestsAsUser(String pkgName, @Nullable String testClassName, in doRunTestsAsUser()
DDeviceOwnerTest.java118 private void executeDeviceOwnerTest(String testClassName) throws Exception { in executeDeviceOwnerTest()
/cts/hostsidetests/net/src/com/android/cts/net/
DHostsideNetworkTests.java77 public void runDeviceTests(String packageName, String testClassName) in runDeviceTests()
/cts/tools/tradefed-host/src/com/android/cts/tradefed/result/
DTestSuite.java76 public Test findTest(List<String> suiteNames, String testClassName, String testName, in findTest()