Home
last modified time | relevance | path

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

123

/packages/modules/Uwb/service/java/com/android/server/uwb/
DUwbCountryCode.java121 public String countryCode; field in UwbCountryCode.TelephonyCountryCodeSlotInfo
163 public void onActiveCountryCodeChanged(@NonNull String countryCode) { in onActiveCountryCodeChanged()
251 String countryCode; in initialize() local
263 String countryCode = mTelephonyManager.getNetworkCountryIso(); in initialize() local
282 private void setTelephonyCountryCodeAndLastKnownCountryCode(int slotIdx, String countryCode, in setTelephonyCountryCodeAndLastKnownCountryCode()
308 private void setWifiCountryCode(String countryCode) { in setWifiCountryCode()
321 private void setLocationCountryCode(String countryCode) { in setLocationCountryCode()
450 public static boolean isValid(String countryCode) { in isValid()
462 public synchronized void setOverrideCountryCode(String countryCode) { in setOverrideCountryCode()
DUwbServiceCore.java502 public void onCountryCodeChanged(int setCountryCodeStatus, @Nullable String countryCode) { in onCountryCodeChanged()
512 countryCode, in onCountryCodeChanged() local
868 private int computeAdapterState(String countryCode, Optional<Integer> setCountryCodeStatus) { in computeAdapterState()
1184 String countryCode = setCountryCodeResult.second; in initializeHw() local
1188 countryCode, in initializeHw() local
1301 String countryCode, Optional<Integer> setCountryCodeStatus) { in computeAndNotifyAdapterStateChange()
/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiCountryCode.java246 public static boolean isValid(String countryCode) { in isValid()
258 default void onCountryCodeChangePending(@NonNull String countryCode) {}; in onCountryCodeChangePending()
263 void onDriverCountryCodeChanged(String countryCode); in onDriverCountryCodeChanged()
358 public synchronized void setOverrideCountryCode(String countryCode) { in setOverrideCountryCode()
380 private void setTelephonyCountryCode(String countryCode) { in setTelephonyCountryCode()
403 public boolean setTelephonyCountryCodeAndUpdate(String countryCode) { in setTelephonyCountryCodeAndUpdate()
440 String countryCode = findCountryCodeFromScanResults(scanDetails); in updateCountryCodeFromScanResults() local
469 String countryCode = networkDetail.getCountryCode(); in findCountryCodeFromScanResults() local
573 public synchronized void setDefaultCountryCode(String countryCode) { in setDefaultCountryCode()
DScanOnlyModeImpl.java53 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.java140 String countryCode, @CountryCodeSource String countryCodeSource, Instant instant) { in CountryCodeInfo()
159 public CountryCodeInfo(String countryCode, @CountryCodeSource String countryCodeSource) { in CountryCodeInfo()
190 public String countryCode; field in ThreadNetworkCountryCode.TelephonyCountryCodeSlotInfo
280 String countryCode = addresses.get(0).getCountryCode(); in geocodeListener() local
322 public void onActiveCountryCodeChanged(String countryCode) { in onActiveCountryCodeChanged()
395 String countryCode; in updateTelephonyCountryCodeFromSimCard() local
413 int slotIndex, String countryCode, String lastKnownCountryCode) { in setTelephonyCountryCodeAndLastKnownCountryCode()
DThreadNetworkShellCommand.java68 ThreadNetworkCountryCode countryCode) { in ThreadNetworkShellCommand()
229 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/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/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/apps/Car/Settings/src/com/android/car/settings/wifi/
DWifiTetherApBandPreferenceController.java201 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