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

/frameworks/base/core/java/android/net/
H A DINetworkStatsService.aidl42 void setUidForeground(int uid, boolean uidForeground);
/frameworks/base/services/java/com/android/server/net/
H A DNetworkPolicyManagerService.java1720 boolean uidForeground = false;
1724 uidForeground = true;
1730 if (oldUidForeground != uidForeground) {
1732 mUidForeground.put(uid, uidForeground);
1800 final boolean uidForeground = isUidForeground(uid);
1804 if (!uidForeground && (uidPolicy & POLICY_REJECT_METERED_BACKGROUND) != 0) {
1808 if (!uidForeground && mRestrictBackground) {
1829 mNetworkStats.setUidForeground(uid, uidForeground);
H A DNetworkStatsService.java641 public void setUidForeground(int uid, boolean uidForeground) { argument
645 final int set = uidForeground ? SET_FOREGROUND : SET_DEFAULT;
/frameworks/base/services/tests/servicestests/src/com/android/server/
H A DNetworkPolicyManagerServiceTest.java879 private void expectSetUidForeground(int uid, boolean uidForeground) throws Exception { argument
880 mStatsService.setUidForeground(uid, uidForeground);

Completed in 1751 milliseconds