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.java41 String testClassName, String testMethodName) throws DeviceNotAvailableException { in runDeviceTestsAsCurrentUser()
47 String testClassName, String testMethodName, Map<String, String> testArgs) in runDeviceTestsAsCurrentUser() argument
53 public static void runDeviceTests(ITestDevice device, String packageName, String testClassName, in runDeviceTests()
58 public static void runDeviceTests(ITestDevice device, String packageName, String testClassName, in runDeviceTests()
64 public static void runDeviceTests(ITestDevice device, String packageName, String testClassName, in runDeviceTests()
69 public static void runDeviceTests(ITestDevice device, String packageName, String testClassName, in runDeviceTests()
77 public static void runDeviceTests(ITestDevice device, String packageName, String testClassName, in runDeviceTests()
DAccessSerialNumberTest.java37 private void runDeviceTests(String packageName, String testClassName, String testMethodName) in runDeviceTests()
39 Utils.runDeviceTests(getDevice(), packageName, testClassName, testMethodName); in runDeviceTests() local
DDocumentsTestCase.java65 public void runDeviceTests(String packageName, String testClassName, String testMethodName) in runDeviceTests()
67 Utils.runDeviceTests(getDevice(), packageName, testClassName, testMethodName, in runDeviceTests() local
DBaseAppSecurityTest.java69 protected void runDeviceTests(String packageName, String testClassName, in runDeviceTests()
78 Utils.runDeviceTestsAsCurrentUser(getDevice(), packageName, testClassName, testMethodName, in runDeviceTests() local
DDirectBootHostTest.java206 String packageName, String testClassName, String testMethodName) in runDeviceTestsAsCurrentUser()
208 Utils.runDeviceTestsAsCurrentUser(getDevice(), packageName, testClassName, testMethodName); in runDeviceTestsAsCurrentUser() local
DPrivilegedUpdateTests.java154 private void runDeviceTests(String packageName, String testClassName, String testMethodName) in runDeviceTests()
156 Utils.runDeviceTests(getDevice(), packageName, testClassName, testMethodName); in runDeviceTests() local
DStorageHostTest.java227 public void runDeviceTests(String packageName, String testClassName, String testMethodName, in runDeviceTests()
232 public void runDeviceTests(String packageName, String testClassName, String testMethodName, in runDeviceTests()
DInstantAppUserTest.java240 private void runDeviceTestsAsUser(String packageName, String testClassName, in runDeviceTestsAsUser()
243 Utils.runDeviceTests(getDevice(), packageName, testClassName, testMethodName, userId); in runDeviceTestsAsUser() local
DExternalStorageHostTest.java710 private void runDeviceTests(String packageName, String testClassName, int userId) in runDeviceTests()
712 runDeviceTests(getDevice(), packageName, testClassName, null, userId, null); in runDeviceTests() local
715 private void runDeviceTests(String packageName, String testClassName, String testMethodName, in runDeviceTests()
717 runDeviceTests(getDevice(), packageName, testClassName, testMethodName, userId, null); in runDeviceTests() local
DKeySetHostTest.java165 private boolean runDeviceTests(String pkgName, String testClassName, String testMethodName) in runDeviceTests()
178 private TestRunResult doRunTests(String pkgName, String testClassName, in doRunTests()
/cts/hostsidetests/classloaders/useslibrary/src/android/classloaders/cts/
DUtils.java35 public static void runDeviceTests(ITestDevice device, String packageName, String testClassName, in runDeviceTests()
40 public static void runDeviceTests(ITestDevice device, String packageName, String testClassName, in runDeviceTests()
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()
59 public static void runDeviceTests(ITestDevice device, String packageName, String testClassName, in runDeviceTests()
/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
/cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/
DDeviceAndProfileOwnerHostSideTransferTest.java223 protected void setSameAffiliationId(int profileUserId, String testClassName) in setSameAffiliationId()
234 String testClassName) throws Exception { in assertAffiliationIdsAreIntact()
DProfileOwnerTest.java98 private void executeProfileOwnerTest(String testClassName) throws Exception { in executeProfileOwnerTest()
DBaseDevicePolicyTest.java407 String pkgName, @Nullable String testClassName, int userId) in runDeviceTestsAsUser()
413 String pkgName, @Nullable String testClassName, String testMethodName, int userId) in runDeviceTestsAsUser()
420 String pkgName, @Nullable String testClassName, String testMethodName) in runDeviceTests()
426 String pkgName, @Nullable String testClassName, in runDeviceTestsAsUser()
/cts/tests/tests/webkit/src/android/webkit/cts/
DTestProcessService.java62 String testClassName = msg.getData().getString(TEST_CLASS_KEY); in handleMessage() local
/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/webkit/src/com/android/cts/webkit/
DWebViewHostSideStartupTest.java83 private TestRunResult runSingleDeviceTest(String packageName, String testClassName, in runSingleDeviceTest()
/cts/hostsidetests/statsd/src/android/cts/statsd/atom/
DBaseTestCase.java123 @Nullable String testClassName, @Nullable String testMethodName) in runDeviceTests()
/cts/hostsidetests/shortcuts/hostside/src/android/content/pm/cts/shortcuthost/
DBaseShortcutManagerHostTest.java120 String pkgName, @Nullable String testClassName, int userId) in runDeviceTestsAsUser()
127 String pkgName, @Nullable String testClassName, String testMethodName, int userId) in runDeviceTestsAsUser()
/cts/hostsidetests/incident/src/com/android/server/cts/
DProtoDumpTestCase.java129 @Nullable String testClassName, @Nullable String testMethodName) in runDeviceTests()
/cts/hostsidetests/atrace/src/android/atrace/cts/
DAtraceHostTestBase.java137 String testClassName, String testMethodName) in runDeviceTests()
/cts/hostsidetests/dumpsys/src/android/dumpsys/cts/
DBaseDumpsysTest.java162 @Nullable String testClassName, @Nullable String testMethodName) in runDeviceTests()
/cts/hostsidetests/angle/src/android/angle/cts/
DCtsAngleCommon.java138 String testClassName, in waitThenRunDeviceTests()

12