Searched refs:uidForeground (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/core/java/android/net/
H A DINetworkStatsService.aidl50 void setUidForeground(int uid, boolean uidForeground);
/frameworks/base/services/tests/servicestests/src/com/android/server/
H A DNetworkPolicyManagerServiceTest.java899 private void expectSetUidForeground(int uid, boolean uidForeground) throws Exception { argument
900 mStatsService.setUidForeground(uid, uidForeground);
/frameworks/base/services/core/java/com/android/server/net/
H A DNetworkPolicyManagerService.java2264 final boolean uidForeground = isUidForegroundLocked(uid);
2269 if (!uidForeground && (uidPolicy & POLICY_REJECT_METERED_BACKGROUND) != 0) {
2273 if (!uidForeground) {
2280 if (!whitelisted && !uidForeground
2318 mNetworkStats.setUidForeground(uid, uidForeground);
H A DNetworkStatsService.java699 public void setUidForeground(int uid, boolean uidForeground) { argument
703 final int set = uidForeground ? SET_FOREGROUND : SET_DEFAULT;

Completed in 73 milliseconds