Home
last modified time | relevance | path

Searched refs:mRestrictBackgroundAllowlistRevokedUids (Results 1 – 1 of 1) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/net/
H A DNetworkPolicyManagerService.java600 private final SparseBooleanArray mRestrictBackgroundAllowlistRevokedUids = field in NetworkPolicyManagerService
912 + 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 …]