Home
last modified time | relevance | path

Searched defs:testMethodName (Results 1 – 25 of 52) sorted by relevance

123

/cts/hostsidetests/packagemanager/dynamicmime/src/android/dynamicmime/cts/
DRebootTestCaseBase.java42 protected void runTestWithReboot(String testClassName, String testMethodName) in runTestWithReboot()
50 protected void runPostReboot(String testClassName, String testMethodName) in runPostReboot()
60 protected void runPreReboot(String testClassName, String testMethodName) in runPreReboot()
DPreferredActivitiesTestCases.java87 private void runDeviceTest(String testMethodName) throws DeviceNotAvailableException { in runDeviceTest()
/cts/hostsidetests/classloaders/useslibrary/src/android/classloaders/cts/
DUtils.java37 String testMethodName) throws DeviceNotAvailableException { in runDeviceTests()
42 String testMethodName, Map<String, String> testArgs) in runDeviceTests() argument
48 String testMethodName, int userId) throws DeviceNotAvailableException { in runDeviceTests()
53 String testMethodName, int userId, Map<String, String> testArgs) in runDeviceTests() argument
61 String testMethodName, int userId, Map<String, String> testArgs, long timeout, in runDeviceTests() argument
/cts/hostsidetests/appsecurity/src/android/appsecurity/cts/
DUtils.java74 String testClassName, String testMethodName) throws DeviceNotAvailableException { in runDeviceTestsAsCurrentUser()
80 String testClassName, String testMethodName, Map<String, String> testArgs) in runDeviceTestsAsCurrentUser() argument
87 String testMethodName) throws DeviceNotAvailableException { in runDeviceTests()
92 String testMethodName, Map<String, String> testArgs) in runDeviceTests() argument
98 String testMethodName, int userId) throws DeviceNotAvailableException { in runDeviceTests()
103 String testMethodName, int userId, Map<String, String> testArgs) in runDeviceTests() argument
111 String testMethodName, int userId, Map<String, String> testArgs, long timeout, in runDeviceTests() argument
DRoleSecurityTest.java79 String testMethodName, int userId) throws Exception { in runDeviceTestsAsUser()
80 Utils.runDeviceTests(getDevice(), packageName, testClassName, testMethodName, userId); in runDeviceTestsAsUser() local
DAccessSerialNumberTest.java38 private void runDeviceTests(String packageName, String testClassName, String testMethodName) in runDeviceTests()
40 Utils.runDeviceTests(getDevice(), packageName, testClassName, testMethodName); in runDeviceTests() 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.java153 String packageName, String testClassName, String testMethodName) in runDeviceTestsAsCurrentUser()
155 Utils.runDeviceTestsAsCurrentUser(getDevice(), packageName, testClassName, testMethodName); in runDeviceTestsAsCurrentUser() local
DBaseAppSecurityTest.java69 String testMethodName, boolean instant) throws DeviceNotAvailableException { in runDeviceTests()
77 Utils.runDeviceTestsAsCurrentUser(getDevice(), packageName, testClassName, testMethodName, in runDeviceTests() local
DPrivilegedUpdateTests.java202 private void runDeviceTests(String packageName, String testClassName, String testMethodName) in runDeviceTests()
204 Utils.runDeviceTests(getDevice(), packageName, testClassName, testMethodName); in runDeviceTests() local
DMajorVersionTest.java137 private void runVersionDeviceTests(String testMethodName) throws Exception { in runVersionDeviceTests()
DInstantAppUserTest.java243 String testMethodName, int userId) in runDeviceTestsAsUser()
245 Utils.runDeviceTests(getDevice(), packageName, testClassName, testMethodName, userId); in runDeviceTestsAsUser() local
DStorageHostTest.java275 public void runDeviceTests(String packageName, String testClassName, String testMethodName, in runDeviceTests()
280 public void runDeviceTests(String packageName, String testClassName, String testMethodName, in runDeviceTests()
/cts/hostsidetests/webkit/src/com/android/cts/webkit/
DWebViewHostSideStartupTest.java49 private void assertDeviceTestPasses(String testMethodName) throws DeviceNotAvailableException { in assertDeviceTestPasses()
63 String testMethodName) throws DeviceNotAvailableException { in runSingleDeviceTest()
/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/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/multiuser/src/com/android/tests/packagemanager/multiuser/host/
DPackageManagerMultiUserTestBase.java69 @Nullable String testMethodName, int userId, in runDeviceTestAsUser()
80 testMethodName, in runDeviceTestAsUser() local
90 protected void runDeviceTestAsUser(String testMethodName, int userId, in runDeviceTestAsUser()
/cts/tests/tests/sdksandbox/webkit/src/android/sdksandbox/webkit/cts/
DWebViewSandboxTestRule.java69 public void assertSdkTestRunPasses(String testMethodName, Bundle params) throws Throwable { in assertSdkTestRunPasses()
/cts/hostsidetests/statsdatom/src/android/cts/statsdatom/vibrator/
DVibratorStatsTests.java145 private List<EventMetricData> runVibratorDeviceTests(int atomTag, String testMethodName) in runVibratorDeviceTests()
150 DeviceUtils.runDeviceTestsOnStatsdApp(getDevice(), ".VibratorTests", testMethodName); in runVibratorDeviceTests() local
/cts/hostsidetests/securitybulletin/src/android/security/cts/
DBug_261036568.java79 String testMethodName, Map<String, String> testArgs) in runDeviceTestsWithArgs() argument
/cts/hostsidetests/settings/src/com/google/android/cts/settings/
DPrivacyDeviceOwnerTest.java154 private void executeDeviceOwnerTest(String testMethodName) throws Exception { in executeDeviceOwnerTest()
180 String pkgName, @Nullable String testClassName, @Nullable String testMethodName) in runDeviceTests()
/cts/hostsidetests/media/src/android/media/session/cts/
DMediaSessionManagerHostTest.java330 private void runTest(String testMethodName) throws DeviceNotAvailableException { in runTest()
334 private void runTestAsUser(String testMethodName, int userId) in runTestAsUser()
/cts/hostsidetests/packagemanager/preferredactivity/src/com/android/cts/packagemanager/preferredactivity/host/
DPreferredActivityTests.java116 String testMethodName, Map<String, String> testArgs) throws Exception { in runDeviceTestsWithArgs() argument
/cts/hostsidetests/tv/src/com/android/cts/tv/
DTvInputManagerServiceHostTest.java177 private void runTvInputServiceTest(String testMethodName) in runTvInputServiceTest()
180 "android.media.tv.cts.TvInputServiceTest", testMethodName); in runTvInputServiceTest() local
/cts/hostsidetests/appcompat/host/lib/src/android/compat/cts/
DCompatChangeGatingTestCase.java124 @Nonnull String testMethodName, in runDeviceCompatTest()
145 @Nonnull String testMethodName, in runDeviceCompatTestReported()

123