Searched refs:mRestrictedConnectionAllowedUids (Results 1 – 1 of 1) sorted by relevance
202 private Set<Integer> mRestrictedConnectionAllowedUids = new ArraySet<>(); field in WifiConnectivityManager651 mRestrictedConnectionAllowedUids, skipSufficiencyCheck); in handleScanResults()3244 || mRestrictedConnectionAllowedUids.size() != 0 || hasMultiInternetConnection()) in checkAllStatesAndEnableAutoJoin()3286 int size = mRestrictedConnectionAllowedUids.size(); in addRestrictionConnectionAllowedUid()3287 mRestrictedConnectionAllowedUids.add(uid); in addRestrictionConnectionAllowedUid()3300 mRestrictedConnectionAllowedUids.remove(uid); in removeRestrictionConnectionAllowedUid()3301 if (mRestrictedConnectionAllowedUids.size() == 0) { in removeRestrictionConnectionAllowedUid()