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

/frameworks/base/services/core/java/com/android/server/net/
H A DNetworkStatsManagerInternal.java30 public abstract void setUidForeground(int uid, boolean uidForeground); method in class:NetworkStatsManagerInternal
H A DNetworkStatsService.java834 void setUidForeground(int uid, boolean uidForeground) { method in class:NetworkStatsService
1420 public void setUidForeground(int uid, boolean uidForeground) { method in class:NetworkStatsService.NetworkStatsManagerInternalImpl
1421 NetworkStatsService.this.setUidForeground(uid, uidForeground);
H A DNetworkPolicyManagerService.java3520 mNetworkStats.setUidForeground(uid, uidForeground);
/frameworks/base/tests/net/java/com/android/server/net/
H A DNetworkStatsServiceTest.java317 mService.setUidForeground(UID_RED, false);
319 mService.setUidForeground(UID_RED, true);
783 mService.setUidForeground(UID_RED, true);

Completed in 567 milliseconds