/aosp_15_r20/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/junit4/ |
D | BaseHostJUnit4Test.java | 243 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 D | Utils.java | 36 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 D | Utils.java | 86 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 D | StorageHostTest.java | 275 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 D | KeySetHostTest.java | 156 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 D | ExternalStorageHostTest.java | 1142 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 D | AccessSerialNumberTest.java | 38 private void runDeviceTests(String packageName, String testClassName, String testMethodName) in runDeviceTests() method in AccessSerialNumberTest
|
H A D | PermissionEscalationTest.java | 80 private void runDeviceTests(String packageName, String testClassName, String testMethodName) in runDeviceTests() method in PermissionEscalationTest
|
H A D | BaseAppSecurityTest.java | 68 protected void runDeviceTests(String packageName, String testClassName, in runDeviceTests() method in BaseAppSecurityTest
|
H A D | PrivilegedUpdateTests.java | 202 private void runDeviceTests(String packageName, String testClassName, String testMethodName) in runDeviceTests() method in PrivilegedUpdateTests
|
H A D | AppDataIsolationTests.java | 373 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 D | DeviceUtils.java | 83 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 D | TestCases.java | 58 private void runDeviceTests(String className) in runDeviceTests() method in TestCases
|
/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() method in InvalidSyncAuthoritiesHostTest
|
H A D | BaseContextCrossProfileTest.java | 138 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 D | BaseMediaHostSideTest.java | 73 protected void runDeviceTests( in runDeviceTests() method in BaseMediaHostSideTest
|
H A D | BaseMultiUserTest.java | 234 protected void runDeviceTests( in runDeviceTests() method in BaseMultiUserTest
|
/aosp_15_r20/tools/platform-compat/java/android/compat/testing/ |
H A D | Classpaths.java | 108 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 D | Utils.java | 54 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 D | PrivacyDeviceOwnerTest.java | 179 protected boolean runDeviceTests( in runDeviceTests() method in PrivacyDeviceOwnerTest
|
/aosp_15_r20/cts/hostsidetests/atrace/src/android/atrace/cts/ |
H A D | AtraceHostTestBase.java | 136 private PidTidPair runDeviceTests(String pkgName, in runDeviceTests() method in AtraceHostTestBase
|
/aosp_15_r20/cts/hostsidetests/dumpsys/src/android/dumpsys/cts/ |
H A D | BaseDumpsysTest.java | 161 protected void runDeviceTests(@Nonnull String pkgName, in runDeviceTests() method in BaseDumpsysTest
|
/aosp_15_r20/cts/hostsidetests/accounts/src/android/host/accounts/ |
H A D | AccountManagerXUserTest.java | 208 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 D | CtsVideoQualityFloorHostTest.java | 335 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/ |
D | DatabaseTestUtils.java | 153 public static String runDeviceTests( in runDeviceTests() method in DatabaseTestUtils
|