| /packages/modules/Uwb/service/java/com/android/server/uwb/ |
| D | UwbCountryCode.java | 114 public String countryCode; field in UwbCountryCode.TelephonyCountryCodeSlotInfo 147 public void onActiveCountryCodeChanged(@NonNull String countryCode) { in onActiveCountryCodeChanged() 212 String countryCode; in initialize() local 232 private void setTelephonyCountryCodeAndLastKnownCountryCode(int slotIdx, String countryCode, in setTelephonyCountryCodeAndLastKnownCountryCode() 258 private void setWifiCountryCode(String countryCode) { in setWifiCountryCode() 271 private void setLocationCountryCode(String countryCode) { in setLocationCountryCode() 369 public static boolean isValid(String countryCode) { in isValid() 381 public synchronized void setOverrideCountryCode(String countryCode) { in setOverrideCountryCode()
|
| D | UwbServiceCore.java | 354 public void onCountryCodeChanged(@Nullable String countryCode) { in onCountryCodeChanged() 364 countryCode, in onCountryCodeChanged() local 613 private int computeAdapterState(String countryCode, Optional<Integer> setCountryCodeStatus) { in computeAdapterState() 854 String countryCode = setCountryCodeResult.second; in handleEnable() local 858 countryCode, in handleEnable() local 912 String countryCode, Optional<Integer> setCountryCodeStatus) { in computeAndNotifyAdapterStateChange()
|
| /packages/modules/Wifi/service/java/com/android/server/wifi/ |
| D | WifiCountryCode.java | 244 public static boolean isValid(String countryCode) { in isValid() 256 default void onCountryCodeChangePending(@NonNull String countryCode) {}; in onCountryCodeChangePending() 261 void onDriverCountryCodeChanged(String countryCode); in onDriverCountryCodeChanged() 382 public synchronized void setOverrideCountryCode(String countryCode) { in setOverrideCountryCode() 404 private void setTelephonyCountryCode(String countryCode) { in setTelephonyCountryCode() 427 public boolean setTelephonyCountryCodeAndUpdate(String countryCode) { in setTelephonyCountryCodeAndUpdate() 464 String countryCode = findCountryCodeFromScanResults(scanDetails); in updateCountryCodeFromScanResults() local 493 String countryCode = networkDetail.getCountryCode(); in findCountryCodeFromScanResults() local 597 public synchronized void setDefaultCountryCode(String countryCode) { in setDefaultCountryCode()
|
| D | SoftApModeConfiguration.java | 45 SoftApCapability capability, @Nullable String countryCode) { in SoftApModeConfiguration()
|
| D | ScanOnlyModeImpl.java | 53 public boolean setCountryCode(String countryCode) { in setCountryCode()
|
| D | SoftApManager.java | 686 public boolean updateCountryCode(@NonNull String countryCode) { in updateCountryCode() 1226 String countryCode = (String) message.obj; in processMessageImpl() local 1925 String countryCode = (String) message.obj; in processMessageImpl() local 1931 + mCountryCode + " to " + countryCode); in processMessageImpl() local
|
| /packages/apps/Dialer/java/com/android/dialer/smartdial/util/ |
| 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()
|
| /packages/modules/Uwb/service/java/com/android/server/uwb/discovery/info/ |
| D | RegulatoryInfo.java | 73 public final String countryCode; field in RegulatoryInfo 120 String countryCode = new String(countryCodeBytes, StandardCharsets.UTF_8); in fromBytes() local 236 String countryCode, in RegulatoryInfo()
|
| /packages/apps/Contacts/src/com/android/contacts/compat/ |
| D | PhoneNumberFormattingTextWatcherCompat.java | 21 public static PhoneNumberFormattingTextWatcher newInstance(String countryCode) { in newInstance()
|
| /packages/modules/Wifi/framework/java/android/net/wifi/ |
| D | IOnWifiDriverCountryCodeChangedListener.aidl | 25 void onDriverCountryCodeChanged(String countryCode); in onDriverCountryCodeChanged()
|
| D | SoftApCapability.java | 196 public void setCountryCode(String countryCode) { in setCountryCode()
|
| /packages/apps/Dialer/java/com/android/dialer/assisteddialing/ui/ |
| D | AssistedDialingSettingFragment.java | 48 CharSequence countryDisplayName, CharSequence countryCode) { in create() 57 abstract CharSequence countryCode(); in countryCode() method in AssistedDialingSettingFragment.DisplayNameAndCountryCodeTuple
|
| /packages/apps/Dialer/java/com/android/incallui/contactgrid/ |
| D | TopRow.java | 197 String countryCode = in getLabelForDialing() local 220 String countryCode = in getLabelForDialing() local
|
| /packages/modules/Wifi/service/java/com/android/server/wifi/hal/ |
| D | IWifiApIface.java | 54 boolean setCountryCode(byte[] countryCode); in setCountryCode()
|
| D | WifiApIfaceHidlImpl.java | 74 public boolean setCountryCode(byte[] countryCode) { in setCountryCode() 159 private boolean setCountryCodeInternal(String methodStr, byte[] countryCode) { in setCountryCodeInternal()
|
| D | WifiApIface.java | 92 public boolean setCountryCode(String countryCode) { in setCountryCode()
|
| D | WifiApIfaceAidlImpl.java | 117 public boolean setCountryCode(byte[] countryCode) { in setCountryCode()
|
| /packages/apps/Dialer/java/com/android/dialer/assisteddialing/ |
| D | CountryCodeProvider.java | 61 public boolean isSupportedCountryCode(String countryCode) { in isSupportedCountryCode()
|
| /packages/modules/Uwb/indev_uwb_adaptation/java/com/android/server/uwb/indev/ |
| D | UwbServiceCore.java | 218 public boolean setCountryCode(byte[] countryCode) { in setCountryCode() 266 private native boolean nativeSetCountryCode(byte[] countryCode); in nativeSetCountryCode()
|
| /packages/apps/Contacts/src/com/android/contacts/util/ |
| D | PhoneNumberFormatter.java | 40 String countryCode, TextView textView, boolean formatAfterWatcherSet) { in TextWatcherLoadAsyncTask()
|
| /packages/apps/Settings/src/com/android/settings/wifi/tether/ |
| D | WifiTetherApBandPreferenceController.java | 129 final String countryCode = mWifiManager.getCountryCode(); in is5GhzBandSupported() local
|
| /packages/modules/AppSearch/service/java/com/android/server/appsearch/contactsindexer/ |
| D | ContactsIndexerPhoneNumberUtils.java | 175 @Nullable String countryCode) { in createFormatNational()
|
| /packages/apps/Gallery2/src/com/android/gallery3d/util/ |
| D | ReverseGeocoder.java | 193 String countryCode = addr1CountryCode; in computeAddress() local 245 String countryCode = addr1CountryCode; in computeAddress() local
|
| /packages/apps/Car/Settings/src/com/android/car/settings/wifi/ |
| D | WifiTetherApBandPreferenceController.java | 160 String countryCode = getCarWifiManager().getCountryCode(); in is5GhzBandSupported() local
|
| /packages/apps/Dialer/java/com/android/dialer/calldetails/ |
| D | CallDetailsHeaderViewHolder.java | 129 private void updateAssistedDialingText(Integer countryCode) { in updateAssistedDialingText()
|