HomeSort by relevance Sort by last modified time
    Searched refs:installAppAsUser (Results 26 - 45 of 45) sorted by null

12

  /cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/
ManagedProfileTest.java 121 installAppAsUser(MANAGED_PROFILE_APK, mParentUserId);
122 installAppAsUser(MANAGED_PROFILE_APK, mProfileUserId);
491 installAppAsUser(INTENT_RECEIVER_APK, mParentUserId);
492 installAppAsUser(INTENT_SENDER_APK, mParentUserId);
493 installAppAsUser(INTENT_RECEIVER_APK, mProfileUserId);
494 installAppAsUser(INTENT_SENDER_APK, mProfileUserId);
529 installAppAsUser(INTENT_RECEIVER_APK, mParentUserId);
530 installAppAsUser(INTENT_SENDER_APK, mParentUserId);
531 installAppAsUser(INTENT_RECEIVER_APK, mProfileUserId);
532 installAppAsUser(INTENT_SENDER_APK, mProfileUserId)
    [all...]
DeviceOwnerPlusProfileOwnerTest.java 70 installAppAsUser(COMP_DPC_APK, mPrimaryUserId);
183 installAppAsUser(COMP_DPC_APK2, mPrimaryUserId);
184 installAppAsUser(COMP_DPC_APK2, secondaryUserId);
288 installAppAsUser(COMP_DPC_APK2, mPrimaryUserId);
501 installAppAsUser(COMP_DPC_APK2, mPrimaryUserId);
502 installAppAsUser(COMP_DPC_APK2, profileOwnerUserId);
518 installAppAsUser(COMP_DPC_APK2, mPrimaryUserId);
519 installAppAsUser(COMP_DPC_APK2, profileOwnerUserId);
593 installAppAsUser(apkName, userId);
MixedDeviceOwnerTestApi25.java 40 installAppAsUser(DEVICE_ADMIN_APK, mUserId);
MixedManagedProfileOwnerTestApi25.java 46 installAppAsUser(DEVICE_ADMIN_APK, mUserId);
PasswordComplexityTest.java 32 installAppAsUser(APP, mCurrentUserId);
DeviceAndProfileOwnerTestApi25.java 94 installAppAsUser(SIMPLE_PRE_M_APP_APK, mUserId);
110 installAppAsUser(TEST_APP_APK, userId);
CrossProfileAppsHostSideTest.java 56 installAppAsUser(EXTRA_TEST_APK, userId);
57 installAppAsUser(SIMPLE_APP_APK, userId);
DeviceOwnerTest.java 113 installAppAsUser(DEVICE_OWNER_APK, mPrimaryUserId);
576 installAppAsUser(INTENT_RECEIVER_APK, mPrimaryUserId);
650 installAppAsUser(DEVICE_OWNER_APK, userId);
720 installAppAsUser(WIFI_CONFIG_CREATOR_APK, mPrimaryUserId);
751 installAppAsUser(MANAGED_PROFILE_APK, mPrimaryUserId);
    [all...]
AdbProvisioningTests.java 37 installAppAsUser(DEVICE_ADMIN_APK, mPrimaryUserId);
BaseDeviceAdminHostSideTest.java 57 installAppAsUser(getDeviceAdminApkFileName(), mUserId);
ManagedProfileProvisioningTest.java 36 installAppAsUser(MANAGED_PROFILE_APK, mParentUserId);
ProfileOwnerTest.java 39 installAppAsUser(PROFILE_OWNER_APK, mUserId);
DeviceAndProfileOwnerHostSideTransferTest.java 61 installAppAsUser(INVALID_TARGET_APK, mUserId);
178 installAppAsUser(apkName, userId);
UserRestrictionsTest.java 261 installAppAsUser(DEVICE_ADMIN_APK, userId);
273 installAppAsUser(DEVICE_ADMIN_APK, mDeviceOwnerUserId);
MixedDeviceOwnerTest.java 48 installAppAsUser(DEVICE_ADMIN_APK, mUserId);
BaseDevicePolicyTest.java 207 protected void installAppAsUser(String appFileName, int userId) throws FileNotFoundException,
209 installAppAsUser(appFileName, true, userId);
212 protected void installAppAsUser(String appFileName, boolean grantPermissions, int userId)
    [all...]
  /cts/hostsidetests/appsecurity/src/android/appsecurity/cts/
InstantAppUserTest.java 191 installAppAsUser(USER_APK, mPrimaryUserId);
256 private void installAppAsUser(String apk, int userId) throws Exception {
  /cts/hostsidetests/appbinding/hostside/src/com/android/cts/appbinding/
AppBindingHostTest.java 64 private void installAppAsUser(String appFileName, boolean grantPermissions, int userId)
220 installAppAsUser(apk, true, userId);
250 installAppAsUser(apk, true, userId);
  /cts/hostsidetests/shortcuts/hostside/src/android/content/pm/cts/shortcuthost/
BaseShortcutManagerHostTest.java 104 protected void installAppAsUser(String appFileName, int userId) throws FileNotFoundException,
  /cts/hostsidetests/media/src/android/media/cts/
BaseMultiUserTest.java 153 protected void installAppAsUser(String appFileName, int userId, boolean asInstantApp)

Completed in 8786 milliseconds

12