Home
last modified time | relevance | path

Searched refs:REASON_PACKAGE_REPLACED (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/apex/jobscheduler/framework/java/android/os/
DPowerWhitelistManager.java285 public static final int REASON_PACKAGE_REPLACED = PowerExemptionManager.REASON_PACKAGE_REPLACED; field in PowerWhitelistManager
364 REASON_PACKAGE_REPLACED,
DPowerExemptionManager.java316 public static final int REASON_PACKAGE_REPLACED = 311; field in PowerExemptionManager
413 REASON_PACKAGE_REPLACED,
707 case REASON_PACKAGE_REPLACED: in reasonCodeToString()
/frameworks/base/services/core/java/com/android/server/pm/
DPackageManagerService.java101 import static android.os.PowerWhitelistManager.REASON_PACKAGE_REPLACED;
6320 getTemporaryAppAllowlistBroadcastOptions(REASON_PACKAGE_REPLACED) in handlePackagePostInstall()
21709 getTemporaryAppAllowlistBroadcastOptions(REASON_PACKAGE_REPLACED).toBundle()); in sendSystemPackageUpdatedBroadcastsInternal()