Home
last modified time | relevance | path

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

/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/appsecurity/src/android/appsecurity/cts/
DDocumentsTestCase.java67 public void runDeviceTests(String packageName, String testClassName, String testMethodName) in runDeviceTests()
69 Utils.runDeviceTests(getDevice(), packageName, testClassName, testMethodName); in runDeviceTests() local
DUsesLibraryHostTest.java85 private void runDeviceTests(String packageName, String testClassName, String testMethodName) in runDeviceTests()
87 Utils.runDeviceTests(getDevice(), packageName, testClassName, testMethodName); in runDeviceTests() local
DPrivilegedUpdateTests.java134 private void runDeviceTests(String packageName, String testClassName, String testMethodName) in runDeviceTests()
136 Utils.runDeviceTests(getDevice(), packageName, testClassName, testMethodName); in runDeviceTests() local
DDirectBootHostTest.java193 private void runDeviceTests(String packageName, String testClassName, String testMethodName, in runDeviceTests()
197 Utils.runDeviceTests(getDevice(), packageName, testClassName, testMethodName, user); in runDeviceTests() local
DUtils.java57 String testMethodName) throws DeviceNotAvailableException { in runDeviceTests()
62 String testMethodName, int userId) throws DeviceNotAvailableException { in runDeviceTests()
DAdoptableHostTest.java325 private void runDeviceTests(String packageName, String testClassName, String testMethodName) in runDeviceTests()
327 Utils.runDeviceTests(getDevice(), packageName, testClassName, testMethodName); in runDeviceTests() local
DAppSecurityTests.java296 private void runDeviceTests(String packageName, String testClassName, String testMethodName) in runDeviceTests()
298 Utils.runDeviceTests(getDevice(), packageName, testClassName, testMethodName); in runDeviceTests() local
DExternalStorageHostTest.java252 private void runDeviceTests(String packageName, String testClassName, String testMethodName, in runDeviceTests()
254 Utils.runDeviceTests(getDevice(), packageName, testClassName, testMethodName, userId); in runDeviceTests() local
DPermissionsHostTest.java291 private void runDeviceTests(String packageName, String testClassName, String testMethodName) in runDeviceTests()
293 Utils.runDeviceTests(getDevice(), packageName, testClassName, testMethodName); in runDeviceTests() local
DKeySetHostTest.java166 private boolean runDeviceTests(String pkgName, String testClassName, String testMethodName) in runDeviceTests()
180 String testMethodName) throws DeviceNotAvailableException { in doRunTests()
DSplitTests.java442 public void runDeviceTests(String packageName, String testClassName, String testMethodName) in runDeviceTests()
444 Utils.runDeviceTests(getDevice(), packageName, testClassName, testMethodName); in runDeviceTests() local
/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()
/cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/
DBaseDevicePolicyTest.java226 String pkgName, @Nullable String testClassName, String testMethodName, int userId) in runDeviceTestsAsUser()
233 @Nullable String testMethodName, int userId, in runDeviceTestsAsUser()
DManagedProfileTest.java861 String testMethodName, Integer userId) throws DeviceNotAvailableException { in runDeviceTestsAsUser()