Home
last modified time | relevance | path

Searched refs:testPackage (Results 1 – 10 of 10) 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() argument
31 this.testPackage = testPackage; in TestInfo()
/cts/hostsidetests/securitybulletin/src/android/security/cts/
DCVE_2024_31332.java55 private AutoCloseable withPocDeviceAdminReceiverAsDeviceOwner(String testPackage) in withPocDeviceAdminReceiverAsDeviceOwner() argument
60 final String componentName = testPackage + "/.PocDeviceAdminReceiver"; in withPocDeviceAdminReceiverAsDeviceOwner()
DCVE_2024_23704.java59 private AutoCloseable withPocAdminReceiverAsDeviceOwner(String testPackage) throws Exception { in withPocAdminReceiverAsDeviceOwner() argument
63 final String componentName = testPackage + "/.PocAdminReceiver"; in withPocAdminReceiverAsDeviceOwner()
/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
227 String testActivity = testPackage + ".SimpleActivity"; in testForceStopPackageAsUser()
234 .setClassName(testPackage, testActivity) in testForceStopPackageAsUser()
245 runningApp -> testPackage.equals(runningApp.processName); in testForceStopPackageAsUser()
249 "Process %s should be found in running process list", testPackage).that( in testForceStopPackageAsUser()
253 PackageManagerHelper.forceStopPackageAsUser(mContext, testPackage, in testForceStopPackageAsUser()
259 "Process %s should not be alive after force-stop", testPackage).that( in testForceStopPackageAsUser()
/cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
DCurrentApiHelperTest.java43 String testPackage = mClazz.getPackage().getName(); in setUp() local
45 mPublicApis = new HashSet<>(getPublicApis(testPackage, testClass)); in setUp()
/cts/tests/JobScheduler/src/android/jobscheduler/cts/
DTestNotificationListener.java151 public NotificationHelper(Context context, String testPackage) throws Exception { in NotificationHelper() argument
155 mNotificationListener.addTestPackage(testPackage); in NotificationHelper()
156 mTestPackage = testPackage; in NotificationHelper()
/cts/hostsidetests/appcloning/hostside/src/com/android/cts/appcloning/
DAppCloningBaseHostTest.java193 protected void runDeviceTestAsUser(@Nonnull String testPackage, @Nonnull String testClass, in runDeviceTestAsUser() argument
196 DeviceTestRunOptions deviceTestRunOptions = new DeviceTestRunOptions(testPackage) in runDeviceTestAsUser()
/cts/hostsidetests/inputmethodservice/hostside/src/android/inputmethodservice/cts/hostside/
DShellCommandFromAppTest.java50 runDeviceTests(new DeviceTestRunOptions(testInfo.testPackage) in runDeviceTestMethodWithoutHiddenApiCheck()
DInputMethodServiceLifecycleTest.java400 return runDeviceTests(deviceTest.testPackage, deviceTest.testClass, deviceTest.testMethod); in runDeviceTestMethod()
/cts/hostsidetests/statsdatom/src/android/cts/statsdatom/lib/
DDeviceUtils.java486 public static void executeBackgroundService(ITestDevice device, String testPackage, in executeBackgroundService() argument
488 executeServiceAction(device, testPackage, service, actionValue); in executeBackgroundService()
506 public static void executeServiceAction(ITestDevice device, String testPackage, in executeServiceAction() argument
511 testPackage, service, in executeServiceAction()