Searched refs:installPackage (Results 1 – 5 of 5) sorted by relevance
177 shadowPackageManager.installPackage(packageInfo); in packageInstallerAndGetPackageArchiveInfo()238 shadowPackageManager.installPackage(packageInfo); in testCheckPermission_otherPackages()258 shadowPackageManager.installPackage(packageInfo); in testCheckPermission_otherPackages_grantedByDefault()279 shadowPackageManager.installPackage(packageInfo); in testGrantRuntimePermission()313 shadowPackageManager.installPackage(packageInfo); in testGrantRuntimePermission_doesntRequestPermission()333 shadowPackageManager.installPackage(packageInfo); in testRevokeRuntimePermission()546 shadowPackageManager.installPackage(packageInfo); in getPackageArchiveInfo()630 shadowPackageManager.installPackage(packageInfo); in getApplicationInfo_OtherApplication()645 shadowPackageManager.installPackage(packageInfo); in removePackage_shouldHideItFromGetApplicationInfo()1908 shadowPackageManager.installPackage(packageInfo); in getResourcesForApplication_anotherPackage()[all …]
357 shadowOf(packageManager).installPackage(buildTestPackageInfo(testPackage1)); in clearInteractAcrossProfilesAppOps_clearsAppOps()358 shadowOf(packageManager).installPackage(buildTestPackageInfo(testPackage2)); in clearInteractAcrossProfilesAppOps_clearsAppOps()
246 shadowOf(context.getPackageManager()).installPackage(profileOwnerPackage); in setHasProfileOwner()275 shadowOf(packageManager).installPackage(packageInfo); in setRequestsPermissions()
398 public void installPackage(PackageInfo packageInfo) { in installPackage() method in ShadowPackageManager471 installPackage(packageInfo); in addPackage()477 installPackage(packageInfo); in addPackage()823 installPackage(packageInfo); in addPackageInternal()
1457 protected void installPackage( in installPackage() method in ShadowApplicationPackageManager