Home
last modified time | relevance | path

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

/cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/
DLauncherAppsSingleUserTest.java56 installAppAsUser(SIMPLE_APP_APK, mPrimaryUserId); in testInstallAppMainUser()
67 installAppAsUser(SIMPLE_APP_APK, mPrimaryUserId); in testLauncherCallbackPackageAddedMainUser()
79 installAppAsUser(SIMPLE_APP_APK, mPrimaryUserId); in testLauncherCallbackPackageRemovedMainUser()
92 installAppAsUser(SIMPLE_APP_APK, mPrimaryUserId); in testLauncherCallbackPackageChangedMainUser()
94 installAppAsUser(SIMPLE_APP_APK, mPrimaryUserId); in testLauncherCallbackPackageChangedMainUser()
105 installAppAsUser(SIMPLE_APP_APK, mPrimaryUserId); in testLauncherNonExportedAppFails()
115 installAppAsUser(SIMPLE_APP_APK, mPrimaryUserId); in testLaunchNonExportActivityFails()
125 installAppAsUser(SIMPLE_APP_APK, mPrimaryUserId); in testLaunchMainActivity()
DLauncherAppsProfileTest.java79 installAppAsUser(SIMPLE_APP_APK, mParentUserId); in testGetActivitiesWithProfile()
80 installAppAsUser(SIMPLE_APP_APK, mProfileUserId); in testGetActivitiesWithProfile()
114 installAppAsUser(SIMPLE_APP_APK, mProfileUserId); in testLauncherCallbackPackageAddedProfile()
125 installAppAsUser(SIMPLE_APP_APK, mProfileUserId); in testLauncherCallbackPackageRemovedProfile()
138 installAppAsUser(SIMPLE_APP_APK, mProfileUserId); in testLauncherCallbackPackageChangedProfile()
140 installAppAsUser(SIMPLE_APP_APK, mProfileUserId); in testLauncherCallbackPackageChangedProfile()
DLauncherAppsMultiUserTest.java66 installAppAsUser(SIMPLE_APP_APK, mPrimaryUserId); in testGetActivitiesForNonProfileFails()
79 installAppAsUser(SIMPLE_APP_APK, mPrimaryUserId); in testNoLauncherCallbackPackageAddedSecondaryUser()
DBaseLauncherAppsTest.java28 protected static final String SIMPLE_APP_APK = "CtsSimpleApp.apk"; field in BaseLauncherAppsTest
DManagedProfileTest.java73 private static final String SIMPLE_APP_APK = "CtsSimpleApp.apk"; field in ManagedProfileTest
879 installAppAsUser(SIMPLE_APP_APK, mProfileUserId); in testSanityCheck()
/cts/hostsidetests/appsecurity/src/android/appsecurity/cts/
DAppSecurityTests.java54 private static final String SIMPLE_APP_APK = "CtsSimpleAppInstall.apk"; field in AppSecurityTests
157 String installResult = getDevice().installPackage(getTestAppFile(SIMPLE_APP_APK), in testAppUpgradeDifferentCerts()