Searched refs:packageName3 (Results 1 – 2 of 2) sorted by relevance
246 final String packageName3 = "pkg3"; // allowlisted for a different user type in testShouldInstallPackage() local253 pkgBitSetMap.put(packageName3, 0b10L); in testShouldInstallPackage()263 final AndroidPackage pkg3 = ((ParsedPackage) PackageImpl.forTesting(packageName3) in testShouldInstallPackage()306 final String packageName3 = "pkg3"; // allowlisted for user type C in testGetWhitelistedPackagesForUserType() local312 pkgBitSetMap.put(packageName3, maskOfTypeC); in testGetWhitelistedPackagesForUserType()328 assertTrue("Whitelist for C doesn't contain pkg1", output.contains(packageName3)); in testGetWhitelistedPackagesForUserType()
350 String packageName1, String packageName2, String packageName3) throws Exception { in createTestingData() argument367 applicationInfo3.packageName = packageName3; in createTestingData()