Searched refs:tempAllowListType (Results 1 – 2 of 2) sorted by relevance
/aosp12/frameworks/base/apex/jobscheduler/framework/java/com/android/server/ |
H A D | DeviceIdleInternal.java | 48 long durationMs, @TempAllowListType int tempAllowListType, int userId, boolean sync, in addPowerSaveTempWhitelistApp() argument
|
/aosp12/frameworks/base/apex/jobscheduler/service/java/com/android/server/ |
H A D | DeviceIdleController.java | 2061 long durationMs, @TempAllowListType int tempAllowListType, int userId, boolean sync, in addPowerSaveTempWhitelistApp() argument 2064 tempAllowListType, userId, sync, reasonCode, reason); in addPowerSaveTempWhitelistApp() 2069 @TempAllowListType int tempAllowListType, boolean sync, @ReasonCode int reasonCode, in addPowerSaveTempWhitelistAppDirect() argument 2072 tempAllowListType, sync, reasonCode, reason); in addPowerSaveTempWhitelistAppDirect() 2868 long durationMs, @TempAllowListType int tempAllowListType, int userId, boolean sync, in addPowerSaveTempAllowlistAppInternal() argument 2873 tempAllowListType, sync, reasonCode, reason); in addPowerSaveTempAllowlistAppInternal() 2883 long duration, @TempAllowListType int tempAllowListType, boolean sync, in addPowerSaveTempWhitelistAppDirectInternal() argument 2909 updateTempWhitelistAppIdsLocked(uid, true, duration, tempAllowListType, in addPowerSaveTempWhitelistAppDirectInternal() 2926 duration, tempAllowListType, reasonCode, reason, callingUid); in addPowerSaveTempWhitelistAppDirectInternal()
|