Home
last modified time | relevance | path

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

/aosp14/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()
/aosp14/frameworks/base/core/java/android/app/
H A DBroadcastOptions.java38 import android.os.PowerExemptionManager.TempAllowListType;
52 private @TempAllowListType int mTemporaryAppAllowlistType;
402 public void setTemporaryAppAllowlist(long duration, @TempAllowListType int type, in setTemporaryAppAllowlist()
441 public @TempAllowListType int getTemporaryAppAllowlistType() { in getTemporaryAppAllowlistType()
H A DActivityManagerInternal.java44 import android.os.PowerExemptionManager.TempAllowListType;
167 IBinder allowlistToken, long duration, @TempAllowListType int type, in setPendingIntentAllowlistDuration()
206 boolean adding, long durationMs, @TempAllowListType int type, in updateDeviceIdleTempAllowlist()
926 public abstract @TempAllowListType int getPushMessagingOverQuotaBehavior(); in getPushMessagingOverQuotaBehavior()
/aosp14/frameworks/base/apex/jobscheduler/framework/java/android/os/
H A DPowerWhitelistManager.java101 public @interface TempAllowListType {} annotation in PowerWhitelistManager
H A DPowerExemptionManager.java120 public @interface TempAllowListType {} annotation in PowerExemptionManager
/aosp14/frameworks/base/apex/jobscheduler/service/java/com/android/server/
H A DDeviceIdleController.java68 import android.os.PowerExemptionManager.TempAllowListType;
2259 long durationMs, @TempAllowListType int tempAllowListType, int userId, boolean sync, in addPowerSaveTempWhitelistApp()
2267 @TempAllowListType int tempAllowListType, boolean sync, @ReasonCode int reasonCode, in addPowerSaveTempWhitelistAppDirect()
2323 public @TempAllowListType int getTempAllowListType(@ReasonCode int reasonCode, in getTempAllowListType()
2324 @TempAllowListType int defaultType) { in getTempAllowListType()
3062 private @TempAllowListType int getTempAllowListType(@ReasonCode int reasonCode, in getTempAllowListType()
3063 @TempAllowListType int defaultType) { in getTempAllowListType()
3090 @TempAllowListType int type = getTempAllowListType(reasonCode, in addPowerSaveTempAllowlistAppChecked()
3127 long durationMs, @TempAllowListType int tempAllowListType, int userId, boolean sync, in addPowerSaveTempAllowlistAppInternal()
3142 long duration, @TempAllowListType int tempAllowListType, boolean sync, in addPowerSaveTempWhitelistAppDirectInternal()
[all …]
/aosp14/frameworks/base/services/core/java/com/android/server/am/
H A DBroadcastQueueImpl.java65 import android.os.PowerExemptionManager.TempAllowListType;
939 final @TempAllowListType int type = brOptions.getTemporaryAppAllowlistType(); in maybeScheduleTempAllowlistLocked()
H A DActivityManagerConstants.java673 volatile @PowerExemptionManager.TempAllowListType int mPushMessagingOverQuotaBehavior =
H A DActivityManagerService.java340 import android.os.PowerExemptionManager.TempAllowListType;
16801 String reason, @TempAllowListType int type, int callingUid) { in tempAllowlistUidLocked()
17780 boolean adding, long durationMs, @TempAllowListType int type, in updateDeviceIdleTempAllowlist()
18852 public @TempAllowListType int getPushMessagingOverQuotaBehavior() { in getPushMessagingOverQuotaBehavior()