Home
last modified time | relevance | path

Searched defs:testClassName (Results 1 – 25 of 46) 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()
DDocumentsTestCase.java57 public void runDeviceTests(String packageName, String testClassName, String testMethodName) in runDeviceTests()
59 Utils.runDeviceTests(getDevice(), packageName, testClassName, testMethodName, in runDeviceTests() local
DAccessSerialNumberTest.java37 private void runDeviceTests(String packageName, String testClassName, String testMethodName) in runDeviceTests()
39 Utils.runDeviceTests(getDevice(), packageName, testClassName, testMethodName); in runDeviceTests() local
DRoleSecurityTest.java78 private void runDeviceTestsAsUser(String packageName, String testClassName, in runDeviceTestsAsUser()
80 Utils.runDeviceTests(getDevice(), packageName, testClassName, testMethodName, userId); in runDeviceTestsAsUser() local
DPermissionEscalationTest.java80 private void runDeviceTests(String packageName, String testClassName, String testMethodName) in runDeviceTests()
82 Utils.runDeviceTestsAsCurrentUser(getDevice(), packageName, testClassName, testMethodName); in runDeviceTests() local
DDirectBootHostTest.java192 String packageName, String testClassName, String testMethodName) in runDeviceTestsAsCurrentUser()
194 Utils.runDeviceTestsAsCurrentUser(getDevice(), packageName, testClassName, testMethodName); in runDeviceTestsAsCurrentUser() local
DPrivilegedUpdateTests.java181 private void runDeviceTests(String packageName, String testClassName, String testMethodName) in runDeviceTests()
183 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
DStorageHostTest.java232 public void runDeviceTests(String packageName, String testClassName, String testMethodName, in runDeviceTests()
237 public void runDeviceTests(String packageName, String testClassName, String testMethodName, in runDeviceTests()
/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/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/
DBaseDeviceOwnerTest.java77 protected final void executeDeviceOwnerTest(String testClassName) throws Exception { in executeDeviceOwnerTest()
81 protected final void executeDeviceOwnerTestOnDeviceOwnerUser(String testClassName) in executeDeviceOwnerTestOnDeviceOwnerUser()
86 private void executeDeviceOwnerTestOnSpecificUser(String testClassName, int userId) in executeDeviceOwnerTestOnSpecificUser()
DDeviceAndProfileOwnerHostSideTransferTest.java182 protected void setSameAffiliationId(int profileUserId, String testClassName) in setSameAffiliationId()
193 String testClassName) throws Exception { in assertAffiliationIdsAreIntact()
DProfileOwnerTest.java110 private void executeProfileOwnerTest(String testClassName) throws Exception { in executeProfileOwnerTest()
/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/packagemanager/dynamicmime/src/android/dynamicmime/cts/
DRebootTestCases.java213 private void runTestWithReboot(String testClassName, String testMethodName) in runTestWithReboot()
220 private void runPostReboot(String testClassName, String testMethodName) in runPostReboot()
226 private void runPreReboot(String testClassName, String testMethodName) in runPreReboot()
/cts/hostsidetests/media/src/android/media/cts/
DBaseMediaHostSideTest.java74 String pkgName, @Nullable String testClassName, @Nullable String testMethodName) in runDeviceTests()
113 String pkgName, String testClassName, String testMethodName) { in getTestRunner()
/cts/hostsidetests/packagemanager/extractnativelibs/src/android/extractnativelibs/cts/
DCtsExtractNativeLibsHostTestUpdates.java101 final String testClassName = getTestClassName(mIsExtractNativeLibs); in testUpdateAndRunSuccess() local
DCtsExtractNativeLibsHostTestInstalls.java90 final String testClassName = getTestClassName(mIsExtractNativeLibs); in testInstallAndRunSuccess() local
DCtsExtractNativeLibsHostTestAbiOverride.java116 final String testClassName = getTestClassName(mIsExtractNativeLibs); in testAbiOverrideAndRunSuccess() local
/cts/tests/tests/webkit/src/android/webkit/cts/
DTestProcessService.java62 String testClassName = msg.getData().getString(TEST_CLASS_KEY); in handleMessage() local
/cts/hostsidetests/packagemanager/multiuser/src/com/android/tests/packagemanager/multiuser/host/
DPackageManagerMultiUserTestBase.java66 String pkgName, @Nullable String testClassName, in runDeviceTestAsUser()
77 testClassName, in runDeviceTestAsUser() local
/cts/hostsidetests/webkit/src/com/android/cts/webkit/
DWebViewHostSideStartupTest.java83 private TestRunResult runSingleDeviceTest(String packageName, String testClassName, in runSingleDeviceTest()
/cts/hostsidetests/packagemanager/preferredactivity/src/com/android/cts/packagemanager/preferredactivity/host/
DPreferredActivityTests.java115 private boolean runDeviceTestsWithArgs(String pkgName, String testClassName, in runDeviceTestsWithArgs()
/cts/hostsidetests/statsdatom/src/android/cts/statsdatom/statsd/
DBaseTestCase.java130 @Nullable String testClassName, @Nullable String testMethodName) in runDeviceTests()
/cts/hostsidetests/appcompat/host/lib/src/android/compat/cts/
DCompatChangeGatingTestCase.java120 protected void runDeviceCompatTest(@Nonnull String pkgName, @Nonnull String testClassName, in runDeviceCompatTest()
141 … protected void runDeviceCompatTestReported(@Nonnull String pkgName, @Nonnull String testClassName, in runDeviceCompatTestReported()

12