/packages/apps/Settings/tests/robotests/src/com/android/settings/wifi/tether/ |
D | WifiTetherApBandPreferenceControllerTest.java | 90 when(mWifiManager.getCountryCode()).thenReturn("US"); in display_5GhzSupported_shouldDisplayFullList() 104 when(mWifiManager.getCountryCode()).thenReturn(null); in display_noCountryCode_shouldDisable() 116 when(mWifiManager.getCountryCode()).thenReturn("US"); in display_5GhzNotSupported_shouldDisable() 128 when(mWifiManager.getCountryCode()).thenReturn("US"); in changePreference_With5G_shouldUpdateValue() 157 when(mWifiManager.getCountryCode()).thenReturn("US"); in updateDisplay_shouldUpdateValue()
|
/packages/apps/Gallery2/src/com/android/gallery3d/util/ |
D | ReverseGeocoder.java | 134 if (currentAddress != null && currentAddress.getCountryCode() != null) { in computeAddress() 136 currentCountry = checkNull(currentAddress.getCountryCode()); in computeAddress() 146 String addr1CountryCode = checkNull(addr1.getCountryCode()); in computeAddress() 147 String addr2CountryCode = checkNull(addr2.getCountryCode()); in computeAddress() 342 writeUTF(dos, address.getCountryCode()); in lookupAddress()
|
/packages/apps/Car/Settings/src/com/android/car/settings/wifi/ |
D | CarWifiManager.java | 191 public String getCountryCode() { in getCountryCode() method in CarWifiManager 192 return mWifiManager.getCountryCode(); in getCountryCode()
|
D | WifiTetherApBandPreferenceController.java | 160 String countryCode = getCarWifiManager().getCountryCode(); in is5GhzBandSupported()
|
/packages/apps/Dialer/java/com/android/dialer/assisteddialing/ |
D | NumberTransformer.java | 93 .setTransformedNumberCountryCallingCode(phoneNumber.getCountryCode()) in doAssistedDialingTransformation()
|
/packages/apps/Car/Settings/tests/robotests/src/com/android/car/settings/testutils/ |
D | ShadowCarWifiManager.java | 131 protected String getCountryCode() { in getCountryCode() method in ShadowCarWifiManager
|
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/wifi/tether/ |
D | WifiTetherApBandPreferenceController.java | 127 final String countryCode = mWifiManager.getCountryCode(); in is5GhzBandSupported()
|
/packages/apps/Settings/src/com/android/settings/wifi/tether/ |
D | WifiTetherApBandPreferenceController.java | 129 final String countryCode = mWifiManager.getCountryCode(); in is5GhzBandSupported()
|
/packages/apps/Dialer/java/com/android/contacts/common/ |
D | MoreContactUtils.java | 109 if (util.parse(dataPart1, null).getCountryCode() == 1) { in shouldCollapsePhoneNumbers()
|
/packages/apps/Contacts/src/com/android/contacts/compat/ |
D | PhoneNumberUtilsCompat.java | 161 builder.setCountryCode(Integer.toString(phoneNumber.getCountryCode())); in createTtsSpanLollipop()
|
/packages/apps/Contacts/src/com/android/contacts/ |
D | MoreContactUtils.java | 107 if (util.parse(dataPart1, null).getCountryCode() == 1) { in shouldCollapsePhoneNumbers()
|
/packages/apps/Contacts/src/com/android/contacts/model/ |
D | SimCard.java | 117 public String getCountryCode() { in getCountryCode() method in SimCard
|
/packages/apps/Dialer/java/com/android/dialer/location/ |
D | CountryDetector.java | 265 return addresses.get(0).getCountryCode(); in doInBackground()
|
/packages/apps/Dialer/java/com/android/dialer/calldetails/ |
D | CallDetailsActivityCommon.java | 393 return parsedNumber.getCountryCode(); in doInBackground()
|
/packages/apps/Messaging/src/com/android/messaging/util/ |
D | PhoneUtils.java | 877 (systemCountryCode > 0 && parsedNumber.getCountryCode() == systemCountryCode) ? in formatForDisplay()
|