Home
last modified time | relevance | path

Searched refs:APP_A_PACKAGE (Results 1 – 3 of 3) sorted by relevance

/cts/hostsidetests/appcloning/hostside/src/com/android/cts/appcloning/media/
DAppCloningHostTest.java212 assertThat(isPackageInstalled(APP_A_PACKAGE, sCloneUserId)).isTrue(); in testPrivateAppDataDirectoryForCloneUser()
285 assertThat(isPackageInstalled(APP_A_PACKAGE, String.valueOf(currentUserId))).isTrue(); in testDeletionOfPrimaryApp_deleteAppWithParentPropertyTrue_deletesCloneApp()
292 assertThat(isPackageInstalled(APP_A_PACKAGE, sCloneUserId)).isTrue(); in testDeletionOfPrimaryApp_deleteAppWithParentPropertyTrue_deletesCloneApp()
296 uninstallPackage(APP_A_PACKAGE, currentUserId); in testDeletionOfPrimaryApp_deleteAppWithParentPropertyTrue_deletesCloneApp()
299 assertTrue(!getPackageInUser(APP_A_PACKAGE, Integer.parseInt(sCloneUserId)) in testDeletionOfPrimaryApp_deleteAppWithParentPropertyTrue_deletesCloneApp()
300 .contains(APP_A_PACKAGE)); in testDeletionOfPrimaryApp_deleteAppWithParentPropertyTrue_deletesCloneApp()
317 assertThat(isPackageInstalled(APP_A_PACKAGE, in testDeletionOfAppInNotParentProfile_notDeletesCloneApp()
325 assertThat(isPackageInstalled(APP_A_PACKAGE, sCloneUserId)).isTrue(); in testDeletionOfAppInNotParentProfile_notDeletesCloneApp()
332 assertThat(isPackageInstalled(APP_A_PACKAGE, managedProfileId)).isTrue(); in testDeletionOfAppInNotParentProfile_notDeletesCloneApp()
336 uninstallPackage(APP_A_PACKAGE, Integer.parseInt(managedProfileId)); in testDeletionOfAppInNotParentProfile_notDeletesCloneApp()
[all …]
/cts/hostsidetests/appcloning/hostside/src/com/android/cts/appcloning/
DAppCloningBaseHostTest.java40 protected static final String APP_A_PACKAGE = "com.android.cts.appcloningtestapp"; field in AppCloningBaseHostTest
43 private static final String TEST_CLASS_A = APP_A_PACKAGE + ".AppCloningDeviceTest";
190 runDeviceTestAsUser(APP_A_PACKAGE, TEST_CLASS_A, testMethod, userId, args); in runDeviceTestAsUserInPkgA()
/cts/tests/framework/base/windowmanager/backgroundactivity/src/android/server/wm/
DBackgroundActivityTestBase.java66 static final String APP_A_PACKAGE = "android.server.wm.backgroundactivity.appa"; field in BackgroundActivityTestBase
67 static final Components APP_A = Components.get(APP_A_PACKAGE);
68 static final Components APP_A_33 = Components.get(APP_A_PACKAGE + "33");