Searched refs:setUidForeground (Results 1 – 5 of 5) sorted by relevance
30 public abstract void setUidForeground(int uid, boolean uidForeground); in setUidForeground() method in NetworkStatsManagerInternal
834 void setUidForeground(int uid, boolean uidForeground) { in setUidForeground() method1420 public void setUidForeground(int uid, boolean uidForeground) { in setUidForeground() method in NetworkStatsManagerInternalImpl1421 NetworkStatsService.this.setUidForeground(uid, uidForeground); in setUidForeground()
3520 mNetworkStats.setUidForeground(uid, uidForeground); in updateNetworkStats()
317 mService.setUidForeground(UID_RED, false); in testStatsRebootPersist()319 mService.setUidForeground(UID_RED, true); in testStatsRebootPersist()783 mService.setUidForeground(UID_RED, true); in testForegroundBackground()
889 HSPLcom/android/server/net/NetworkStatsManagerInternal;->setUidForeground(IZ)V