Searched refs:withPackage (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/services/tests/mockingservicestests/src/com/android/server/pm/ |
D | MockSystem.kt | 387 withPackage: (PackageImpl) -> PackageImpl = { it }, in stageScanExistingPackage() 394 stageScanNewPackage(packageName, versionCode, parent, withPackage, 422 withPackage: (PackageImpl) -> PackageImpl = { it }, in stageScanNewPackage() 427 val pkg = withPackage(pair.second) 575 withPackage = { pkg: PackageImpl -> in stageInstantAppResolverScan() 593 withPackage = { pkg: PackageImpl -> in stagePermissionsControllerScan() 610 withPackage = { pkg: PackageImpl -> in stageSupplementalProcessScan() 626 withPackage = { it.addLibraryName("android.ext.shared") as PackageImpl }, in stageSystemSharedLibraryScan() 650 withPackage = { pkg: PackageImpl -> in stageInstallerScan()
|
D | PackageManagerServiceHibernationTests.kt | 150 withPackage = { it.apply { isDeclaredHavingCode = true } }) in testGetOptimizablePackages_ExcludesGloballyHibernatingPackages() 155 withPackage = { it.apply { isDeclaredHavingCode = true } }) in testGetOptimizablePackages_ExcludesGloballyHibernatingPackages()
|
D | PackageManagerServiceBootTest.kt | 157 withPackage = { it.apply { signingDetails = systemAppSigningDetails } }, in <lambda>() 162 withPackage = { it.apply { signingDetails = systemAppSigningDetails } }, in <lambda>()
|
D | SharedLibrariesImplTest.kt | 388 val withPackage = { pkg: PackageImpl -> in <lambda>() constant 415 packageName, version, mMockSystem.system().dataAppDirectory, withPackage, withSetting) in <lambda>()
|