HomeSort by relevance Sort by last modified time
    Searched refs:mTelephonyCountryCode (Results 1 - 2 of 2) sorted by null

  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WifiCountryCode.java 36 private String mTelephonyCountryCode = null;
87 mTelephonyCountryCode = null;
101 mTelephonyCountryCode = null;
104 mTelephonyCountryCode = null;
142 mTelephonyCountryCode = countryCode.toUpperCase();
175 if (mTelephonyCountryCode != null) {
176 return mTelephonyCountryCode;
  /frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
WifiCountryCodeTest.java 41 private String mTelephonyCountryCode = "JP";
83 mWifiCountryCode.setCountryCode(mTelephonyCountryCode, false);
90 assertEquals(mTelephonyCountryCode, mWifiCountryCode.getCurrentCountryCode());
103 mWifiCountryCode.setCountryCode(mTelephonyCountryCode, false);
107 assertEquals(mTelephonyCountryCode, mWifiCountryCode.getCurrentCountryCode());
121 mWifiCountryCode.setCountryCode(mTelephonyCountryCode, false);
127 assertEquals(mTelephonyCountryCode, mWifiCountryCode.getCurrentCountryCode());
136 mWifiCountryCode.setCountryCode(mTelephonyCountryCode, false);
141 assertEquals(mTelephonyCountryCode, mWifiCountryCode.getCurrentCountryCode());
145 assertEquals(mTelephonyCountryCode, mWifiCountryCode.getCurrentCountryCode())
    [all...]

Completed in 528 milliseconds