Searched refs:isPackageEphemeral (Results 1 – 8 of 8) sorted by relevance
1416 mInjector.isPackageEphemeral(userId, packageName)) { in isAppIdleFiltered()1620 if (shouldObfuscateInstantApps && mInjector.isPackageEphemeral(userId, packageName)) { in getAppStandbyBucket()1647 if (shouldObfuscateInstantApps && mInjector.isPackageEphemeral(userId, packageName)) { in getAppMinStandbyBucket()2716 boolean isPackageEphemeral(int userId, String packageName) { in isPackageEphemeral() method in AppStandbyController.Injector2717 return mPackageManagerInternal.isPackageEphemeral(userId, packageName); in isPackageEphemeral()
432 public abstract boolean isPackageEphemeral(int userId, String packageName); in isPackageEphemeral() method in PackageManagerInternal
374 public final boolean isPackageEphemeral(int userId, String packageName) { in isPackageEphemeral() method in PackageManagerInternalBase
330 boolean isPackageEphemeral(int userId, String packageName) { in isPackageEphemeral() method in AppStandbyControllerTests.MyInjector
632 return mPackageManagerInternal.isPackageEphemeral(userId, packageName); in isInstantApp()
6206 ephemeral = getPackageManagerInternal().isPackageEphemeral( in getAppStartModeLOSP()16425 return getPackageManagerInternal().isPackageEphemeral( in isEphemeralLocked()
6175 HSPLcom/android/server/pm/PackageManagerInternalBase;->isPackageEphemeral(ILjava/lang/String;)Z+]Lc…
12561 Landroid/content/pm/PackageManagerInternal;->isPackageEphemeral(ILjava/lang/String;)Z