Home
last modified time | relevance | path

Searched defs:testPackage (Results 1 – 8 of 8) 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_2024_31332.java55 private AutoCloseable withPocDeviceAdminReceiverAsDeviceOwner(String testPackage) in withPocDeviceAdminReceiverAsDeviceOwner()
DCVE_2024_23704.java59 private AutoCloseable withPocAdminReceiverAsDeviceOwner(String testPackage) throws Exception { in withPocAdminReceiverAsDeviceOwner()
/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.java151 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.java486 public static void executeBackgroundService(ITestDevice device, String testPackage, in executeBackgroundService()
506 public static void executeServiceAction(ITestDevice device, String testPackage, in executeServiceAction()