Home
last modified time | relevance | path

Searched defs:runDeviceTests (Results 1 – 25 of 27) sorted by relevance

12

/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() method in BaseHostJUnit4Test
257 public final boolean runDeviceTests(String pkgName, String testClassName, Long testTimeoutMs) in runDeviceTests() method in BaseHostJUnit4Test
284 public final boolean runDeviceTests( in runDeviceTests() method in BaseHostJUnit4Test
311 public final boolean runDeviceTests(String pkgName, String testClassName, String testMethodName) in runDeviceTests() method in BaseHostJUnit4Test
326 public final boolean runDeviceTests( in runDeviceTests() method in BaseHostJUnit4Test
354 public final boolean runDeviceTests( in runDeviceTests() method in BaseHostJUnit4Test
383 public final boolean runDeviceTests( in runDeviceTests() method in BaseHostJUnit4Test
417 public final boolean runDeviceTests( in runDeviceTests() method in BaseHostJUnit4Test
453 public final boolean runDeviceTests( in runDeviceTests() method in BaseHostJUnit4Test
484 public final boolean runDeviceTests(DeviceTestRunOptions options) in runDeviceTests() method in BaseHostJUnit4Test
[all …]
/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() method in Utils
41 public static void runDeviceTests(ITestDevice device, String packageName, String testClassName, in runDeviceTests() method in Utils
47 public static void runDeviceTests(ITestDevice device, String packageName, String testClassName, in runDeviceTests() method in Utils
52 public static void runDeviceTests(ITestDevice device, String packageName, String testClassName, in runDeviceTests() method in Utils
60 public static void runDeviceTests(ITestDevice device, String packageName, String testClassName, in runDeviceTests() method in Utils
/aosp_15_r20/cts/hostsidetests/appsecurity/src/android/appsecurity/cts/
H A DUtils.java86 public static void runDeviceTests(ITestDevice device, String packageName, String testClassName, in runDeviceTests() method in Utils
91 public static void runDeviceTests(ITestDevice device, String packageName, String testClassName, in runDeviceTests() method in Utils
97 public static void runDeviceTests(ITestDevice device, String packageName, String testClassName, in runDeviceTests() method in Utils
102 public static void runDeviceTests(ITestDevice device, String packageName, String testClassName, in runDeviceTests() method in Utils
110 public static void runDeviceTests(ITestDevice device, String packageName, String testClassName, in runDeviceTests() method in Utils
H A DStorageHostTest.java275 public void runDeviceTests(String packageName, String testClassName, String testMethodName, in runDeviceTests() method in StorageHostTest
280 public void runDeviceTests(String packageName, String testClassName, String testMethodName, in runDeviceTests() method in StorageHostTest
H A DKeySetHostTest.java156 private boolean runDeviceTests(String pkgName) throws DeviceNotAvailableException { in runDeviceTests() method in KeySetHostTest
167 private boolean runDeviceTests(String pkgName, String testClassName, String testMethodName) in runDeviceTests() method in KeySetHostTest
H A DExternalStorageHostTest.java1142 private void runDeviceTests(String packageName, String testClassName, int userId) in runDeviceTests() method in ExternalStorageHostTest
1147 private void runDeviceTests(String packageName, String testClassName, String testMethodName, in runDeviceTests() method in ExternalStorageHostTest
H A DAccessSerialNumberTest.java38 private void runDeviceTests(String packageName, String testClassName, String testMethodName) in runDeviceTests() method in AccessSerialNumberTest
H A DPermissionEscalationTest.java80 private void runDeviceTests(String packageName, String testClassName, String testMethodName) in runDeviceTests() method in PermissionEscalationTest
H A DBaseAppSecurityTest.java68 protected void runDeviceTests(String packageName, String testClassName, in runDeviceTests() method in BaseAppSecurityTest
H A DPrivilegedUpdateTests.java202 private void runDeviceTests(String packageName, String testClassName, String testMethodName) in runDeviceTests() method in PrivilegedUpdateTests
H A DAppDataIsolationTests.java373 private void runDeviceTests(String pkgName, String testClassName, String testMethodName, in runDeviceTests() method in AppDataIsolationTests
/aosp_15_r20/cts/hostsidetests/statsdatom/src/android/cts/statsdatom/lib/
H A DDeviceUtils.java83 public static @Nonnull TestRunResult runDeviceTests(ITestDevice device, String pkgName, in runDeviceTests() method in DeviceUtils
101 public static @Nonnull TestRunResult runDeviceTests(ITestDevice device, String pkgName, in runDeviceTests() method in DeviceUtils
/aosp_15_r20/cts/hostsidetests/packagemanager/dynamicmime/src/android/dynamicmime/cts/
H A DTestCases.java58 private void runDeviceTests(String className) in runDeviceTests() method in TestCases
/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() method in InvalidSyncAuthoritiesHostTest
H A DBaseContextCrossProfileTest.java138 protected static void runDeviceTests(ITestDevice device, String packageName, in runDeviceTests() method in BaseContextCrossProfileTest
/aosp_15_r20/cts/hostsidetests/media/src/android/media/cts/
H A DBaseMediaHostSideTest.java73 protected void runDeviceTests( in runDeviceTests() method in BaseMediaHostSideTest
H A DBaseMultiUserTest.java234 protected void runDeviceTests( in runDeviceTests() method in BaseMultiUserTest
/aosp_15_r20/tools/platform-compat/java/android/compat/testing/
H A DClasspaths.java108 private static void runDeviceTests(ITestDevice device, IBuildInfo buildInfo, String apkName, in runDeviceTests() method in Classpaths
/aosp_15_r20/cts/hostsidetests/packagemanager/stats/src/com/android/cts/packagemanager/stats/host/
H A DUtils.java54 public static Map<String, String> runDeviceTests(ITestDevice device, String packageName, in runDeviceTests() method in Utils
/aosp_15_r20/cts/hostsidetests/settings/src/com/google/android/cts/settings/
H A DPrivacyDeviceOwnerTest.java179 protected boolean runDeviceTests( in runDeviceTests() method in PrivacyDeviceOwnerTest
/aosp_15_r20/cts/hostsidetests/atrace/src/android/atrace/cts/
H A DAtraceHostTestBase.java136 private PidTidPair runDeviceTests(String pkgName, in runDeviceTests() method in AtraceHostTestBase
/aosp_15_r20/cts/hostsidetests/dumpsys/src/android/dumpsys/cts/
H A DBaseDumpsysTest.java161 protected void runDeviceTests(@Nonnull String pkgName, in runDeviceTests() method in BaseDumpsysTest
/aosp_15_r20/cts/hostsidetests/accounts/src/android/host/accounts/
H A DAccountManagerXUserTest.java208 public static void runDeviceTests(ITestDevice device, String packageName, String testClassName, in runDeviceTests() method in AccountManagerXUserTest
/aosp_15_r20/cts/hostsidetests/videoencodingminimum/src/android/videoqualityfloor/cts/
H A DCtsVideoQualityFloorHostTest.java335 private void runDeviceTests(String pkgName, @Nullable String testClassName, in runDeviceTests() method in CtsVideoQualityFloorHostTest
/aosp_15_r20/packages/modules/HealthFitness/tests/cts/hostsidetests/healthconnect/host/src/android/healthconnect/cts/database/
DDatabaseTestUtils.java153 public static String runDeviceTests( in runDeviceTests() method in DatabaseTestUtils

12