Home
last modified time | relevance | path

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

12

/cts/hostsidetests/appsecurity/src/android/appsecurity/cts/
DUtils.java44 public static void runDeviceTests(ITestDevice device, String packageName, String testClassName) in runDeviceTests()
49 public static void runDeviceTests(ITestDevice device, String packageName, String testClassName, in runDeviceTests()
54 public static void runDeviceTests(ITestDevice device, String packageName, String testClassName, in runDeviceTests()
59 public static void runDeviceTests(ITestDevice device, String packageName, String testClassName, in runDeviceTests()
65 public static void runDeviceTests(ITestDevice device, String packageName, String testClassName, in runDeviceTests()
70 public static void runDeviceTests(ITestDevice device, String packageName, String testClassName, in runDeviceTests()
DDocumentsTestCase.java65 public void runDeviceTests(String packageName, String testClassName, String testMethodName) in runDeviceTests()
67 Utils.runDeviceTests(getDevice(), packageName, testClassName, testMethodName); in runDeviceTests() local
DInstantCookieHostTest.java101 private void runDeviceTests(String packageName, String testClassName, String testMethodName) in runDeviceTests()
103 Utils.runDeviceTests(getDevice(), packageName, testClassName, testMethodName); in runDeviceTests() local
DUsesLibraryHostTest.java83 private void runDeviceTests(String packageName, String testClassName, String testMethodName) in runDeviceTests()
85 Utils.runDeviceTests(getDevice(), packageName, testClassName, testMethodName); in runDeviceTests() local
DInstantAppUserTest.java182 private void runDeviceTests(String packageName, String testClassName, String testMethodName) in runDeviceTests()
184 Utils.runDeviceTests(getDevice(), packageName, testClassName, testMethodName); in runDeviceTests() local
187 private void runDeviceTestsAsUser(String packageName, String testClassName, in runDeviceTestsAsUser()
190 Utils.runDeviceTests(getDevice(), packageName, testClassName, testMethodName, userId); in runDeviceTestsAsUser() local
DPrivilegedUpdateTests.java134 private void runDeviceTests(String packageName, String testClassName, String testMethodName) in runDeviceTests()
136 Utils.runDeviceTests(getDevice(), packageName, testClassName, testMethodName); in runDeviceTests() local
DEphemeralTest.java265 private void runDeviceTests(String packageName, String testClassName, String testMethodName) in runDeviceTests()
267 Utils.runDeviceTests(getDevice(), packageName, testClassName, testMethodName); in runDeviceTests() local
270 private void runDeviceTests(String packageName, String testClassName, String testMethodName, in runDeviceTests()
272 Utils.runDeviceTests(getDevice(), packageName, testClassName, testMethodName, testArgs); in runDeviceTests() local
DExternalStorageHostTest.java325 private void runDeviceTests(String packageName, String testClassName, int userId) in runDeviceTests()
327 Utils.runDeviceTests(getDevice(), packageName, testClassName, userId); in runDeviceTests() local
330 private void runDeviceTests(String packageName, String testClassName, String testMethodName, in runDeviceTests()
332 Utils.runDeviceTests(getDevice(), packageName, testClassName, testMethodName, userId); in runDeviceTests() local
DStorageHostTest.java235 public void runDeviceTests(String packageName, String testClassName, String testMethodName, in runDeviceTests()
237 Utils.runDeviceTests(getDevice(), packageName, testClassName, testMethodName, userId); in runDeviceTests() local
DDirectBootHostTest.java212 private void runDeviceTests(String packageName, String testClassName, String testMethodName, in runDeviceTests()
216 Utils.runDeviceTests(getDevice(), packageName, testClassName, testMethodName, user); in runDeviceTests() local
DAdoptableHostTest.java338 private void runDeviceTests(String packageName, String testClassName, String testMethodName) in runDeviceTests()
340 Utils.runDeviceTests(getDevice(), packageName, testClassName, testMethodName); in runDeviceTests() local
DSplitTests.java309 public void runDeviceTests(String packageName, String testClassName, String testMethodName) in runDeviceTests()
311 Utils.runDeviceTests(getDevice(), packageName, testClassName, testMethodName); in runDeviceTests() local
DAppSecurityTests.java326 private void runDeviceTests(String packageName, String testClassName, String testMethodName) in runDeviceTests()
328 Utils.runDeviceTests(getDevice(), packageName, testClassName, testMethodName); in runDeviceTests() local
DKeySetHostTest.java167 private boolean runDeviceTests(String pkgName, String testClassName, String testMethodName) in runDeviceTests()
180 private TestRunResult doRunTests(String pkgName, String testClassName, in doRunTests()
DPermissionsHostTest.java307 private void runDeviceTests(String packageName, String testClassName, String testMethodName) in runDeviceTests()
309 Utils.runDeviceTests(getDevice(), packageName, testClassName, testMethodName); in runDeviceTests() local
/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()
/cts/hostsidetests/content/src/android/content/cts/
DInvalidSyncAuthoritiesHostTest.java75 private void runDeviceTests(String packageName, String testClassName, String testMethodName) in runDeviceTests()
77 Utils.runDeviceTests(getDevice(), packageName, testClassName, testMethodName); in runDeviceTests() local
DSyncAdapterAccountAccessHostTest.java104 private void runDeviceTests(String packageName, String testClassName, String testMethodName) in runDeviceTests()
106 Utils.runDeviceTests(getDevice(), packageName, testClassName, testMethodName); in runDeviceTests() local
/cts/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/testtype/
DCompatibilityHostTestBase.java199 protected boolean runDeviceTests(String pkgName, @Nullable String testClassName) in runDeviceTests()
216 protected boolean runDeviceTests(String pkgName, @Nullable String testClassName, in runDeviceTests()
229 String pkgName, String testClassName, in doRunTests()
/cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/
DProfileOwnerTest.java81 private void executeProfileOwnerTest(String testClassName) throws Exception { in executeProfileOwnerTest()
DBaseDevicePolicyTest.java280 String pkgName, @Nullable String testClassName, int userId) in runDeviceTestsAsUser()
286 String pkgName, @Nullable String testClassName, String testMethodName, int userId) in runDeviceTestsAsUser()
293 String pkgName, @Nullable String testClassName, String testMethodName) in runDeviceTests()
299 String pkgName, @Nullable String testClassName, in runDeviceTestsAsUser()
/cts/hostsidetests/webkit/src/com/android/cts/webkit/
DWebViewHostSideStartupTest.java57 private boolean runDeviceTest(String packageName, String testClassName, in runDeviceTest()
/cts/hostsidetests/net/src/com/android/cts/net/
DHostsideNetworkTestCase.java123 protected void runDeviceTests(String packageName, String testClassName) in runDeviceTests()
128 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/hostsidetests/incident/src/com/android/server/cts/
DProtoDumpTestCase.java107 @Nullable String testClassName, @Nullable String testMethodName) in runDeviceTests()

12