Searched refs:isPackageEphemeral (Results 1 – 8 of 8) sorted by relevance
1422 mInjector.isPackageEphemeral(userId, packageName)) { in isAppIdleFiltered()1626 if (shouldObfuscateInstantApps && mInjector.isPackageEphemeral(userId, packageName)) { in getAppStandbyBucket()1653 if (shouldObfuscateInstantApps && mInjector.isPackageEphemeral(userId, packageName)) { in getAppMinStandbyBucket()2779 boolean isPackageEphemeral(int userId, String packageName) { in isPackageEphemeral() method in AppStandbyController.Injector2780 return mPackageManagerInternal.isPackageEphemeral(userId, packageName); in isPackageEphemeral()
440 public abstract boolean isPackageEphemeral(int userId, String packageName); in isPackageEphemeral() method in PackageManagerInternal
388 public final boolean isPackageEphemeral(int userId, String packageName) { in isPackageEphemeral() method in PackageManagerInternalBase
335 boolean isPackageEphemeral(int userId, String packageName) { in isPackageEphemeral() method in AppStandbyControllerTests.MyInjector
716 return mPackageManagerInternal.isPackageEphemeral(userId, packageName); in isInstantApp()
2463 HSPLcom/android/server/pm/PackageManagerInternalBase;->isPackageEphemeral(ILjava/lang/String;)Z+]Lc…
18497 HPLcom/android/server/pm/PackageManagerInternalBase;->isPackageEphemeral(ILjava/lang/String;)Z
12561 Landroid/content/pm/PackageManagerInternal;->isPackageEphemeral(ILjava/lang/String;)Z