Searched defs:mLastSetCountryCode (Results 1 - 1 of 1) sorted by relevance

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/p2p/
H A DWifiP2pServiceImpl.java210 private String mLastSetCountryCode; field in class:WifiP2pServiceImpl
1169 if (mLastSetCountryCode == null ||
1170 countryCode.equals(mLastSetCountryCode) == false) {
1172 mLastSetCountryCode = countryCode;
1202 mLastSetCountryCode = null;

Completed in 127 milliseconds