Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/PackageManagerServiceTests/server/src/com/android/server/pm/
H A DPackageManagerTests.java2354 final InstallParams ip1 = installFromRawResource("keysetApi.apk", R.raw.keyset_splat_api, in testIsSignedBy() local
2360 cleanUpInstall(ip1); in testIsSignedBy()
2402 final InstallParams ip1 = installFromRawResource("keysetApi.apk", R.raw.keyset_splat_api, in testIsSignedByExactly() local
2408 cleanUpInstall(ip1); in testIsSignedByExactly()
2642 InstallParams ip1 = null; in testCheckSignaturesSharedUnknown() local
2645 ip1 = installFromRawResource(apk1Name, apk1, DEFAULT_INSTALL_FLAGS, false, in testCheckSignaturesSharedUnknown()
2657 ip1.pkg.getPackageName(), pkg.getPackageName()); in testCheckSignaturesSharedUnknown()
2660 if (ip1 != null) { in testCheckSignaturesSharedUnknown()
2661 cleanUpInstall(ip1); in testCheckSignaturesSharedUnknown()