Searched refs:mAppPredictionServicePackage (Results 1 – 4 of 4) sorted by relevance
92 private final String mAppPredictionServicePackage; field in KnownPackages118 mAppPredictionServicePackage = appPredictionServicePackage; in KnownPackages()206 return snapshot.filterOnlySystemPackages(mAppPredictionServicePackage); in getKnownPackageNames()
975 final @Nullable String mAppPredictionServicePackage; field in PackageManagerService1070 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,
335 return mService.mAppPredictionServicePackage; in getAppPredictionServicePackageName()
400 private final String mAppPredictionServicePackage; field in ComputerEngine454 mAppPredictionServicePackage = args.appPredictionServicePackage; in ComputerEngine()2024 return mAppPredictionServicePackage != null in canViewInstantApps()2025 && isCallerSameApp(mAppPredictionServicePackage, callingUid); in canViewInstantApps()