Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/net/
DNetworkPolicyManagerService.java2787 updateRulesForPowerRestrictionsUL(uid); in updateUidStateUL()
2810 updateRulesForPowerRestrictionsUL(uid); in removeUidStateUL()
3011 final int newUidRules = updateRulesForPowerRestrictionsUL(uid, oldRules, paroled); in updateRulesForAppIdleParoleUL()
3115 updateRulesForPowerRestrictionsUL(uid); in updateRulesForAllAppsUL()
3139 updateRulesForPowerRestrictionsUL(uid); in updateRulesForTempWhitelistChangeUL()
3228 updateRulesForPowerRestrictionsUL(uid); in updateRestrictionRulesForUidUL()
3406 private void updateRulesForPowerRestrictionsUL(int uid) { in updateRulesForPowerRestrictionsUL() method
3409 final int newUidRules = updateRulesForPowerRestrictionsUL(uid, oldUidRules, false); in updateRulesForPowerRestrictionsUL()
3427 private int updateRulesForPowerRestrictionsUL(int uid, int oldUidRules, boolean paroled) { in updateRulesForPowerRestrictionsUL() method
3512 updateRulesForPowerRestrictionsUL(uid); in onAppIdleStateChanged()