/aosp_15_r20/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/junit4/ |
D | BaseHostJUnit4Test.java | 311 public final boolean runDeviceTests(String pkgName, String testClassName, String testMethodName) in runDeviceTests() 327 String runner, String pkgName, String testClassName, String testMethodName) in runDeviceTests() 355 ITestDevice device, String pkgName, String testClassName, String testMethodName) in runDeviceTests() 387 String testMethodName, in runDeviceTests() 421 String testMethodName, in runDeviceTests() 457 String testMethodName, in runDeviceTests() 528 String testMethodName, in runDeviceTests() 579 String testMethodName, in runDeviceTests() 635 String testMethodName, in runDeviceTests() 693 String testMethodName, in runDeviceTests() [all …]
|
/aosp_15_r20/cts/hostsidetests/appsecurity/src/android/appsecurity/cts/ |
H A D | Utils.java | 74 String testClassName, String testMethodName) throws DeviceNotAvailableException { in runDeviceTestsAsCurrentUser() 80 String testClassName, String testMethodName, Map<String, String> testArgs) in runDeviceTestsAsCurrentUser() argument 87 String testMethodName) throws DeviceNotAvailableException { in runDeviceTests() 92 String testMethodName, Map<String, String> testArgs) in runDeviceTests() argument 98 String testMethodName, int userId) throws DeviceNotAvailableException { in runDeviceTests() 103 String testMethodName, int userId, Map<String, String> testArgs) in runDeviceTests() argument 111 String testMethodName, int userId, Map<String, String> testArgs, long timeout, in runDeviceTests() argument
|
H A D | RoleSecurityTest.java | 79 String testMethodName, int userId) throws Exception { in runDeviceTestsAsUser() 80 Utils.runDeviceTests(getDevice(), packageName, testClassName, testMethodName, userId); in runDeviceTestsAsUser() local
|
H A D | AccessSerialNumberTest.java | 38 private void runDeviceTests(String packageName, String testClassName, String testMethodName) in runDeviceTests() 40 Utils.runDeviceTests(getDevice(), packageName, testClassName, testMethodName); in runDeviceTests() local
|
H A D | PermissionEscalationTest.java | 80 private void runDeviceTests(String packageName, String testClassName, String testMethodName) in runDeviceTests() 82 Utils.runDeviceTestsAsCurrentUser(getDevice(), packageName, testClassName, testMethodName); in runDeviceTests() local
|
H A D | DirectBootHostTest.java | 153 String packageName, String testClassName, String testMethodName) in runDeviceTestsAsCurrentUser() 155 Utils.runDeviceTestsAsCurrentUser(getDevice(), packageName, testClassName, testMethodName); in runDeviceTestsAsCurrentUser() local
|
H A D | BaseAppSecurityTest.java | 69 String testMethodName, boolean instant) throws DeviceNotAvailableException { in runDeviceTests() 77 Utils.runDeviceTestsAsCurrentUser(getDevice(), packageName, testClassName, testMethodName, in runDeviceTests() local
|
H A D | PrivilegedUpdateTests.java | 202 private void runDeviceTests(String packageName, String testClassName, String testMethodName) in runDeviceTests() 204 Utils.runDeviceTests(getDevice(), packageName, testClassName, testMethodName); in runDeviceTests() local
|
/aosp_15_r20/cts/hostsidetests/classloaders/useslibrary/src/android/classloaders/cts/ |
H A D | Utils.java | 37 String testMethodName) throws DeviceNotAvailableException { in runDeviceTests() 42 String testMethodName, Map<String, String> testArgs) in runDeviceTests() argument 48 String testMethodName, int userId) throws DeviceNotAvailableException { in runDeviceTests() 53 String testMethodName, int userId, Map<String, String> testArgs) in runDeviceTests() argument 61 String testMethodName, int userId, Map<String, String> testArgs, long timeout, in runDeviceTests() argument
|
/aosp_15_r20/frameworks/base/test-runner/src/android/test/ |
H A D | AndroidTestRunner.java | 53 public void setTestClassName(String testClassName, String testMethodName) { in setTestClassName() 99 private TestCase buildSingleTestMethod(Class testClass, String testMethodName) { in buildSingleTestMethod() 115 private TestCase newSingleTestMethod(Class testClass, String testMethodName, in newSingleTestMethod() 133 private boolean shouldRunSingleTestMethod(String testMethodName, in shouldRunSingleTestMethod()
|
/aosp_15_r20/cts/hostsidetests/packagemanager/dynamicmime/src/android/dynamicmime/cts/ |
H A D | RebootTestCaseBase.java | 42 protected void runTestWithReboot(String testClassName, String testMethodName) in runTestWithReboot() 50 protected void runPostReboot(String testClassName, String testMethodName) in runPostReboot() 60 protected void runPreReboot(String testClassName, String testMethodName) in runPreReboot()
|
/aosp_15_r20/frameworks/base/test-runner/tests/src/android/test/ |
H A D | AndroidTestRunnerTest.java | 163 String testMethodName = "testTwo"; in testRunSingleTestMethod() local 164 mAndroidTestRunner.setTestClassName(TwoTestTestCase.class.getName(), testMethodName); in testRunSingleTestMethod() local 183 String testMethodName = "testFail"; in testRunSkipExecution() local 185 OnePassOneErrorOneFailTestCase.class.getName(), testMethodName); in testRunSkipExecution() local
|
/aosp_15_r20/packages/modules/RemoteKeyProvisioning/app/tests/hosttest/src/com/android/rkpdapp/hosttest/ |
D | AtomsHostTest.java | 75 void runIntegrationTest(String testMethodName, String className) throws Exception { in runIntegrationTest() 80 void runUnitTest(String testMethodName, String className) throws Exception { in runUnitTest() 95 private void runTest(String packageName, String testMethodName, String className) in runTest()
|
/aosp_15_r20/frameworks/hardware/interfaces/stats/aidl/vts/java/src/com/android/vts/istats/ |
D | VendorAtomTests.java | 147 private List<EventMetricData> runVendorAtomDeviceTests(String testMethodName) throws Exception { in runVendorAtomDeviceTests() 148 runDeviceTestsOnVendorAtom(getDevice(), testMethodName); in runVendorAtomDeviceTests() local 156 ITestDevice device, @Nullable String testMethodName) throws DeviceNotAvailableException { in runDeviceTestsOnVendorAtom()
|
/aosp_15_r20/art/test/800-smali/src/ |
H A D | Main.java | 29 public TestCase(String testName, String testClass, String testMethodName, Object[] values, in TestCase() 41 public TestCase(String testName, String testClass, String testMethodName, Object[] values, in TestCase() 49 String testMethodName; field in Main.TestCase
|
/aosp_15_r20/cts/hostsidetests/packagemanager/multiuser/src/com/android/tests/packagemanager/multiuser/host/ |
H A D | PackageManagerMultiUserTestBase.java | 69 @Nullable String testMethodName, int userId, in runDeviceTestAsUser() 80 testMethodName, in runDeviceTestAsUser() local 90 protected void runDeviceTestAsUser(String testMethodName, int userId, in runDeviceTestAsUser()
|
/aosp_15_r20/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/StackFrame/ |
H A D | JDWPStackFrameAccessTest.java | 234 String testMethodName = methodInfo.getMethodName(); in checkStackFrame() local 324 protected StackFrameChecker(String breakpointMethodName, String testMethodName, in StackFrameChecker() 330 protected StackFrameChecker(String breakpointMethodName, String testMethodName) { in StackFrameChecker() 365 private final String testMethodName; field in JDWPStackFrameAccessTest.StackFrameChecker
|
/aosp_15_r20/cts/hostsidetests/statsdatom/src/android/cts/statsdatom/lib/ |
H A D | DeviceUtils.java | 84 @Nullable String testClassName, @Nullable String testMethodName) in runDeviceTests() 102 @Nullable String testClassName, @Nullable String testMethodName, in runDeviceTests() 109 @Nullable String testClassName, @Nullable String testMethodName, in internalRunDeviceTests() 161 @Nullable String testClassName, @Nullable String testMethodName) in runDeviceTestsOnStatsdApp()
|
/aosp_15_r20/external/mockito/src/main/java/org/mockito/internal/junit/ |
H A D | DefaultTestFinishedEvent.java | 9 private final String testMethodName; field in DefaultTestFinishedEvent 12 …public DefaultTestFinishedEvent(Object testClassInstance, String testMethodName, Throwable testFai… in DefaultTestFinishedEvent()
|
/aosp_15_r20/cts/hostsidetests/content/src/android/content/cts/ |
H A D | InvalidSyncAuthoritiesHostTest.java | 75 private void runDeviceTests(String packageName, String testClassName, String testMethodName) in runDeviceTests() 77 Utils.runDeviceTests(getDevice(), packageName, testClassName, testMethodName); in runDeviceTests() local
|
/aosp_15_r20/cts/hostsidetests/webkit/src/com/android/cts/webkit/ |
H A D | WebViewHostSideStartupTest.java | 67 private void assertDeviceTestPasses(String testMethodName) throws DeviceNotAvailableException { in assertDeviceTestPasses() 81 String testMethodName) throws DeviceNotAvailableException { in runSingleDeviceTest()
|
/aosp_15_r20/cts/hostsidetests/media/src/android/media/cts/ |
H A D | BaseMediaHostSideTest.java | 74 String pkgName, @Nullable String testClassName, @Nullable String testMethodName) in runDeviceTests() 113 String pkgName, String testClassName, String testMethodName) { in getTestRunner()
|
/aosp_15_r20/cts/hostsidetests/statsdatom/src/android/cts/statsdatom/vibrator/ |
H A D | VibratorStatsTests.java | 145 private List<EventMetricData> runVibratorDeviceTests(int atomTag, String testMethodName) in runVibratorDeviceTests() 150 DeviceUtils.runDeviceTestsOnStatsdApp(getDevice(), ".VibratorTests", testMethodName); in runVibratorDeviceTests() local
|
/aosp_15_r20/cts/hostsidetests/settings/src/com/google/android/cts/settings/ |
H A D | PrivacyDeviceOwnerTest.java | 154 private void executeDeviceOwnerTest(String testMethodName) throws Exception { in executeDeviceOwnerTest() 180 String pkgName, @Nullable String testClassName, @Nullable String testMethodName) in runDeviceTests()
|
/aosp_15_r20/cts/hostsidetests/media/src/android/media/session/cts/ |
H A D | MediaSessionManagerHostTest.java | 330 private void runTest(String testMethodName) throws DeviceNotAvailableException { in runTest() 334 private void runTestAsUser(String testMethodName, int userId) in runTestAsUser()
|