Searched defs:testMethodName (Results 1 – 11 of 11) sorted by relevance
/cts/tools/utils/ |
D | VogarUtils.java | 35 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/ |
D | DocumentsTest.java | 93 public void runDeviceTests(String packageName, String testClassName, String testMethodName) in runDeviceTests() 95 Utils.runDeviceTests(getDevice(), packageName, testClassName, testMethodName); in runDeviceTests() local
|
D | Utils.java | 57 String testMethodName) throws DeviceNotAvailableException { in runDeviceTests() 62 String testMethodName, int userId) throws DeviceNotAvailableException { in runDeviceTests()
|
D | PermissionsHostTest.java | 126 private void runDeviceTests(String packageName, String testClassName, String testMethodName) in runDeviceTests() 128 Utils.runDeviceTests(getDevice(), packageName, testClassName, testMethodName); in runDeviceTests() local
|
D | AdoptableHostTest.java | 315 private void runDeviceTests(String packageName, String testClassName, String testMethodName) in runDeviceTests() 317 Utils.runDeviceTests(getDevice(), packageName, testClassName, testMethodName); in runDeviceTests() local
|
D | AppSecurityTests.java | 294 private void runDeviceTests(String packageName, String testClassName, String testMethodName) in runDeviceTests() 296 Utils.runDeviceTests(getDevice(), packageName, testClassName, testMethodName); in runDeviceTests() local
|
D | ExternalStorageHostTest.java | 245 private void runDeviceTests(String packageName, String testClassName, String testMethodName, in runDeviceTests() 247 Utils.runDeviceTests(getDevice(), packageName, testClassName, testMethodName, userId); in runDeviceTests() local
|
D | KeySetHostTest.java | 166 private boolean runDeviceTests(String pkgName, String testClassName, String testMethodName) in runDeviceTests() 180 String testMethodName) throws DeviceNotAvailableException { in doRunTests()
|
D | SplitTests.java | 425 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/ |
D | BaseDevicePolicyTest.java | 185 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/ |
D | SensorCtsVerifierTestActivity.java | 87 String testMethodName = testMethod.getName(); in executeTest() local
|