Searched refs:mSsidPatternMatcher (Results 1 – 1 of 1) sorted by relevance
129 private @Nullable PatternMatcher mSsidPatternMatcher; field in WifiNetworkSpecifier.Builder172 mSsidPatternMatcher = null; in Builder()195 mSsidPatternMatcher = ssidPattern; in setSsidPattern()476 if (mSsidPatternMatcher.getType() == PatternMatcher.PATTERN_LITERAL) { in buildWifiConfiguration()477 wifiConfiguration.SSID = "\"" + mSsidPatternMatcher.getPath() + "\""; in buildWifiConfiguration()488 return mSsidPatternMatcher != null || mBssidPatternMatcher != null; in hasSetAnyPattern()492 if (mSsidPatternMatcher == null) { in setMatchAnyPatternIfUnset()493 mSsidPatternMatcher = new PatternMatcher(MATCH_ALL_SSID_PATTERN_PATH, in setMatchAnyPatternIfUnset()502 if (mSsidPatternMatcher.getType() != PatternMatcher.PATTERN_PREFIX in hasSetMatchNonePattern()516 if ((mSsidPatternMatcher.match(MATCH_EMPTY_SSID_PATTERN_PATH)) in hasSetMatchAllPattern()[all …]