Searched refs:mSsidPatternMatcher (Results 1 – 1 of 1) sorted by relevance
152 private @Nullable PatternMatcher mSsidPatternMatcher; field in WifiNetworkSpecifier.Builder199 mSsidPatternMatcher = null; in Builder()223 mSsidPatternMatcher = ssidPattern; in setSsidPattern()245 mSsidPatternMatcher = new PatternMatcher(ssid, PatternMatcher.PATTERN_LITERAL); in setSsid()546 if (mSsidPatternMatcher.getType() == PatternMatcher.PATTERN_LITERAL) { in buildWifiConfiguration()547 wifiConfiguration.SSID = "\"" + mSsidPatternMatcher.getPath() + "\""; in buildWifiConfiguration()558 return mSsidPatternMatcher != null || mBssidPatternMatcher != null; in hasSetAnyPattern()562 if (mSsidPatternMatcher == null) { in setMatchAnyPatternIfUnset()563 mSsidPatternMatcher = new PatternMatcher(MATCH_ALL_SSID_PATTERN_PATH, in setMatchAnyPatternIfUnset()572 if (mSsidPatternMatcher.getType() != PatternMatcher.PATTERN_PREFIX in hasSetMatchNonePattern()[all …]