Searched refs:mSsidPatternMatcher (Results 1 – 1 of 1) sorted by relevance
151 private @Nullable PatternMatcher mSsidPatternMatcher; field in WifiNetworkSpecifier.Builder196 mSsidPatternMatcher = null; in Builder()220 mSsidPatternMatcher = ssidPattern; in setSsidPattern()242 mSsidPatternMatcher = new PatternMatcher(ssid, PatternMatcher.PATTERN_LITERAL); in setSsid()530 if (mSsidPatternMatcher.getType() == PatternMatcher.PATTERN_LITERAL) { in buildWifiConfiguration()531 wifiConfiguration.SSID = "\"" + mSsidPatternMatcher.getPath() + "\""; in buildWifiConfiguration()542 return mSsidPatternMatcher != null || mBssidPatternMatcher != null; in hasSetAnyPattern()546 if (mSsidPatternMatcher == null) { in setMatchAnyPatternIfUnset()547 mSsidPatternMatcher = new PatternMatcher(MATCH_ALL_SSID_PATTERN_PATH, in setMatchAnyPatternIfUnset()556 if (mSsidPatternMatcher.getType() != PatternMatcher.PATTERN_PREFIX in hasSetMatchNonePattern()[all …]