Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/net/
DNetworkPolicyManagerService.java685 private final SparseBooleanArray mRestrictBackgroundAllowlistRevokedUids = field in NetworkPolicyManagerService
1022 + mRestrictBackgroundAllowlistRevokedUids.get(uid)); in addDefaultRestrictBackgroundAllowlistUidsUL()
1023 if (!mRestrictBackgroundAllowlistRevokedUids.get(uid)) { in addDefaultRestrictBackgroundAllowlistUidsUL()
2871 mRestrictBackgroundAllowlistRevokedUids.put(uid, true);
3053 int size = mRestrictBackgroundAllowlistRevokedUids.size();
3055 final int uid = mRestrictBackgroundAllowlistRevokedUids.keyAt(i);
3149 && !mRestrictBackgroundAllowlistRevokedUids.get(uid)) {
3152 mRestrictBackgroundAllowlistRevokedUids.append(uid, true);
3222 for (int i = mRestrictBackgroundAllowlistRevokedUids.size() - 1; i >= 0; i--) {
3223 final int uid = mRestrictBackgroundAllowlistRevokedUids.keyAt(i);
[all …]