Searched refs:mCountryCode (Results 1 – 8 of 8) sorted by relevance
/frameworks/base/services/usb/java/com/android/server/usb/descriptors/ |
D | UsbHIDDescriptor.java | 29 private byte mCountryCode; // 4:1 country code of the localized hardware. field in UsbHIDDescriptor 48 return mCountryCode; in getCountryCode() 66 mCountryCode = stream.getByte(); in parseRawDescriptors()
|
/frameworks/base/location/java/android/location/ |
D | Address.java | 49 private String mCountryCode; field in Address 260 return mCountryCode; in getCountryCode() 268 mCountryCode = countryCode; in setCountryCode() 454 sb.append(mCountryCode); in toString() 508 a.mCountryCode = in.readString(); 555 parcel.writeString(mCountryCode); in writeToParcel()
|
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/ |
D | SoftApManager.java | 74 private final String mCountryCode; field in SoftApManager 125 mCountryCode = countryCode; in SoftApManager() 173 pw.println("mCountryCode: " + mCountryCode); in dump() 236 mWifiNative, mCountryCode, in startSoftAp() 245 if (mCountryCode != null) { in startSoftAp() 249 mApInterfaceName, mCountryCode.toUpperCase(Locale.ROOT)) in startSoftAp()
|
D | WifiInjector.java | 82 private final WifiCountryCode mCountryCode; field in WifiInjector 203 mCountryCode = new WifiCountryCode(mWifiNative, in WifiInjector() 266 this, mBackupManagerProxy, mCountryCode, mWifiNative, in WifiInjector() 363 return mCountryCode; in getWifiCountryCode() 466 mFrameworkFacade, mWifiNative, mCountryCode.getCountryCode(), callback, in makeSoftApManager()
|
D | WifiServiceImpl.java | 162 private final WifiCountryCode mCountryCode; field in WifiServiceImpl 455 mCountryCode = mWifiInjector.getWifiCountryCode(); in WifiServiceImpl() 527 mCountryCode.airplaneModeEnabled(); in checkAndStartWifi() 2163 mCountryCode.setCountryCode(countryCode); in setCountryCode() 2179 String country = mCountryCode.getCountryCode(); in getCountryCode()
|
D | WifiStateMachine.java | 195 private final WifiCountryCode mCountryCode; field in WifiStateMachine 817 mCountryCode = countryCode; in WifiStateMachine() 1084 mCountryCode.enableVerboseLogging(verbose); in enableVerboseLogging() 1885 mCountryCode.dump(fd, pw, args); in dump() 3678 mCountryCode.setReadyForChange(true); in setupClientMode() 3741 mCountryCode.setReadyForChange(false); in stopClientMode() 4734 mCountryCode.setReadyForChange(false); in enter() 4757 mCountryCode.setReadyForChange(true); in exit()
|
/frameworks/base/services/tests/servicestests/src/com/android/server/location/ |
D | LocationBasedCountryDetectorTest.java | 157 private String mCountryCode; field in LocationBasedCountryDetectorTest.CountryListenerImpl 161 mCountryCode = country.getCountryIso(); in onCountryDetected() 170 return mCountryCode; in getCountry()
|
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/ |
D | WifiStateMachineTest.java | 347 @Mock WifiCountryCode mCountryCode; field in WifiStateMachineTest 497 mUserManager, mWifiInjector, mBackupManagerProxy, mCountryCode, mWifiNative, in initializeWsm()
|