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

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DWifiStateMachine.java715 private volatile String mPersistedCountryCode; field in class:WifiStateMachine
2440 pw.println("mPersistedCountryCode " + mPersistedCountryCode);
4753 String countryCode = mPersistedCountryCode;
4759 // to the driver happened between mPersistedCountryCode getting set
5471 mPersistedCountryCode = country;

Completed in 44 milliseconds