/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/ |
H A D | WifiCountryCode.java | 197 public static boolean isValid(String countryCode) { in isValid() 209 void onDriverCountryCodeChanged(String countryCode); in onDriverCountryCodeChanged() 279 public synchronized void setOverrideCountryCode(String countryCode) { in setOverrideCountryCode() 311 private void setTelephonyCountryCode(String countryCode) { in setTelephonyCountryCode() 334 public boolean setTelephonyCountryCodeAndUpdate(String countryCode) { in setTelephonyCountryCodeAndUpdate() 382 public synchronized void setDefaultCountryCode(String countryCode) { in setDefaultCountryCode()
|
H A D | ScanOnlyModeImpl.java | 53 public boolean setCountryCode(String countryCode) { in setCountryCode()
|
H A D | SoftApManager.java | 306 String countryCode, in SoftApManager() 580 public boolean updateCountryCode(@NonNull String countryCode) { in updateCountryCode() 946 String countryCode = (String) message.obj; in processMessage() local 1522 String countryCode = (String) message.obj; in processMessage() local 1528 + mCountryCode + " to " + countryCode); in processMessage() local
|
H A D | ClientModeDefaults.java | 192 default boolean setCountryCode(String countryCode) { in setCountryCode()
|
/aosp12/packages/apps/Dialer/java/com/android/dialer/smartdial/util/ |
H A D | SmartDialPrefix.java | 233 String countryCode = ""; in parsePhoneNumber() local 294 private static boolean isValidCountryCode(String countryCode) { in isValidCountryCode() 588 final String countryCode; field in SmartDialPrefix.PhoneNumberTokens 596 public PhoneNumberTokens(String countryCode, int countryCodeOffset, int nanpCodeOffset) { in PhoneNumberTokens()
|
/aosp12/frameworks/base/telephony/common/com/android/internal/telephony/ |
H A D | SmsNumberUtils.java | 113 public int countryCode; field in SmsNumberUtils.NumberEntry 205 int countryCode = numberEntry.countryCode; in formatNumber() local 414 int countryCode = -1; in checkInternationalNumberPlan() local 462 int countryCode = -1; in getCountryCode() local 507 int countryCode = cursor.getInt(0); in getAllCountryCodes() local 526 int countryCode = numberEntry.countryCode; in inExceptionListForNpCcAreaLocal() local
|
/aosp12/system/connectivity/wificond/aidl/android/net/wifi/nl80211/ |
H A D | IWificondEventCallback.aidl | 24 oneway void OnRegDomainChanged(@utf8InCpp String countryCode); in OnRegDomainChanged()
|
/aosp12/packages/apps/Contacts/src/com/android/contacts/compat/ |
H A D | PhoneNumberFormattingTextWatcherCompat.java | 21 public static PhoneNumberFormattingTextWatcher newInstance(String countryCode) { in newInstance()
|
/aosp12/packages/apps/Dialer/java/com/android/dialer/assisteddialing/ui/ |
H A D | AssistedDialingSettingFragment.java | 48 CharSequence countryDisplayName, CharSequence countryCode) { in create() 57 abstract CharSequence countryCode(); in countryCode() method in AssistedDialingSettingFragment.DisplayNameAndCountryCodeTuple
|
/aosp12/packages/apps/Dialer/java/com/android/dialer/assisteddialing/ |
H A D | CountryCodeProvider.java | 61 public boolean isSupportedCountryCode(String countryCode) { in isSupportedCountryCode()
|
/aosp12/packages/apps/Dialer/java/com/android/incallui/contactgrid/ |
H A D | TopRow.java | 197 String countryCode = in getLabelForDialing() local 220 String countryCode = in getLabelForDialing() local
|
/aosp12/packages/apps/Contacts/src/com/android/contacts/util/ |
H A D | PhoneNumberFormatter.java | 40 String countryCode, TextView textView, boolean formatAfterWatcherSet) { in TextWatcherLoadAsyncTask()
|
/aosp12/packages/apps/Settings/src/com/android/settings/wifi/tether/ |
H A D | WifiTetherApBandPreferenceController.java | 129 final String countryCode = mWifiManager.getCountryCode(); in is5GhzBandSupported() local
|
/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/util/ |
H A D | ReverseGeocoder.java | 193 String countryCode = addr1CountryCode; in computeAddress() local 245 String countryCode = addr1CountryCode; in computeAddress() local
|
/aosp12/frameworks/base/telephony/java/android/telephony/ |
H A D | PhoneNumberRange.java | 72 public PhoneNumberRange(@NonNull String countryCode, @NonNull String prefix, in PhoneNumberRange()
|
H A D | PhoneNumberFormattingTextWatcher.java | 71 public PhoneNumberFormattingTextWatcher(String countryCode) { in PhoneNumberFormattingTextWatcher()
|
/aosp12/packages/apps/Car/Settings/src/com/android/car/settings/wifi/ |
H A D | WifiTetherApBandPreferenceController.java | 160 String countryCode = getCarWifiManager().getCountryCode(); in is5GhzBandSupported() local
|
/aosp12/frameworks/opt/timezonepicker/src/com/android/timezonepicker/ |
H A D | TimeZoneData.java | 386 final String countryCode = fields[0]; in loadTzsInZoneTab() local 482 private String getCountryNames(String lang, String countryCode) { in getCountryNames()
|
/aosp12/packages/apps/Dialer/java/com/android/dialer/calldetails/ |
H A D | CallDetailsHeaderViewHolder.java | 129 private void updateAssistedDialingText(Integer countryCode) { in updateAssistedDialingText()
|
/aosp12/packages/apps/Dialer/java/com/android/dialer/dialpadview/ |
H A D | DialpadFragment.java | 549 public static void setCurrentCountryIsoForTesting(String countryCode) { in setCurrentCountryIsoForTesting() 1926 public DialerPhoneNumberFormattingTextWatcher doInBackground(@Nullable String countryCode) { in doInBackground() 2054 private final String countryCode; field in DialpadFragment.DialerPhoneNumberFormattingTextWatcher 2056 DialerPhoneNumberFormattingTextWatcher(String countryCode) { in DialerPhoneNumberFormattingTextWatcher()
|
/aosp12/packages/apps/Contacts/src/com/android/contacts/model/ |
H A D | SimCard.java | 73 CharSequence displayName, String phoneNumber, String countryCode) { in SimCard()
|
/aosp12/packages/modules/Wifi/framework/java/android/net/wifi/rtt/ |
H A D | CivicLocation.java | 72 public CivicLocation(@Nullable byte[] civicTLVs, @Nullable String countryCode) { in CivicLocation()
|
/aosp12/packages/modules/Wifi/framework/tests/src/android/net/wifi/rtt/ |
H A D | ResponderLocationTest.java | 496 String countryCode = responderLocation.getCivicLocationCountryCode(); in testLcrTestCivicLocationAddress() local
|
/aosp12/frameworks/base/location/java/android/location/ |
H A D | Address.java | 267 public void setCountryCode(String countryCode) { in setCountryCode()
|
/aosp12/frameworks/base/wifi/java/src/android/net/wifi/nl80211/ |
H A D | WifiNl80211Manager.java | 126 void onCountryCodeChanged(@NonNull String countryCode); in onCountryCodeChanged() 190 public void OnRegDomainChanged(String countryCode) { in OnRegDomainChanged()
|