Home | History | Annotate | Download | only in net

Lines Matching refs:oldStatus

2017         final boolean oldStatus;
2020 oldStatus = mRestrictBackgroundWhitelistUids.get(uid);
2021 if (oldStatus) {
2041 int changed = (mRestrictBackground && !oldStatus && needFirewallRules) ? 1 : 0;
2063 final boolean oldStatus = mRestrictBackgroundWhitelistUids.get(uid);
2064 if (!oldStatus && !uidDeleted) {
2069 if (oldStatus) {