Home
last modified time | relevance | path

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

12

/cts/tools/utils/
DVogarUtils.java35 final String testMethodName) { in isVogarKnownFailure()
50 final String testMethodName) { in isVogarKnownFailure()
89 public static String buildFullTestName(String testClass, String testMethodName) { in buildFullTestName()
139 final String testMethodName) { in timeoutInMinutes()
156 final String testMethodName) { 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/hostsidetests/appsecurity/src/android/appsecurity/cts/
DDocumentsTestCase.java65 public void runDeviceTests(String packageName, String testClassName, String testMethodName) in runDeviceTests()
67 Utils.runDeviceTests(getDevice(), packageName, testClassName, testMethodName); in runDeviceTests() local
DUtils.java55 String testMethodName) throws DeviceNotAvailableException { in runDeviceTests()
60 String testMethodName, Map<String, String> testArgs) in runDeviceTests() argument
66 String testMethodName, int userId) throws DeviceNotAvailableException { in runDeviceTests()
71 String testMethodName, int userId, Map<String, String> testArgs) in runDeviceTests() argument
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
188 String testMethodName, int userId) 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
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
DExternalStorageHostTest.java330 private void runDeviceTests(String packageName, String testClassName, String testMethodName, in runDeviceTests()
332 Utils.runDeviceTests(getDevice(), packageName, testClassName, testMethodName, userId); in runDeviceTests() local
DKeySetHostTest.java167 private boolean runDeviceTests(String pkgName, String testClassName, String testMethodName) in runDeviceTests()
181 String testMethodName) throws DeviceNotAvailableException { 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/hostsidetests/media/src/android/media/session/cts/
DMediaSessionManagerHostTest.java140 private void runTest(String testMethodName) throws DeviceNotAvailableException { in runTest()
144 private void runTestAsUser(String testMethodName, int userId) in runTestAsUser()
/cts/hostsidetests/webkit/src/com/android/cts/webkit/
DWebViewHostSideStartupTest.java58 String testMethodName) throws DeviceNotAvailableException { in runDeviceTest()
/cts/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/testtype/
DCompatibilityHostTestBase.java217 @Nullable String testMethodName) in runDeviceTests()
230 String testMethodName) throws DeviceNotAvailableException { in doRunTests()
/cts/hostsidetests/incident/src/com/android/server/cts/
DAppWidgetIncidentTest.java108 private WidgetProto prepare(String testMethodName) throws Exception { in prepare()
DProtoDumpTestCase.java107 @Nullable String testClassName, @Nullable String testMethodName) in runDeviceTests()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/base/
DSensorCtsVerifierTestActivity.java87 String testMethodName = testMethod.getName(); in executeTest() local
/cts/hostsidetests/shortcuts/hostside/src/android/content/pm/cts/shortcuthost/
DBaseShortcutManagerHostTest.java125 String pkgName, @Nullable String testClassName, String testMethodName, int userId) in runDeviceTestsAsUser()
132 @Nullable String testMethodName, int userId, in runDeviceTestsAsUser()

12