Home
last modified time | relevance | path

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

/cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/
DLauncherAppsSingleUserTest.java66 installAppAsUser(SIMPLE_APP_APK, mCurrentUserId); in testInstallAppMainUser()
80 installAppIncremental(SIMPLE_APP_APK); in testInstallAppMainUserIncremental()
93 installAppAsUser(SIMPLE_APP_APK, mCurrentUserId); in testLauncherCallbackPackageAddedMainUser()
107 installAppAsUser(SIMPLE_APP_APK, mCurrentUserId); in testLauncherCallbackPackageRemovedMainUser()
127 installAppAsUser(SIMPLE_APP_APK, mCurrentUserId); in testLauncherCallbackPackageChangedMainUser()
129 installAppAsUser(SIMPLE_APP_APK, mCurrentUserId); in testLauncherCallbackPackageChangedMainUser()
141 installAppAsUser(SIMPLE_APP_APK, mCurrentUserId); in testLauncherNonExportedAppFails()
152 installAppAsUser(SIMPLE_APP_APK, mCurrentUserId); in testLaunchNonExportActivityFails()
163 installAppAsUser(SIMPLE_APP_APK, mCurrentUserId); in testLaunchMainActivity()
DLauncherAppsProfileTest.java79 installAppAsUser(SIMPLE_APP_APK, mParentUserId); in testGetActivitiesWithProfile()
80 installAppAsUser(SIMPLE_APP_APK, mProfileUserId); in testGetActivitiesWithProfile()
123 installAppAsUser(SIMPLE_APP_APK, mProfileUserId); in testLauncherCallbackPackageAddedProfile()
133 installAppAsUser(SIMPLE_APP_APK, mProfileUserId); in testLauncherCallbackPackageRemovedProfile()
145 installAppAsUser(SIMPLE_APP_APK, mProfileUserId); in testLauncherCallbackPackageChangedProfile()
147 installAppAsUser(SIMPLE_APP_APK, /* grantPermissions */ true, /* dontKillApp */ true, in testLauncherCallbackPackageChangedProfile()
157 installAppAsUser(SIMPLE_APP_APK, mProfileUserId); in testReverseAccessNoThrow()
DLauncherAppsMultiUserTest.java63 installAppAsUser(SIMPLE_APP_APK, mPrimaryUserId); in testGetActivitiesForNonProfileFails()
74 installAppAsUser(SIMPLE_APP_APK, mPrimaryUserId); in testNoLauncherCallbackPackageAddedSecondaryUser()
DManagedProfilePasswordTest.java132 installAppAsUser(SIMPLE_APP_APK, mProfileUserId); in testUnlockWorkProfile_deviceWidePassword()
154 installAppAsUser(SIMPLE_APP_APK, mProfileUserId); in testRebootDevice_unifiedPassword()
182 installAppAsUser(SIMPLE_APP_APK, mProfileUserId); in testRebootDevice_separatePasswords()
DBaseLauncherAppsTest.java27 protected static final String SIMPLE_APP_APK = "CtsSimpleApp.apk"; field in BaseLauncherAppsTest
DDeviceOwnerTest.java57 private static final String SIMPLE_APP_APK ="CtsSimpleApp.apk"; field in DeviceOwnerTest
791 installAppAsUser(SIMPLE_APP_APK, mPrimaryUserId); in testSetUserControlDisabledPackages_singleUser_reboot_verifyPackageNotStopped()
819 installAppAsUser(SIMPLE_APP_APK, mPrimaryUserId); in testSetUserControlDisabledPackages_singleUser_reboot_verifyPackageNotFgsStopped()
855 installAppAsUser(SIMPLE_APP_APK, userId); in testSetUserControlDisabledPackages_multiUser_reboot_verifyPackageNotStopped()
908 installAppAsUser(SIMPLE_APP_APK, userId); in testSetUserControlDisabledPackages_multiUser_reboot_verifyPackageNotFgsStopped()
DBaseManagedProfileTest.java39 protected static final String SIMPLE_APP_APK = "CtsSimpleApp.apk"; field in BaseManagedProfileTest
/cts/hostsidetests/appsecurity/src/android/appsecurity/cts/
DAppSecurityTests.java50 private static final String SIMPLE_APP_APK = "CtsSimpleAppInstall.apk"; field in AppSecurityTests
136 new InstallMultiple(instant).addFile(SIMPLE_APP_APK).run(); in testAppUpgradeDifferentCerts()