Home
last modified time | relevance | path

Searched defs:testClassName (Results 1 – 25 of 181) sorted by relevance

12345678

/aosp_15_r20/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/junit4/
DBaseHostJUnit4Test.java243 public final boolean runDeviceTests(String pkgName, String testClassName) in runDeviceTests()
257 public final boolean runDeviceTests(String pkgName, String testClassName, Long testTimeoutMs) in runDeviceTests()
285 String pkgName, String testClassName, Integer userId, Long testTimeoutMs) in runDeviceTests()
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()
386 String testClassName, in runDeviceTests()
420 String testClassName, in runDeviceTests()
456 String testClassName, in runDeviceTests()
527 String testClassName, in runDeviceTests()
[all …]
/aosp_15_r20/cts/hostsidetests/appsecurity/src/android/appsecurity/cts/
H A DUtils.java74 String testClassName, String testMethodName) throws DeviceNotAvailableException { in runDeviceTestsAsCurrentUser()
80 String testClassName, String testMethodName, Map<String, String> testArgs) in runDeviceTestsAsCurrentUser() argument
86 public static void runDeviceTests(ITestDevice device, String packageName, String testClassName, in runDeviceTests()
91 public static void runDeviceTests(ITestDevice device, String packageName, String testClassName, in runDeviceTests()
97 public static void runDeviceTests(ITestDevice device, String packageName, String testClassName, in runDeviceTests()
102 public static void runDeviceTests(ITestDevice device, String packageName, String testClassName, in runDeviceTests()
110 public static void runDeviceTests(ITestDevice device, String packageName, String testClassName, in runDeviceTests()
H A DExternalStorageHostTest.java1142 private void runDeviceTests(String packageName, String testClassName, int userId) in runDeviceTests()
1144 runDeviceTests(getDevice(), packageName, testClassName, null, userId, null); in runDeviceTests() local
1147 private void runDeviceTests(String packageName, String testClassName, String testMethodName, in runDeviceTests()
1149 runDeviceTests(getDevice(), packageName, testClassName, testMethodName, userId, null); in runDeviceTests() local
H A DRoleSecurityTest.java78 private void runDeviceTestsAsUser(String packageName, String testClassName, in runDeviceTestsAsUser()
80 Utils.runDeviceTests(getDevice(), packageName, testClassName, testMethodName, userId); in runDeviceTestsAsUser() local
H A DAccessSerialNumberTest.java38 private void runDeviceTests(String packageName, String testClassName, String testMethodName) in runDeviceTests()
40 Utils.runDeviceTests(getDevice(), packageName, testClassName, testMethodName); in runDeviceTests() local
H A DPermissionEscalationTest.java80 private void runDeviceTests(String packageName, String testClassName, String testMethodName) in runDeviceTests()
82 Utils.runDeviceTestsAsCurrentUser(getDevice(), packageName, testClassName, testMethodName); in runDeviceTests() local
H A DDirectBootHostTest.java153 String packageName, String testClassName, String testMethodName) in runDeviceTestsAsCurrentUser()
155 Utils.runDeviceTestsAsCurrentUser(getDevice(), packageName, testClassName, testMethodName); in runDeviceTestsAsCurrentUser() local
H A DBaseAppSecurityTest.java68 protected void runDeviceTests(String packageName, String testClassName, in runDeviceTests()
77 Utils.runDeviceTestsAsCurrentUser(getDevice(), packageName, testClassName, testMethodName, in runDeviceTests() local
H A DPrivilegedUpdateTests.java202 private void runDeviceTests(String packageName, String testClassName, String testMethodName) in runDeviceTests()
204 Utils.runDeviceTests(getDevice(), packageName, testClassName, testMethodName); in runDeviceTests() local
H A DInstantAppUserTest.java242 private void runDeviceTestsAsUser(String packageName, String testClassName, in runDeviceTestsAsUser()
245 Utils.runDeviceTests(getDevice(), packageName, testClassName, testMethodName, userId); in runDeviceTestsAsUser() local
/aosp_15_r20/cts/hostsidetests/classloaders/useslibrary/src/android/classloaders/cts/
H A DUtils.java36 public static void runDeviceTests(ITestDevice device, String packageName, String testClassName, in runDeviceTests()
41 public static void runDeviceTests(ITestDevice device, String packageName, String testClassName, in runDeviceTests()
47 public static void runDeviceTests(ITestDevice device, String packageName, String testClassName, in runDeviceTests()
52 public static void runDeviceTests(ITestDevice device, String packageName, String testClassName, in runDeviceTests()
60 public static void runDeviceTests(ITestDevice device, String packageName, String testClassName, in runDeviceTests()
/aosp_15_r20/cts/hostsidetests/packagemanager/dynamicmime/src/android/dynamicmime/cts/
H A DRebootTestCaseBase.java42 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/cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/
H A DBaseDeviceOwnerTest.java80 protected final void executeDeviceOwnerTest(String testClassName) throws Exception { in executeDeviceOwnerTest()
84 protected final void executeDeviceOwnerTestOnDeviceOwnerUser(String testClassName) in executeDeviceOwnerTestOnDeviceOwnerUser()
89 private void executeDeviceOwnerTestOnSpecificUser(String testClassName, int userId) in executeDeviceOwnerTestOnSpecificUser()
H A DMixedDeviceOwnerTest.java300 private void runSecurityLoggingTests(String packageName, String testClassName) in runSecurityLoggingTests()
431 protected void runDeviceTestsAsUser(String pkgName, String testClassName, String testName, in runDeviceTestsAsUser()
/aosp_15_r20/external/vogar/test/vogar/target/
H A DAbstractTestRunnerTest.java97 private String testClassName; field in AbstractTestRunnerTest.ExpectedResults
133 public ExpectedResults forTestClass(String testClassName) { in forTestClass()
180 String testClassName, String methodName, String message, Result result) { in outcome()
/aosp_15_r20/cts/hostsidetests/statsdatom/src/android/cts/statsdatom/lib/
H A DDeviceUtils.java84 @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/cts/hostsidetests/content/src/android/content/cts/
H A DInvalidSyncAuthoritiesHostTest.java75 private void runDeviceTests(String packageName, String testClassName, String testMethodName) in runDeviceTests()
77 Utils.runDeviceTests(getDevice(), packageName, testClassName, testMethodName); in runDeviceTests() local
/aosp_15_r20/external/leakcanary2/leakcanary-android-core/src/androidTest/java/leakcanary/
H A DAndroidExtensionsTest.kt26 val testClassName = this::class.java.name in <lambda>() constant
/aosp_15_r20/cts/hostsidetests/media/src/android/media/cts/
H A DBaseMediaHostSideTest.java74 String pkgName, @Nullable String testClassName, @Nullable String testMethodName) in runDeviceTests()
113 String pkgName, String testClassName, String testMethodName) { in getTestRunner()
/aosp_15_r20/packages/modules/AdServices/adservices/tests/perf/src/android/adservices/test/scenario/adservices/measurement/
DAbstractMeasurementLatencyTest.java92 protected void runRegisterSource(String testClassName, String testName) throws Exception { in runRegisterSource()
120 protected void runGetMeasurementApiStatus(String testClassName, String testName) in runGetMeasurementApiStatus()
/aosp_15_r20/external/kotlinpoet/interop/kotlin-metadata/src/test/kotlin/com/squareup/kotlinpoet/metadata/specs/
H A DReflectiveClassInspectorTest.kt58 val testClassName = ClassName(testPackageName, testClass) in useACustomClassLoaderTest() constant
/aosp_15_r20/external/leakcanary2/leakcanary-android-core/src/main/java/leakcanary/internal/
H A DHeapDumpControl.kt33 private val testClassName by lazy { in <lambda>() constant
/aosp_15_r20/cts/hostsidetests/packagemanager/multiuser/src/com/android/tests/packagemanager/multiuser/host/
H A DPackageManagerMultiUserTestBase.java68 String pkgName, @Nullable String testClassName, in runDeviceTestAsUser()
79 testClassName, in runDeviceTestAsUser() local
/aosp_15_r20/cts/hostsidetests/appcompat/host/lib/src/android/compat/cts/
H A DCompatChangeGatingTestCase.java141 protected void runDeviceCompatTest(@Nonnull String pkgName, @Nonnull String testClassName, in runDeviceCompatTest()
162 … protected void runDeviceCompatTestReported(@Nonnull String pkgName, @Nonnull String testClassName, in runDeviceCompatTestReported()
/aosp_15_r20/frameworks/base/test-runner/src/android/test/
H A DAndroidTestRunner.java53 public void setTestClassName(String testClassName, String testMethodName) { in setTestClassName()
90 private Class<? extends Test> loadTestClass(String testClassName) { in loadTestClass()

12345678