Home
last modified time | relevance | path

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

123

/packages/modules/Uwb/service/java/com/android/server/uwb/
DUwbCountryCode.java143 public String countryCode; field in UwbCountryCode.TelephonyCountryCodeSlotInfo
186 public void onActiveCountryCodeChanged(@NonNull String countryCode) { in onActiveCountryCodeChanged()
368 String countryCode; in initialize() local
380 String countryCode = mTelephonyManager.getNetworkCountryIso(); in initialize() local
476 private void setTelephonyCountryCodeAndLastKnownCountryCode(int slotIdx, String countryCode, in setTelephonyCountryCodeAndLastKnownCountryCode()
502 private void setWifiCountryCode(String countryCode) { in setWifiCountryCode()
515 private void setLocationCountryCode(String countryCode) { in setLocationCountryCode()
651 public static boolean isValid(String countryCode) { in isValid()
663 public synchronized void setOverrideCountryCode(String countryCode) { in setOverrideCountryCode()
DUwbServiceCore.java512 public void onCountryCodeChanged(int setCountryCodeStatus, @Nullable String countryCode) { in onCountryCodeChanged()
522 countryCode, in onCountryCodeChanged() local
908 private int computeAdapterState(String countryCode, Optional<Integer> setCountryCodeStatus) { in computeAdapterState()
1222 String countryCode = setCountryCodeResult.second; in initializeHw() local
1226 countryCode, in initializeHw() local
1339 String countryCode, Optional<Integer> setCountryCodeStatus) { in computeAndNotifyAdapterStateChange()
/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiCountryCode.java252 public static boolean isValid(String countryCode) { in isValid()
264 default void onCountryCodeChangePending(@NonNull String countryCode) {}; in onCountryCodeChangePending()
269 void onDriverCountryCodeChanged(String countryCode); in onDriverCountryCodeChanged()
364 public synchronized void setOverrideCountryCode(String countryCode) { in setOverrideCountryCode()
386 private void setTelephonyCountryCode(String countryCode) { in setTelephonyCountryCode()
409 public boolean setTelephonyCountryCodeAndUpdate(String countryCode) { in setTelephonyCountryCodeAndUpdate()
446 String countryCode = findCountryCodeFromScanResults(scanDetails); in updateCountryCodeFromScanResults() local
475 String countryCode = networkDetail.getCountryCode(); in findCountryCodeFromScanResults() local
580 public synchronized void setDefaultCountryCode(String countryCode) { in setDefaultCountryCode()
DScanOnlyModeImpl.java55 public boolean setCountryCode(String countryCode) { in setCountryCode()
DSoftApModeConfiguration.java51 SoftApCapability capability, @Nullable String countryCode, in SoftApModeConfiguration()
/packages/modules/Connectivity/thread/service/java/com/android/server/thread/
DThreadNetworkCountryCode.java153 String countryCode, @CountryCodeSource String countryCodeSource, Instant instant) { in CountryCodeInfo()
172 public CountryCodeInfo(String countryCode, @CountryCodeSource String countryCodeSource) { in CountryCodeInfo()
203 public String countryCode; field in ThreadNetworkCountryCode.TelephonyCountryCodeSlotInfo
329 String countryCode = addresses.get(0).getCountryCode(); in geocodeListener() local
378 public void onActiveCountryCodeChanged(String countryCode) { in onActiveCountryCodeChanged()
457 String countryCode; in updateTelephonyCountryCodeFromSimCard() local
475 int slotIndex, String countryCode, String lastKnownCountryCode) { in setTelephonyCountryCodeAndLastKnownCountryCode()
DThreadNetworkShellCommand.java76 ThreadNetworkCountryCode countryCode) { in ThreadNetworkShellCommand()
249 String countryCode = getNextArgRequired(); in forceCountryCode() 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/modules/Wifi/framework/java/android/net/wifi/
DIOnWifiDriverCountryCodeChangedListener.aidl25 void onDriverCountryCodeChanged(String countryCode); in onDriverCountryCodeChanged()
/packages/apps/Contacts/src/com/android/contacts/compat/
DPhoneNumberFormattingTextWatcherCompat.java21 public static PhoneNumberFormattingTextWatcher newInstance(String countryCode) { in newInstance()
/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/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()
/packages/apps/Dialer/java/com/android/incallui/contactgrid/
DTopRow.java197 String countryCode = in getLabelForDialing() local
220 String countryCode = in getLabelForDialing() local
/packages/modules/Uwb/ranging/uwb_backend/src/com/android/ranging/uwb/backend/internal/
DRangingCapabilities.java69 String countryCode) { in RangingCapabilities()
99 String countryCode) { in RangingCapabilities()
/packages/apps/Dialer/java/com/android/dialer/assisteddialing/
DCountryCodeProvider.java61 public boolean isSupportedCountryCode(String countryCode) { in isSupportedCountryCode()
/packages/apps/Settings/src/com/android/settings/network/telephony/euicc/
DEuiccRepository.kt99 val countryCode = telephonyManager.getNetworkCountryIso(slotIndex) in isCurrentCountrySupported() constant
/packages/services/Telephony/utils/satellite/configdatagenerator/src/main/java/com/android/telephony/tools/configdatagenerate/
DUtil.java46 public static boolean isValidCountryCode(String countryCode) { in isValidCountryCode()
/packages/apps/Contacts/src/com/android/contacts/util/
DPhoneNumberFormatter.java40 String countryCode, TextView textView, boolean formatAfterWatcherSet) { in TextWatcherLoadAsyncTask()
/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/modules/AppSearch/service/java/com/android/server/appsearch/contactsindexer/
DContactsIndexerPhoneNumberUtils.java176 @NonNull String phoneNumberNormalized, @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/modules/Uwb/ranging/service/java/com/android/server/ranging/uwb/
DUwbOobConfig.java151 String countryCode = in parseBytes() local
319 public abstract Builder setCountryCode(String countryCode); in setCountryCode()

123