/cts/tools/utils/ |
D | VogarUtils.java | 34 final String testClassName, in isVogarKnownFailure() 49 final String testClassName, in isVogarKnownFailure() 138 final String testClassName, in timeoutInMinutes() 155 final String testClassName, in timeoutInMinutes()
|
D | CollectAllTests.java | 429 String testClassName = test.getName(); in addToTests() local
|
/cts/hostsidetests/appsecurity/src/com/android/cts/appsecurity/ |
D | Utils.java | 46 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()
|
D | DocumentsTest.java | 93 public void runDeviceTests(String packageName, String testClassName, String testMethodName) in runDeviceTests() 95 Utils.runDeviceTests(getDevice(), packageName, testClassName, testMethodName); in runDeviceTests() local
|
D | ExternalStorageHostTest.java | 240 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
|
D | PermissionsHostTest.java | 126 private void runDeviceTests(String packageName, String testClassName, String testMethodName) in runDeviceTests() 128 Utils.runDeviceTests(getDevice(), packageName, testClassName, testMethodName); in runDeviceTests() local
|
D | AdoptableHostTest.java | 315 private void runDeviceTests(String packageName, String testClassName, String testMethodName) in runDeviceTests() 317 Utils.runDeviceTests(getDevice(), packageName, testClassName, testMethodName); in runDeviceTests() local
|
D | AppSecurityTests.java | 294 private void runDeviceTests(String packageName, String testClassName, String testMethodName) in runDeviceTests() 296 Utils.runDeviceTests(getDevice(), packageName, testClassName, testMethodName); in runDeviceTests() local
|
D | KeySetHostTest.java | 166 private boolean runDeviceTests(String pkgName, String testClassName, String testMethodName) in runDeviceTests() 179 private TestRunResult doRunTests(String pkgName, String testClassName, in doRunTests()
|
D | SplitTests.java | 425 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/ |
D | ITestPackageRepo.java | 59 public List<String> findPackageIdsForTest(String testClassName); in findPackageIdsForTest()
|
D | TestPackageRepo.java | 243 public List<String> findPackageIdsForTest(String testClassName) { in findPackageIdsForTest()
|
D | GeeTestResultParser.java | 182 public ParsedTestInfo(String testName, String testClassName, String testRunTime) { in ParsedTestInfo()
|
/cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/ |
D | BaseDevicePolicyTest.java | 171 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()
|
D | DeviceOwnerTest.java | 118 private void executeDeviceOwnerTest(String testClassName) throws Exception { in executeDeviceOwnerTest()
|
/cts/hostsidetests/net/src/com/android/cts/net/ |
D | HostsideNetworkTests.java | 77 public void runDeviceTests(String packageName, String testClassName) in runDeviceTests()
|
/cts/tools/tradefed-host/src/com/android/cts/tradefed/result/ |
D | TestSuite.java | 76 public Test findTest(List<String> suiteNames, String testClassName, String testName, in findTest()
|