Home
last modified time | relevance | path

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

12345678910>>...22

/aosp_15_r20/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.java507 public void onCountryCodeChanged(int setCountryCodeStatus, @Nullable String countryCode) { in onCountryCodeChanged()
517 countryCode, in onCountryCodeChanged() local
901 private int computeAdapterState(String countryCode, Optional<Integer> setCountryCodeStatus) { in computeAdapterState()
1215 String countryCode = setCountryCodeResult.second; in initializeHw() local
1219 countryCode, in initializeHw() local
1332 String countryCode, Optional<Integer> setCountryCodeStatus) { in computeAndNotifyAdapterStateChange()
/aosp_15_r20/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiCountryCode.java250 public static boolean isValid(String countryCode) { in isValid()
262 default void onCountryCodeChangePending(@NonNull String countryCode) {}; in onCountryCodeChangePending()
267 void onDriverCountryCodeChanged(String countryCode); in onDriverCountryCodeChanged()
362 public synchronized void setOverrideCountryCode(String countryCode) { in setOverrideCountryCode()
384 private void setTelephonyCountryCode(String countryCode) { in setTelephonyCountryCode()
407 public boolean setTelephonyCountryCodeAndUpdate(String countryCode) { in setTelephonyCountryCodeAndUpdate()
444 String countryCode = findCountryCodeFromScanResults(scanDetails); in updateCountryCodeFromScanResults() local
473 String countryCode = networkDetail.getCountryCode(); in findCountryCodeFromScanResults() local
577 public synchronized void setDefaultCountryCode(String countryCode) { in setDefaultCountryCode()
/aosp_15_r20/packages/modules/Connectivity/thread/service/java/com/android/server/thread/
DThreadNetworkCountryCode.java142 String countryCode, @CountryCodeSource String countryCodeSource, Instant instant) { in CountryCodeInfo()
161 public CountryCodeInfo(String countryCode, @CountryCodeSource String countryCodeSource) { in CountryCodeInfo()
192 public String countryCode; field in ThreadNetworkCountryCode.TelephonyCountryCodeSlotInfo
282 String countryCode = addresses.get(0).getCountryCode(); in geocodeListener() local
323 public void onActiveCountryCodeChanged(String countryCode) { in onActiveCountryCodeChanged()
395 String countryCode; in updateTelephonyCountryCodeFromSimCard() local
413 int slotIndex, String countryCode, String lastKnownCountryCode) { in setTelephonyCountryCodeAndLastKnownCountryCode()
DThreadNetworkShellCommand.java76 ThreadNetworkCountryCode countryCode) { in ThreadNetworkShellCommand()
249 String countryCode = getNextArgRequired(); in forceCountryCode() local
/aosp_15_r20/frameworks/base/telephony/common/com/android/internal/telephony/
H A DSmsNumberUtils.java113 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
/aosp_15_r20/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()
/aosp_15_r20/out/soong/.intermediates/packages/apps/Dialer/Dialer/android_common/javac/anno/com/android/dialer/assisteddialing/ui/
DAutoValue_AssistedDialingSettingFragment_DisplayNameAndCountryCodeTuple.java10 private final CharSequence countryCode; field in AutoValue_AssistedDialingSettingFragment_DisplayNameAndCountryCodeTuple
14 CharSequence countryCode) { in AutoValue_AssistedDialingSettingFragment_DisplayNameAndCountryCodeTuple()
31 CharSequence countryCode() { in countryCode() method in AutoValue_AssistedDialingSettingFragment_DisplayNameAndCountryCodeTuple
/aosp_15_r20/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()
/aosp_15_r20/out/soong/.intermediates/external/ot-br-posix/src/android/aidl/ot-daemon-aidl-java-source/gen/com/android/server/thread/openthread/
DIOtDaemon.java36 …id.server.thread.openthread.MeshcopTxtAttributes meshcopTxts, java.lang.String countryCode, boolea… in initialize()
105 …@Override public void setCountryCode(java.lang.String countryCode, com.android.server.thread.opent… in setCountryCode()
456 …id.server.thread.openthread.MeshcopTxtAttributes meshcopTxts, java.lang.String countryCode, boolea… in initialize()
599 …@Override public void setCountryCode(java.lang.String countryCode, com.android.server.thread.opent… in setCountryCode()
862 …id.server.thread.openthread.MeshcopTxtAttributes meshcopTxts, java.lang.String countryCode, boolea… in initialize()
917 …public void setCountryCode(java.lang.String countryCode, com.android.server.thread.openthread.IOtS… in setCountryCode()
/aosp_15_r20/frameworks/base/media/java/android/media/tv/extension/scan/
H A DIScanInterface.aidl26 IBinder createSession(int broadcastType, String countryCode, String operator, in createSession()
28 Bundle getParameters(int broadcastType, String countryCode, String operator, in getParameters()
/aosp_15_r20/external/zxing/core/src/main/java/com/google/zxing/client/result/
H A DVINParsedResult.java29 private final String countryCode; field in VINParsedResult
39 String countryCode, in VINParsedResult()
/aosp_15_r20/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DTelephonyCountryDetector.java153 String countryCode = addresses.get(0).getCountryCode(); in onGeocode() local
172 public String countryCode; field in TelephonyCountryDetector.NetworkCountryCodeInfo
612 private static boolean isValid(String countryCode) { in isValid()
/aosp_15_r20/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
/aosp_15_r20/packages/apps/Dialer/java/com/android/incallui/contactgrid/
DTopRow.java197 String countryCode = in getLabelForDialing() local
220 String countryCode = in getLabelForDialing() local
/aosp_15_r20/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/
H A DIsoCurrencyParser.java116 private String countryCode; field in IsoCurrencyParser.Data
120 public Data(String countryCode, String name, int numericCode, int minor_unit) { in Data()
/aosp_15_r20/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DTelephonyCountryDetectorTest.java427 private void sendLocationBasedCountryCodeChanged(String countryCode, long locationUpdatedTime) { in sendLocationBasedCountryCodeChanged()
435 private void sendNetworkCountryCodeChanged(String countryCode, @NonNull Phone phone) { in sendNetworkCountryCodeChanged()
/aosp_15_r20/packages/apps/Settings/src/com/android/settings/network/telephony/euicc/
DEuiccRepository.kt99 val countryCode = telephonyManager.getNetworkCountryIso(slotIndex) in isCurrentCountrySupported() constant
/aosp_15_r20/packages/modules/Wifi/service/java/com/android/server/wifi/hal/
DWifiApIfaceHidlImpl.java74 public boolean setCountryCode(byte[] countryCode) { in setCountryCode()
159 private boolean setCountryCodeInternal(String methodStr, byte[] countryCode) { in setCountryCodeInternal()
/aosp_15_r20/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/tool/
H A DConvertLanguageData.java674 private final String countryCode; field in ConvertLanguageData.RowData
1097 String countryCode = row.countryCode; in writeTerritoryLanguageData() local
1221 private static String getDisplayCountry(String countryCode) { in getDisplayCountry()
1888 String languageCode, String countryCode, double languagePopulationRaw) { in addBestRegion()
2569 private static String fixCountryCode(String countryCode, List<String> row) { in fixCountryCode()
2594 private static String getULocaleCountryName(String countryCode) { in getULocaleCountryName()
/aosp_15_r20/packages/apps/Dialer/java/com/android/dialer/dialpadview/
DDialpadFragment.java549 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()
/aosp_15_r20/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()
/aosp_15_r20/out/soong/.intermediates/packages/modules/Connectivity/thread/service/service-thread-pre-jarjar/android_common_apex30/javac/
Dservice-thread-pre-jarjar.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/ ...
/aosp_15_r20/out/soong/.intermediates/packages/modules/Connectivity/thread/service/service-thread-pre-jarjar/android_common/javac/
Dservice-thread-pre-jarjar.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/ ...
/aosp_15_r20/packages/modules/Uwb/ranging/service/java/com/android/server/ranging/uwb/
DUwbOobConfig.java164 String countryCode = in parseBytes() local
284 public abstract Builder setCountryCode(String countryCode); in setCountryCode()

12345678910>>...22