Home
last modified time | relevance | path

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

/frameworks/base/telephony/java/android/telephony/
DPhoneNumberRange.java58 private final String mCountryCode; field in PhoneNumberRange
80 mCountryCode = countryCode; in PhoneNumberRange()
87 mCountryCode = in.readStringNoHelper(); in PhoneNumberRange()
95 dest.writeStringNoHelper(mCountryCode); in writeToParcel()
111 return Objects.equals(mCountryCode, that.mCountryCode) in equals()
119 return Objects.hash(mCountryCode, mPrefix, mLowerBound, mUpperBound); in hashCode()
125 + "mCountryCode='" + mCountryCode + '\'' in toString()
155 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.java71 private final String mCountryCode; field in SoftApManager
134 mCountryCode = countryCode; in SoftApManager()
191 pw.println("mCountryCode: " + mCountryCode); in dump()
251 if (TextUtils.isEmpty(mCountryCode)) { in startSoftAp()
260 mApInterfaceName, mCountryCode.toUpperCase(Locale.ROOT))) { in startSoftAp()
275 mWifiNative, mCountryCode, in startSoftAp()
DWifiInjector.java89 private final WifiCountryCode mCountryCode; field in WifiInjector
229 mCountryCode = new WifiCountryCode(mWifiNative, in WifiInjector()
308 this, mBackupManagerProxy, mCountryCode, mWifiNative, in WifiInjector()
423 return mCountryCode; in getWifiCountryCode()
537 mFrameworkFacade, mWifiNative, mCountryCode.getCountryCode(), callback, in makeSoftApManager()
DWifiServiceImpl.java175 private final WifiCountryCode mCountryCode; field in WifiServiceImpl
460 mCountryCode = mWifiInjector.getWifiCountryCode(); in WifiServiceImpl()
533 mCountryCode.airplaneModeEnabled(); in checkAndStartWifi()
2383 mCountryCode.setCountryCode(countryCode); in setCountryCode()
2399 String country = mCountryCode.getCountryCode(); in getCountryCode()
DClientModeImpl.java208 private final WifiCountryCode mCountryCode; field in ClientModeImpl
824 mCountryCode = countryCode; in ClientModeImpl()
1107 mCountryCode.enableVerboseLogging(verbose); in enableVerboseLogging()
2034 mCountryCode.dump(fd, pw, args); in dump()
3766 mCountryCode.setReadyForChange(true); in setupClientMode()
3818 mCountryCode.setReadyForChange(false); in stopClientMode()
4946 mCountryCode.setReadyForChange(false); in enter()
4972 mCountryCode.setReadyForChange(true); in exit()
/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.java349 @Mock WifiCountryCode mCountryCode; field in ClientModeImplTest
546 mUserManager, mWifiInjector, mBackupManagerProxy, mCountryCode, mWifiNative, in initializeCmi()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt35231 Landroid/location/Address;->mCountryCode:Ljava/lang/String;