Searched refs:libPkg (Results 1 – 2 of 2) sorted by relevance
381 final String libPkg = TEST_PACKAGE3_NAME; in testServiceWithDepPkgStopped() local386 intent.putExtra(EXTRA_TARGET_PACKAGE, libPkg); in testServiceWithDepPkgStopped()397 assertTrue(libPkg + " should be a dependency package of " + testPkg, in testServiceWithDepPkgStopped()398 isPackageDependency(testPkg, libPkg)); in testServiceWithDepPkgStopped()402 am.forceStopPackage(libPkg); in testServiceWithDepPkgStopped()
1009 SigningDetails libPkg = pkg == null ? null : pkg.getSigningDetails();1010 if (libPkg == null) {1020 libPkg.getSignatures())1022 new Signature[]{libPkg.getSignatures()[0]});1061 if (!libPkg.hasSha256Certificate(digestBytes)) {