Home
last modified time | relevance | path

Searched defs:testPackage (Results 1 – 11 of 11) sorted by relevance

/cts/hostsidetests/inputmethodservice/common/src/android/inputmethodservice/cts/common/test/
DTestInfo.java26 public final String testPackage; field in TestInfo
30 public TestInfo(String testPackage, String testClass, String testMethod) { in TestInfo()
/cts/hostsidetests/securitybulletin/src/android/security/cts/
DCVE_2021_0682.java51 final String testPackage = "android.security.cts.CVE_2021_0682"; in testPocCVE_2021_0682() local
58 String.format("%s/.PocAccessibilityService", testPackage))) { in testPocCVE_2021_0682() argument
DCVE_2024_34738.java45 final String testPackage = "android.security.cts.CVE_2024_34738"; in testPocCVE_2024_34738() local
DCVE_2024_23704.java59 private AutoCloseable withPocAdminReceiverAsDeviceOwner(String testPackage) throws Exception { in withPocAdminReceiverAsDeviceOwner()
DCVE_2024_31332.java55 private AutoCloseable withPocDeviceAdminReceiverAsDeviceOwner(String testPackage) in withPocDeviceAdminReceiverAsDeviceOwner()
DCVE_2024_43081.java78 private AutoCloseable asDeviceOwnerAndInstantApp(String testPackage, ITestDevice device) in asDeviceOwnerAndInstantApp()
/cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
DCurrentApiHelperTest.java43 String testPackage = mClazz.getPackage().getName(); in setUp() local
/cts/tests/JobScheduler/src/android/jobscheduler/cts/
DTestNotificationListener.java152 public NotificationHelper(Context context, String testPackage) throws Exception { in NotificationHelper()
/cts/hostsidetests/appcloning/hostside/src/com/android/cts/appcloning/
DAppCloningBaseHostTest.java193 protected void runDeviceTestAsUser(@Nonnull String testPackage, @Nonnull String testClass, in runDeviceTestAsUser()
/cts/tests/tests/car_builtin/src/android/car/cts/builtin/content/pm/
DPackageManagerHelperTest.java226 String testPackage = CAR_BUILTIN_CTS_PKG + ".apps.simple"; in testForceStopPackageAsUser() local
/cts/hostsidetests/statsdatom/src/android/cts/statsdatom/lib/
DDeviceUtils.java488 public static void executeBackgroundService(ITestDevice device, String testPackage, in executeBackgroundService()
508 public static void executeServiceAction(ITestDevice device, String testPackage, in executeServiceAction()