Home
last modified time | relevance | path

Searched refs:mSsidPatternMatcher (Results 1 – 1 of 1) sorted by relevance

/aosp12/packages/modules/Wifi/framework/java/android/net/wifi/
H A DWifiNetworkSpecifier.java129 private @Nullable PatternMatcher mSsidPatternMatcher; field in WifiNetworkSpecifier.Builder
172 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 …]