/frameworks/base/telephony/common/com/android/internal/telephony/ |
D | SmsNumberUtils.java | 113 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/net/wifi/service/java/com/android/server/wifi/ |
D | WifiCountryCode.java | 106 synchronized void enableForceCountryCode(String countryCode) { in enableForceCountryCode() 139 public synchronized boolean setCountryCode(String countryCode) { in setCountryCode()
|
D | WifiShellCommand.java | 224 String countryCode = getNextArgRequired(); in onCommand() local
|
D | SoftApManager.java | 132 String countryCode, in SoftApManager()
|
D | WifiNative.java | 1807 public boolean setCountryCode(@NonNull String ifaceName, String countryCode) { in setCountryCode() 2700 public boolean setCountryCodeHal(@NonNull String ifaceName, String countryCode) { in setCountryCodeHal()
|
D | WifiServiceImpl.java | 2420 public void setCountryCode(String countryCode) { in setCountryCode()
|
D | WifiVendorHal.java | 1435 public boolean setCountryCodeHal(@NonNull String ifaceName, String countryCode) { in setCountryCodeHal()
|
D | ClientModeImpl.java | 784 BackupManagerProxy backupManagerProxy, WifiCountryCode countryCode, in ClientModeImpl()
|
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/util/ |
D | ApConfigUtil.java | 116 String countryCode, in updateApChannelConfig()
|
/frameworks/base/telephony/java/android/telephony/ |
D | PhoneNumberRange.java | 72 public PhoneNumberRange(@NonNull String countryCode, @NonNull String prefix, in PhoneNumberRange()
|
D | PhoneNumberFormattingTextWatcher.java | 70 public PhoneNumberFormattingTextWatcher(String countryCode) { in PhoneNumberFormattingTextWatcher()
|
D | PhoneNumberUtils.java | 3035 public CountryCallingCodeAndNewIndex(int countryCode, int newIndex) { in CountryCallingCodeAndNewIndex()
|
/frameworks/opt/timezonepicker/src/com/android/timezonepicker/ |
D | TimeZoneData.java | 386 final String countryCode = fields[0]; in loadTzsInZoneTab() local 482 private String getCountryNames(String lang, String countryCode) { in getCountryNames()
|
/frameworks/layoutlib/bridge/src/libcore/icu/ |
D | ICU_Delegate.java | 135 /*package*/ static String getDisplayCountryNative(String countryCode, String locale) { in getDisplayCountryNative()
|
/frameworks/base/wifi/tests/src/android/net/wifi/rtt/ |
D | ResponderLocationTest.java | 495 String countryCode = responderLocation.getCivicLocationCountryCode(); in testLcrTestCivicLocationAddress() local
|
/frameworks/base/wifi/java/android/net/wifi/rtt/ |
D | CivicLocation.java | 72 public CivicLocation(@Nullable byte[] civicTLVs, @Nullable String countryCode) { in CivicLocation()
|
/frameworks/base/location/java/android/location/ |
D | Address.java | 267 public void setCountryCode(String countryCode) { in setCountryCode()
|
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/ |
D | SoftApManagerTest.java | 154 private SoftApManager createSoftApManager(SoftApModeConfiguration config, String countryCode) { in createSoftApManager() 1122 SoftApModeConfiguration softApConfig, String countryCode) throws Exception { in startSoftApAndVerifyEnabled()
|
/frameworks/base/core/java/android/util/ |
D | TimeUtils.java | 98 public static @Nullable List<String> getTimeZoneIdsForCountryCode(@NonNull String countryCode) { in getTimeZoneIdsForCountryCode()
|
/frameworks/base/core/java/android/text/style/ |
D | TtsSpan.java | 1306 public TelephoneBuilder setCountryCode(String countryCode) { in setCountryCode()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/ |
D | UiccProfile.java | 702 String countryCode = operator.substring(0, 3); in setExternalState() local
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | MccTable.java | 217 String countryCode = null; in geoCountryCodeForMccMnc() local
|