Home
last modified time | relevance | path

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

/frameworks/base/media/java/android/media/tv/extension/scan/
DIScanInterface.aidl26 IBinder createSession(int broadcastType, String countryCode, String operator, in createSession()
28 Bundle getParameters(int broadcastType, String countryCode, String operator, in getParameters()
DIScanSession.aidl26 int startScan(int broadcastType, String countryCode, String operator, in int[] frequency, in startScan()
/frameworks/base/telephony/common/com/android/internal/telephony/
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
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DTelephonyCountryDetectorTest.java426 private void sendLocationBasedCountryCodeChanged(String countryCode, long locationUpdatedTime) { in sendLocationBasedCountryCodeChanged()
434 private void sendNetworkCountryCodeChanged(String countryCode, @NonNull Phone phone) { in sendNetworkCountryCodeChanged()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DTelephonyCountryDetector.java154 String countryCode = addresses.get(0).getCountryCode(); in onGeocode() local
173 public String countryCode; field in TelephonyCountryDetector.NetworkCountryCodeInfo
616 private static boolean isValid(String countryCode) { in isValid()
DMccTable.java241 String countryCode = null; in geoCountryCodeForMccMnc() local
/frameworks/base/telephony/java/android/telephony/
DPhoneNumberRange.java72 public PhoneNumberRange(@NonNull String countryCode, @NonNull String prefix, in PhoneNumberRange()
DPhoneNumberFormattingTextWatcher.java77 public PhoneNumberFormattingTextWatcher(String countryCode) { in PhoneNumberFormattingTextWatcher()
DPhoneNumberUtils.java2719 public CountryCallingCodeAndNewIndex(int countryCode, int newIndex) { in CountryCallingCodeAndNewIndex()
/frameworks/opt/timezonepicker/src/com/android/timezonepicker/
DTimeZoneData.java386 final String countryCode = fields[0]; in loadTzsInZoneTab() local
482 private String getCountryNames(String lang, String countryCode) { in getCountryNames()
/frameworks/base/media/java/android/media/tv/extension/servicedb/
DIServiceListEdit.aidl76 String serviceListPrefix, String countryCode, int operatorId); in addPredefinedServiceListInfo()
/frameworks/base/telephony/common/com/android/internal/telephony/util/
DTelephonyUtils.java373 public static boolean isValidCountryCode(@Nullable String countryCode) { in isValidCountryCode()
/frameworks/base/location/java/android/location/
DAddress.java267 public void setCountryCode(String countryCode) { in setCountryCode()
/frameworks/base/core/java/android/util/
DTimeUtils.java130 public static @Nullable List<String> getTimeZoneIdsForCountryCode(@NonNull String countryCode) { in getTimeZoneIdsForCountryCode()
/frameworks/base/wifi/java/src/android/net/wifi/nl80211/
DWifiNl80211Manager.java131 void onCountryCodeChanged(@NonNull String countryCode); in onCountryCodeChanged()
203 public void OnRegDomainChanged(String countryCode) { in OnRegDomainChanged()
/frameworks/base/core/java/android/text/style/
DTtsSpan.java1396 public TelephoneBuilder setCountryCode(String countryCode) { in setCountryCode()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
DUiccProfile.java820 String countryCode = operator.substring(0, 3); in setExternalState() local