Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/pm/
H A DKnownPackages.java92 private final String mAppPredictionServicePackage; field in KnownPackages
118 mAppPredictionServicePackage = appPredictionServicePackage; in KnownPackages()
206 return snapshot.filterOnlySystemPackages(mAppPredictionServicePackage); in getKnownPackageNames()
H A DPackageManagerService.java975 final @Nullable String mAppPredictionServicePackage; field in PackageManagerService
1070 appPredictionServicePackage = mAppPredictionServicePackage; in Snapshot()
1087 appPredictionServicePackage = mAppPredictionServicePackage; in Snapshot()
1789 mAppPredictionServicePackage = testParams.appPredictionServicePackage; in PackageManagerService()
2158 mAppPredictionServicePackage = ensureSystemPackageName(computer, in PackageManagerService()
3635 launcherComponent, mAppPredictionServicePackage);
6421 mAppPredictionServicePackage,
7564 mAppPredictionServicePackage,
H A DIPackageManagerBase.java335 return mService.mAppPredictionServicePackage; in getAppPredictionServicePackageName()
H A DComputerEngine.java400 private final String mAppPredictionServicePackage; field in ComputerEngine
454 mAppPredictionServicePackage = args.appPredictionServicePackage; in ComputerEngine()
2024 return mAppPredictionServicePackage != null in canViewInstantApps()
2025 && isCallerSameApp(mAppPredictionServicePackage, callingUid); in canViewInstantApps()