Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
H A DUserSystemPackageInstallerTest.java246 final String packageName3 = "pkg3"; // allowlisted for a different user type in testShouldInstallPackage() local
253 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() local
312 pkgBitSetMap.put(packageName3, maskOfTypeC); in testGetWhitelistedPackagesForUserType()
328 assertTrue("Whitelist for C doesn't contain pkg1", output.contains(packageName3)); in testGetWhitelistedPackagesForUserType()
/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/fuelgauge/
H A DBatteryBackupHelperTest.java350 String packageName1, String packageName2, String packageName3) throws Exception { in createTestingData() argument
367 applicationInfo3.packageName = packageName3; in createTestingData()