Home
last modified time | relevance | path

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

/frameworks/base/core/tests/coretests/src/android/content/pm/
DPackageManagerTests.java1709 InstallParams ip2 = null; in testInstallDeclaresPermissions() local
1725 ip2 = installFromRawResource("install2.apk", i2Apk, in testInstallDeclaresPermissions()
1728 assertInstall(ip2.pkg, i2Flags, ip2.pkg.installLocation); in testInstallDeclaresPermissions()
1765 GenericReceiver receiver2 = new DeleteReceiver(ip2.pkg.packageName); in testInstallDeclaresPermissions()
1767 invokeDeletePackage(ip2.pkg.packageName, 0, receiver); in testInstallDeclaresPermissions()
1768 ip2 = null; in testInstallDeclaresPermissions()
1775 ip2 = installFromRawResource("install2.apk", i2Apk, in testInstallDeclaresPermissions()
1778 assertInstall(ip2.pkg, i2Flags, ip2.pkg.installLocation); in testInstallDeclaresPermissions()
1793 ip2 = installFromRawResource("install2.apk", i2Apk, in testInstallDeclaresPermissions()
1796 assertInstall(ip2.pkg, i2Flags, ip2.pkg.installLocation); in testInstallDeclaresPermissions()
[all …]