Home
last modified time | relevance | path

Searched defs:testMethodName (Results 1 – 11 of 11) 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/com/android/cts/appsecurity/
DDocumentsTest.java93 public void runDeviceTests(String packageName, String testClassName, String testMethodName) in runDeviceTests()
95 Utils.runDeviceTests(getDevice(), packageName, testClassName, testMethodName); in runDeviceTests() local
DUtils.java57 String testMethodName) throws DeviceNotAvailableException { in runDeviceTests()
62 String testMethodName, int userId) throws DeviceNotAvailableException { in runDeviceTests()
DPermissionsHostTest.java126 private void runDeviceTests(String packageName, String testClassName, String testMethodName) in runDeviceTests()
128 Utils.runDeviceTests(getDevice(), packageName, testClassName, testMethodName); in runDeviceTests() local
DAdoptableHostTest.java315 private void runDeviceTests(String packageName, String testClassName, String testMethodName) in runDeviceTests()
317 Utils.runDeviceTests(getDevice(), packageName, testClassName, testMethodName); in runDeviceTests() local
DAppSecurityTests.java294 private void runDeviceTests(String packageName, String testClassName, String testMethodName) in runDeviceTests()
296 Utils.runDeviceTests(getDevice(), packageName, testClassName, testMethodName); in runDeviceTests() local
DExternalStorageHostTest.java245 private void runDeviceTests(String packageName, String testClassName, String testMethodName, in runDeviceTests()
247 Utils.runDeviceTests(getDevice(), packageName, testClassName, testMethodName, userId); in runDeviceTests() local
DKeySetHostTest.java166 private boolean runDeviceTests(String pkgName, String testClassName, String testMethodName) in runDeviceTests()
180 String testMethodName) throws DeviceNotAvailableException { in doRunTests()
DSplitTests.java425 public void runDeviceTests(String packageName, String testClassName, String testMethodName) in runDeviceTests()
427 Utils.runDeviceTests(getDevice(), packageName, testClassName, testMethodName); in runDeviceTests() local
/cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/
DBaseDevicePolicyTest.java185 String pkgName, @Nullable String testClassName, String testMethodName, int userId) in runDeviceTestsAsUser()
191 @Nullable String testMethodName, @Nullable Integer userId) in runDeviceTests()
197 @Nullable String testMethodName, @Nullable Integer userId, @Nullable String params) in runDeviceTests()
213 String testMethodName) throws DeviceNotAvailableException { in doRunTests()
228 @Nullable String testMethodName, int userId, String params) in doRunTestsAsUser()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/base/
DSensorCtsVerifierTestActivity.java87 String testMethodName = testMethod.getName(); in executeTest() local