Home
last modified time | relevance | path

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

/cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/
DLauncherAppsSingleUserTest.java59 installAppAsUser(SIMPLE_APP_APK, mCurrentUserId); in testInstallAppMainUser()
70 installAppAsUser(SIMPLE_APP_APK, mCurrentUserId); in testLauncherCallbackPackageAddedMainUser()
82 installAppAsUser(SIMPLE_APP_APK, mCurrentUserId); in testLauncherCallbackPackageRemovedMainUser()
95 installAppAsUser(SIMPLE_APP_APK, mCurrentUserId); in testLauncherCallbackPackageChangedMainUser()
97 installAppAsUser(SIMPLE_APP_APK, mCurrentUserId); in testLauncherCallbackPackageChangedMainUser()
108 installAppAsUser(SIMPLE_APP_APK, mCurrentUserId); in testLauncherNonExportedAppFails()
118 installAppAsUser(SIMPLE_APP_APK, mCurrentUserId); in testLaunchNonExportActivityFails()
128 installAppAsUser(SIMPLE_APP_APK, mCurrentUserId); in testLaunchMainActivity()
DLauncherAppsProfileTest.java78 installAppAsUser(SIMPLE_APP_APK, mParentUserId); in testGetActivitiesWithProfile()
79 installAppAsUser(SIMPLE_APP_APK, mProfileUserId); in testGetActivitiesWithProfile()
142 installAppAsUser(SIMPLE_APP_APK, mProfileUserId); in testLauncherCallbackPackageAddedProfile()
153 installAppAsUser(SIMPLE_APP_APK, mProfileUserId); in testLauncherCallbackPackageRemovedProfile()
166 installAppAsUser(SIMPLE_APP_APK, mProfileUserId); in testLauncherCallbackPackageChangedProfile()
168 installAppAsUser(SIMPLE_APP_APK, /* grantPermissions */ true, /* dontKillApp */ true, in testLauncherCallbackPackageChangedProfile()
180 installAppAsUser(SIMPLE_APP_APK, mProfileUserId); in testReverseAccessNoThrow()
DLauncherAppsMultiUserTest.java67 installAppAsUser(SIMPLE_APP_APK, mPrimaryUserId); in testGetActivitiesForNonProfileFails()
80 installAppAsUser(SIMPLE_APP_APK, mPrimaryUserId); in testNoLauncherCallbackPackageAddedSecondaryUser()
DCrossProfileAppsHostSideTest.java27 private static final String SIMPLE_APP_APK ="CtsSimpleApp.apk"; field in CrossProfileAppsHostSideTest
57 installAppAsUser(SIMPLE_APP_APK, userId); in installRequiredApps()
DBaseLauncherAppsTest.java28 protected static final String SIMPLE_APP_APK = "CtsSimpleApp.apk"; field in BaseLauncherAppsTest
DManagedProfileTest.java81 private static final String SIMPLE_APP_APK = "CtsSimpleApp.apk"; field in ManagedProfileTest
1258 installAppAsUser(SIMPLE_APP_APK, mProfileUserId); in testSanityCheck()
1390 installAppAsUser(SIMPLE_APP_APK, mProfileUserId); in testUnlockWorkProfile_deviceWidePassword()
1410 installAppAsUser(SIMPLE_APP_APK, mProfileUserId); in testRebootDevice_unifiedPassword()
1436 installAppAsUser(SIMPLE_APP_APK, mProfileUserId); in testRebootDevice_separatePasswords()
/cts/hostsidetests/appsecurity/src/android/appsecurity/cts/
DAppSecurityTests.java43 private static final String SIMPLE_APP_APK = "CtsSimpleAppInstall.apk"; field in AppSecurityTests
111 new InstallMultiple(instant).addApk(SIMPLE_APP_APK).run(); in testAppUpgradeDifferentCerts()