Home
last modified time | relevance | path

Searched defs:countryCode (Results 1 – 25 of 52) sorted by relevance

123

/packages/modules/Uwb/service/java/com/android/server/uwb/
DUwbCountryCode.java114 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()
DUwbServiceCore.java354 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/
DWifiCountryCode.java244 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()
DSoftApModeConfiguration.java45 SoftApCapability capability, @Nullable String countryCode) { in SoftApModeConfiguration()
DScanOnlyModeImpl.java53 public boolean setCountryCode(String countryCode) { in setCountryCode()
DSoftApManager.java686 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/
DSmartDialPrefix.java233 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/
DRegulatoryInfo.java73 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/
DPhoneNumberFormattingTextWatcherCompat.java21 public static PhoneNumberFormattingTextWatcher newInstance(String countryCode) { in newInstance()
/packages/modules/Wifi/framework/java/android/net/wifi/
DIOnWifiDriverCountryCodeChangedListener.aidl25 void onDriverCountryCodeChanged(String countryCode); in onDriverCountryCodeChanged()
DSoftApCapability.java196 public void setCountryCode(String countryCode) { in setCountryCode()
/packages/apps/Dialer/java/com/android/dialer/assisteddialing/ui/
DAssistedDialingSettingFragment.java48 CharSequence countryDisplayName, CharSequence countryCode) { in create()
57 abstract CharSequence countryCode(); in countryCode() method in AssistedDialingSettingFragment.DisplayNameAndCountryCodeTuple
/packages/apps/Dialer/java/com/android/incallui/contactgrid/
DTopRow.java197 String countryCode = in getLabelForDialing() local
220 String countryCode = in getLabelForDialing() local
/packages/modules/Wifi/service/java/com/android/server/wifi/hal/
DIWifiApIface.java54 boolean setCountryCode(byte[] countryCode); in setCountryCode()
DWifiApIfaceHidlImpl.java74 public boolean setCountryCode(byte[] countryCode) { in setCountryCode()
159 private boolean setCountryCodeInternal(String methodStr, byte[] countryCode) { in setCountryCodeInternal()
DWifiApIface.java92 public boolean setCountryCode(String countryCode) { in setCountryCode()
DWifiApIfaceAidlImpl.java117 public boolean setCountryCode(byte[] countryCode) { in setCountryCode()
/packages/apps/Dialer/java/com/android/dialer/assisteddialing/
DCountryCodeProvider.java61 public boolean isSupportedCountryCode(String countryCode) { in isSupportedCountryCode()
/packages/modules/Uwb/indev_uwb_adaptation/java/com/android/server/uwb/indev/
DUwbServiceCore.java218 public boolean setCountryCode(byte[] countryCode) { in setCountryCode()
266 private native boolean nativeSetCountryCode(byte[] countryCode); in nativeSetCountryCode()
/packages/apps/Contacts/src/com/android/contacts/util/
DPhoneNumberFormatter.java40 String countryCode, TextView textView, boolean formatAfterWatcherSet) { in TextWatcherLoadAsyncTask()
/packages/apps/Settings/src/com/android/settings/wifi/tether/
DWifiTetherApBandPreferenceController.java129 final String countryCode = mWifiManager.getCountryCode(); in is5GhzBandSupported() local
/packages/modules/AppSearch/service/java/com/android/server/appsearch/contactsindexer/
DContactsIndexerPhoneNumberUtils.java175 @Nullable String countryCode) { in createFormatNational()
/packages/apps/Gallery2/src/com/android/gallery3d/util/
DReverseGeocoder.java193 String countryCode = addr1CountryCode; in computeAddress() local
245 String countryCode = addr1CountryCode; in computeAddress() local
/packages/apps/Car/Settings/src/com/android/car/settings/wifi/
DWifiTetherApBandPreferenceController.java160 String countryCode = getCarWifiManager().getCountryCode(); in is5GhzBandSupported() local
/packages/apps/Dialer/java/com/android/dialer/calldetails/
DCallDetailsHeaderViewHolder.java129 private void updateAssistedDialingText(Integer countryCode) { in updateAssistedDialingText()

123