Searched refs:SIMPLE_APP_APK (Results 1 – 8 of 8) sorted by relevance
/cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/ |
D | LauncherAppsSingleUserTest.java | 66 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()
|
D | LauncherAppsProfileTest.java | 79 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()
|
D | LauncherAppsMultiUserTest.java | 63 installAppAsUser(SIMPLE_APP_APK, mPrimaryUserId); in testGetActivitiesForNonProfileFails() 74 installAppAsUser(SIMPLE_APP_APK, mPrimaryUserId); in testNoLauncherCallbackPackageAddedSecondaryUser()
|
D | ManagedProfilePasswordTest.java | 132 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()
|
D | BaseLauncherAppsTest.java | 27 protected static final String SIMPLE_APP_APK = "CtsSimpleApp.apk"; field in BaseLauncherAppsTest
|
D | DeviceOwnerTest.java | 57 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()
|
D | BaseManagedProfileTest.java | 39 protected static final String SIMPLE_APP_APK = "CtsSimpleApp.apk"; field in BaseManagedProfileTest
|
/cts/hostsidetests/appsecurity/src/android/appsecurity/cts/ |
D | AppSecurityTests.java | 50 private static final String SIMPLE_APP_APK = "CtsSimpleAppInstall.apk"; field in AppSecurityTests 136 new InstallMultiple(instant).addFile(SIMPLE_APP_APK).run(); in testAppUpgradeDifferentCerts()
|