Home
last modified time | relevance | path

Searched refs:SIMPLE_APP_APK (Results 1 – 10 of 10) sorted by relevance

/cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/
DLauncherAppsSingleUserTest.java64 installAppAsUser(SIMPLE_APP_APK, mCurrentUserId); in testInstallAppMainUser()
78 installAppIncremental(SIMPLE_APP_APK); in testInstallAppMainUserIncremental()
91 installAppAsUser(SIMPLE_APP_APK, mCurrentUserId); in testLauncherCallbackPackageAddedMainUser()
105 installAppAsUser(SIMPLE_APP_APK, mCurrentUserId); in testLauncherCallbackPackageRemovedMainUser()
120 installAppAsUser(SIMPLE_APP_APK, mCurrentUserId); in testLauncherCallbackPackageChangedMainUser()
122 installAppAsUser(SIMPLE_APP_APK, mCurrentUserId); in testLauncherCallbackPackageChangedMainUser()
134 installAppAsUser(SIMPLE_APP_APK, mCurrentUserId); in testLauncherNonExportedAppFails()
145 installAppAsUser(SIMPLE_APP_APK, mCurrentUserId); in testLaunchNonExportActivityFails()
156 installAppAsUser(SIMPLE_APP_APK, mCurrentUserId); in testLaunchMainActivity()
DLauncherAppsProfileTest.java79 installAppAsUser(SIMPLE_APP_APK, mParentUserId); in testGetActivitiesWithProfile()
80 installAppAsUser(SIMPLE_APP_APK, mProfileUserId); in testGetActivitiesWithProfile()
138 installAppAsUser(SIMPLE_APP_APK, mProfileUserId); in testLauncherCallbackPackageAddedProfile()
148 installAppAsUser(SIMPLE_APP_APK, mProfileUserId); in testLauncherCallbackPackageRemovedProfile()
160 installAppAsUser(SIMPLE_APP_APK, mProfileUserId); in testLauncherCallbackPackageChangedProfile()
162 installAppAsUser(SIMPLE_APP_APK, /* grantPermissions */ true, /* dontKillApp */ true, in testLauncherCallbackPackageChangedProfile()
172 installAppAsUser(SIMPLE_APP_APK, mProfileUserId); in testReverseAccessNoThrow()
DLauncherAppsMultiUserTest.java63 installAppAsUser(SIMPLE_APP_APK, mPrimaryUserId); in testGetActivitiesForNonProfileFails()
74 installAppAsUser(SIMPLE_APP_APK, mPrimaryUserId); in testNoLauncherCallbackPackageAddedSecondaryUser()
DBaseLauncherAppsTest.java28 protected static final String SIMPLE_APP_APK = "CtsSimpleApp.apk"; field in BaseLauncherAppsTest
DBaseManagedProfileTest.java39 protected static final String SIMPLE_APP_APK = "CtsSimpleApp.apk"; field in BaseManagedProfileTest
DCrossProfileAppsHostSideTest.java50 private static final String SIMPLE_APP_APK ="CtsSimpleApp.apk"; field in CrossProfileAppsHostSideTest
80 installAppAsUser(SIMPLE_APP_APK, userId); in installRequiredApps()
DDeviceOwnerTest.java59 private static final String SIMPLE_APP_APK ="CtsSimpleApp.apk"; field in DeviceOwnerTest
810 installAppAsUser(SIMPLE_APP_APK, mPrimaryUserId); in testSetUserControlDisabledPackages_singleUser_reboot_verifyPackageNotStopped()
846 installAppAsUser(SIMPLE_APP_APK, userId); in testSetUserControlDisabledPackages_multiUser_reboot_verifyPackageNotStopped()
DManagedProfileTest.java395 installAppAsUser(SIMPLE_APP_APK, mProfileUserId); in testBasicCheck()
/cts/hostsidetests/devicepolicy/app/DeviceOwner/src/com/android/cts/deviceowner/
DUserControlDisabledPackagesTest.java40 private static final String SIMPLE_APP_APK = "CtsSimpleApp.apk"; field in UserControlDisabledPackagesTest
/cts/hostsidetests/appsecurity/src/android/appsecurity/cts/
DAppSecurityTests.java48 private static final String SIMPLE_APP_APK = "CtsSimpleAppInstall.apk"; field in AppSecurityTests
116 new InstallMultiple(instant).addFile(SIMPLE_APP_APK).run(); in testAppUpgradeDifferentCerts()