Searched refs:uidForeground (Results 1 – 4 of 4) sorted by relevance
53 void setUidForeground(int uid, boolean uidForeground); in setUidForeground() argument
871 private void expectSetUidForeground(int uid, boolean uidForeground) throws Exception { in expectSetUidForeground() argument872 mStatsService.setUidForeground(uid, uidForeground); in expectSetUidForeground()
704 public void setUidForeground(int uid, boolean uidForeground) { in setUidForeground() argument708 final int set = uidForeground ? SET_FOREGROUND : SET_DEFAULT; in setUidForeground()
2576 private void updateNetworkStats(int uid, boolean uidForeground) { in updateNetworkStats() argument2578 mNetworkStats.setUidForeground(uid, uidForeground); in updateNetworkStats()