Searched refs:mRestrictBackgroundAllowlistRevokedUids (Results 1 – 1 of 1) sorted by relevance
600 private final SparseBooleanArray mRestrictBackgroundAllowlistRevokedUids = field in NetworkPolicyManagerService912 + mRestrictBackgroundAllowlistRevokedUids.get(uid)); in addDefaultRestrictBackgroundAllowlistUidsUL()913 if (!mRestrictBackgroundAllowlistRevokedUids.get(uid)) { in addDefaultRestrictBackgroundAllowlistUidsUL()2643 mRestrictBackgroundAllowlistRevokedUids.put(uid, true);2825 int size = mRestrictBackgroundAllowlistRevokedUids.size();2827 final int uid = mRestrictBackgroundAllowlistRevokedUids.keyAt(i);2918 && !mRestrictBackgroundAllowlistRevokedUids.get(uid)) {2921 mRestrictBackgroundAllowlistRevokedUids.append(uid, true);2990 final int uid = mRestrictBackgroundAllowlistRevokedUids.keyAt(i);2992 mRestrictBackgroundAllowlistRevokedUids.removeAt(i);[all …]