Home
last modified time | relevance | path

Searched defs:testMethodName (Results 1 – 25 of 50) 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
54 String testMethodName) throws DeviceNotAvailableException { in runDeviceTests()
59 String testMethodName, Map<String, String> testArgs) in runDeviceTests() argument
65 String testMethodName, int userId) throws DeviceNotAvailableException { in runDeviceTests()
70 String testMethodName, int userId, Map<String, String> testArgs) in runDeviceTests() argument
78 String testMethodName, int userId, Map<String, String> testArgs, long timeout, in runDeviceTests() argument
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.java79 String testMethodName, int userId) throws Exception { 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.java70 String testMethodName, boolean instant) throws DeviceNotAvailableException { 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()
DAppSecurityTests.java299 private void runCrossPackageInstallerDeviceTest(String pkgName, String testMethodName) in runCrossPackageInstallerDeviceTest()
304 testMethodName, null, 10 * 60 * 1000L, 10 * 60 * 1000L, 0L, true, false, arguments); in runCrossPackageInstallerDeviceTest() local
DMajorVersionTest.java137 private void runVersionDeviceTests(String testMethodName) throws Exception { in runVersionDeviceTests()
/cts/hostsidetests/classloaders/useslibrary/src/android/classloaders/cts/
DUtils.java36 String testMethodName) throws DeviceNotAvailableException { in runDeviceTests()
41 String testMethodName, Map<String, String> testArgs) in runDeviceTests() argument
47 String testMethodName, int userId) throws DeviceNotAvailableException { in runDeviceTests()
52 String testMethodName, int userId, Map<String, String> testArgs) in runDeviceTests() argument
60 String testMethodName, int userId, Map<String, String> testArgs, long timeout, in runDeviceTests() argument
/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/webkit/src/com/android/cts/webkit/
DWebViewHostSideStartupTest.java70 private void assertDeviceTestPasses(String testMethodName) throws DeviceNotAvailableException { in assertDeviceTestPasses()
84 String testMethodName) throws DeviceNotAvailableException { in runSingleDeviceTest()
/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()
DPreferredActivitiesTestCases.java71 private void runDeviceTest(String testMethodName) throws DeviceNotAvailableException { in runDeviceTest()
/cts/hostsidetests/packagemanager/multiuser/src/com/android/tests/packagemanager/multiuser/host/
DPackageManagerMultiUserTestBase.java67 @Nullable String testMethodName, int userId, in runDeviceTestAsUser()
78 testMethodName, in runDeviceTestAsUser() local
88 protected void runDeviceTestAsUser(String testMethodName, int userId, in runDeviceTestAsUser()
/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/tests/inputmethod/src/android/view/inputmethod/cts/util/
DEndToEndImeTestBase.java50 final String testMethodName = mTestName.getMethodName(); in verifyAppModeConsistency() local
/cts/hostsidetests/media/src/android/media/session/cts/
DMediaSessionManagerHostTest.java287 private void runTest(String testMethodName) throws DeviceNotAvailableException { in runTest()
291 private void runTestAsUser(String testMethodName, int userId) in runTestAsUser()
/cts/hostsidetests/incident/src/com/android/server/cts/
DAppWidgetIncidentTest.java108 private WidgetProto prepare(String testMethodName) throws Exception { in prepare()
/cts/hostsidetests/settings/src/com/google/android/cts/settings/
DPrivacyDeviceOwnerTest.java151 private void executeDeviceOwnerTest(String testMethodName) throws Exception { in executeDeviceOwnerTest()
177 String pkgName, @Nullable String testClassName, @Nullable String testMethodName) in runDeviceTests()
/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/statsdatom/src/android/cts/statsdatom/statsd/
DBaseTestCase.java130 @Nullable String testClassName, @Nullable String testMethodName) in runDeviceTests()
/cts/hostsidetests/tv/src/com/android/cts/tv/
DTvInputManagerServiceHostTest.java176 private void runTvInputServiceTest(String testMethodName) in runTvInputServiceTest()
179 "android.media.tv.cts.TvInputServiceTest", testMethodName); in runTvInputServiceTest() local

12