Home
last modified time | relevance | path

Searched refs:installPackage (Results 1 – 3 of 3) sorted by relevance

/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowPackageManagerTest.java174 shadowPackageManager.installPackage(packageInfo); in packageInstallerAndGetPackageArchiveInfo()
235 shadowPackageManager.installPackage(packageInfo); in testCheckPermission_otherPackages()
255 shadowPackageManager.installPackage(packageInfo); in testCheckPermission_otherPackages_grantedByDefault()
276 shadowPackageManager.installPackage(packageInfo); in testGrantRuntimePermission()
310 shadowPackageManager.installPackage(packageInfo); in testGrantRuntimePermission_doesntRequestPermission()
330 shadowPackageManager.installPackage(packageInfo); in testRevokeRuntimePermission()
543 shadowPackageManager.installPackage(packageInfo); in getPackageArchiveInfo()
627 shadowPackageManager.installPackage(packageInfo); in getApplicationInfo_OtherApplication()
642 shadowPackageManager.installPackage(packageInfo); in removePackage_shouldHideItFromGetApplicationInfo()
1868 shadowPackageManager.installPackage(packageInfo); in getResourcesForApplication_anotherPackage()
[all …]
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowPackageManager.java397 public void installPackage(PackageInfo packageInfo) { in installPackage() method in ShadowPackageManager
470 installPackage(packageInfo); in addPackage()
476 installPackage(packageInfo); in addPackage()
815 installPackage(packageInfo); in addPackageInternal()
DShadowApplicationPackageManager.java1424 protected void installPackage( in installPackage() method in ShadowApplicationPackageManager