Home
last modified time | relevance | path

Searched refs:TempAllowListType (Results 1 – 9 of 9) sorted by relevance

/aosp12/frameworks/base/apex/jobscheduler/framework/java/com/android/server/
H A DDeviceIdleInternal.java22 import android.os.PowerExemptionManager.TempAllowListType;
48 long durationMs, @TempAllowListType int tempAllowListType, int userId, boolean sync, in addPowerSaveTempWhitelistApp()
63 @TempAllowListType int type, boolean sync, @ReasonCode int reasonCode, in addPowerSaveTempWhitelistAppDirect()
106 @TempAllowListType int getTempAllowListType(@ReasonCode int reasonCode, in getTempAllowListType()
107 @TempAllowListType int defaultType); in getTempAllowListType()
/aosp12/frameworks/base/core/java/android/app/
H A DBroadcastOptions.java28 import android.os.PowerExemptionManager.TempAllowListType;
39 private @TempAllowListType int mTemporaryAppAllowlistType;
168 public void setTemporaryAppAllowlist(long duration, @TempAllowListType int type, in setTemporaryAppAllowlist()
207 public @TempAllowListType int getTemporaryAppAllowlistType() { in getTemporaryAppAllowlistType()
H A DActivityManagerInternal.java37 import android.os.PowerExemptionManager.TempAllowListType;
133 IBinder allowlistToken, long duration, @TempAllowListType int type, in setPendingIntentAllowlistDuration()
172 boolean adding, long durationMs, @TempAllowListType int type, in updateDeviceIdleTempAllowlist()
640 public abstract @TempAllowListType int getPushMessagingOverQuotaBehavior(); in getPushMessagingOverQuotaBehavior()
/aosp12/frameworks/base/apex/jobscheduler/service/java/com/android/server/
H A DDeviceIdleController.java64 import android.os.PowerExemptionManager.TempAllowListType;
2061 long durationMs, @TempAllowListType int tempAllowListType, int userId, boolean sync, in addPowerSaveTempWhitelistApp()
2069 @TempAllowListType int tempAllowListType, boolean sync, @ReasonCode int reasonCode, in addPowerSaveTempWhitelistAppDirect()
2125 public @TempAllowListType int getTempAllowListType(@ReasonCode int reasonCode, in getTempAllowListType()
2126 @TempAllowListType int defaultType) { in getTempAllowListType()
2803 private @TempAllowListType int getTempAllowListType(@ReasonCode int reasonCode, in getTempAllowListType()
2804 @TempAllowListType int defaultType) { in getTempAllowListType()
2831 @TempAllowListType int type = getTempAllowListType(reasonCode, in addPowerSaveTempAllowlistAppChecked()
2868 long durationMs, @TempAllowListType int tempAllowListType, int userId, boolean sync, in addPowerSaveTempAllowlistAppInternal()
2883 long duration, @TempAllowListType int tempAllowListType, boolean sync, in addPowerSaveTempWhitelistAppDirectInternal()
[all …]
/aosp12/frameworks/base/apex/jobscheduler/framework/java/android/os/
H A DPowerWhitelistManager.java101 public @interface TempAllowListType {} annotation in PowerWhitelistManager
H A DPowerExemptionManager.java110 public @interface TempAllowListType {} annotation in PowerExemptionManager
/aosp12/frameworks/base/services/core/java/com/android/server/am/
H A DBroadcastQueue.java56 import android.os.PowerExemptionManager.TempAllowListType;
929 final @TempAllowListType int type = brOptions.getTemporaryAppAllowlistType(); in maybeScheduleTempAllowlistLocked()
H A DActivityManagerConstants.java473 volatile @PowerExemptionManager.TempAllowListType int mPushMessagingOverQuotaBehavior =
H A DActivityManagerService.java268 import android.os.PowerExemptionManager.TempAllowListType;
14765 String reason, @TempAllowListType int type, int callingUid) { in tempAllowlistUidLocked()
15468 boolean adding, long durationMs, @TempAllowListType int type, in updateDeviceIdleTempAllowlist()
16383 public @TempAllowListType int getPushMessagingOverQuotaBehavior() {