Searched refs:setUidForeground (Results 1 – 5 of 5) sorted by relevance
31 public abstract void setUidForeground(int uid, boolean uidForeground); in setUidForeground() method in NetworkStatsManagerInternal
926 void setUidForeground(int uid, boolean uidForeground) { in setUidForeground() method1646 public void setUidForeground(int uid, boolean uidForeground) { in setUidForeground() method in NetworkStatsManagerInternalImpl1647 NetworkStatsService.this.setUidForeground(uid, uidForeground); in setUidForeground()
3728 mNetworkStats.setUidForeground(uid, uidForeground); in updateNetworkStats()
329 mService.setUidForeground(UID_RED, false);331 mService.setUidForeground(UID_RED, true);875 mService.setUidForeground(UID_RED, true);
20634 HSPLcom/android/server/net/NetworkStatsService$NetworkStatsManagerInternalImpl;->setUidForeground(I…20718 HSPLcom/android/server/net/NetworkStatsService;->setUidForeground(IZ)V