Home
last modified time | relevance | path

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

/frameworks/base/telephony/java/android/telephony/
DPhoneNumberRange.java59 private final String mCountryCode; field in PhoneNumberRange
81 mCountryCode = countryCode; in PhoneNumberRange()
88 mCountryCode = in.readString(); in PhoneNumberRange()
96 dest.writeString(mCountryCode); in writeToParcel()
112 return Objects.equals(mCountryCode, that.mCountryCode) in equals()
120 return Objects.hash(mCountryCode, mPrefix, mLowerBound, mUpperBound); in hashCode()
127 + "mCountryCode='" + mCountryCode + '\'' in toString()
157 String prefixWithCountryCode = mCountryCode + mPrefix; in matches()
/frameworks/base/wifi/java/android/net/wifi/rtt/
DCivicLocation.java59 private final String mCountryCode; // Two character country code (ISO 3166 standard). field in CivicLocation
73 this.mCountryCode = countryCode; in CivicLocation()
90 mCountryCode = in.readString(); in CivicLocation()
114 parcel.writeString(mCountryCode); in writeToParcel()
214 String addressLine4 = mCountryCode; in toAddress()
231 address.setCountryCode(mCountryCode); // Country in toAddress()
262 && Objects.equals(mCountryCode, other.mCountryCode) in equals()
270 return Objects.hash(mIsValid, mCountryCode, civicAddressKeys, civicAddressValues); in hashCode()
/frameworks/base/services/usb/java/com/android/server/usb/descriptors/
DUsbHIDDescriptor.java29 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/
DAddress.java49 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/
DSoftApManager.java76 private final String mCountryCode; field in SoftApManager
142 mCountryCode = countryCode; in SoftApManager()
200 pw.println("mCountryCode: " + mCountryCode); in dump()
260 if (TextUtils.isEmpty(mCountryCode)) { in startSoftAp()
269 mApInterfaceName, mCountryCode.toUpperCase(Locale.ROOT))) { in startSoftAp()
284 mWifiNative, mCountryCode, in startSoftAp()
DWifiInjector.java91 private final WifiCountryCode mCountryCode; field in WifiInjector
237 mCountryCode = new WifiCountryCode(mWifiNative, in WifiInjector()
317 this, mBackupManagerProxy, mCountryCode, mWifiNative, in WifiInjector()
432 return mCountryCode; in getWifiCountryCode()
546 mFrameworkFacade, mWifiNative, mCountryCode.getCountryCode(), callback, in makeSoftApManager()
DClientModeImpl.java215 private final WifiCountryCode mCountryCode; field in ClientModeImpl
837 mCountryCode = countryCode; in ClientModeImpl()
1124 mCountryCode.enableVerboseLogging(verbose); in enableVerboseLogging()
2055 mCountryCode.dump(fd, pw, args); in dump()
3794 mCountryCode.setReadyForChange(true); in setupClientMode()
3844 mCountryCode.setReadyForChange(false); in stopClientMode()
5008 mCountryCode.setReadyForChange(false); in enter()
5034 mCountryCode.setReadyForChange(true); in exit()
DWifiServiceImpl.java176 private final WifiCountryCode mCountryCode; field in WifiServiceImpl
461 mCountryCode = mWifiInjector.getWifiCountryCode(); in WifiServiceImpl()
2425 mCountryCode.setCountryCode(countryCode); in setCountryCode()
2441 String country = mCountryCode.getCountryCode(); in getCountryCode()
/frameworks/base/services/tests/servicestests/src/com/android/server/location/
DLocationBasedCountryDetectorTest.java157 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/
DClientModeImplTest.java356 @Mock WifiCountryCode mCountryCode; field in ClientModeImplTest
557 mUserManager, mWifiInjector, mBackupManagerProxy, mCountryCode, mWifiNative, in initializeCmi()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt32913 Landroid/location/Address;->mCountryCode:Ljava/lang/String;