Searched defs:mUidForeground (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/java/com/android/server/net/
H A DNetworkPolicyManagerService.java231 private SparseBooleanArray mUidForeground = new SparseBooleanArray(); field in class:NetworkPolicyManagerService
1247 collectKeys(mUidForeground, knownUids);
1291 return mUidForeground.get(uid, false) && mScreenOn;
1312 final boolean oldUidForeground = mUidForeground.get(uid, false);
1315 mUidForeground.put(uid, uidForeground);
1336 final int size = mUidForeground.size();
1338 if (mUidForeground.valueAt(i)) {
1339 final int uid = mUidForeground.keyAt(i);

Completed in 95 milliseconds