HomeSort by relevance Sort by last modified time
    Searched refs:getNetworkCountryIso (Results 1 - 25 of 56) sorted by null

1 2 3

  /packages/apps/Dialer/java/com/android/dialer/assisteddialing/
LocationDetector.java 80 String networkCountryIso = telephonyManager.getNetworkCountryIso();
82 return Optional.of(telephonyManager.getNetworkCountryIso().toUpperCase(Locale.US));
  /packages/apps/Contacts/src/com/android/contacts/util/
TelephonyManagerUtils.java 53 String countryIso = telephonyManager.getNetworkCountryIso().toUpperCase();
  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowTelephonyManager.java 70 public String getNetworkCountryIso() {
  /packages/apps/Contacts/src/com/android/contacts/location/
CountryDetector.java 101 return mTelephonyManager.getNetworkCountryIso();
123 // On CDMA TelephonyManager.getNetworkCountryIso() just returns the SIM's country code.
  /external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/
TelephonyManagerTest.java 64 assertEquals("SomeIso", telephonyManager.getNetworkCountryIso());
  /packages/apps/Dialer/java/com/android/dialer/compat/telephony/
TelephonyManagerCompat.java 218 .getNetworkCountryIso();
  /external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
ShadowTelephonyManagerTest.java 94 assertEquals("SomeIso", telephonyManager.getNetworkCountryIso());
  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowTelephonyManager.java 138 public String getNetworkCountryIso() {
  /packages/apps/Dialer/java/com/android/dialer/location/
CountryDetector.java 159 return telephonyManager.getNetworkCountryIso();
189 // On CDMA TelephonyManager.getNetworkCountryIso() just returns the SIM's country code.
  /cts/tests/tests/telephony/src/android/telephony/cts/
TelephonyManagerTest.java 195 mTelephonyManager.getNetworkCountryIso();
447 String countryCode = mTelephonyManager.getNetworkCountryIso();
  /frameworks/base/core/java/com/android/internal/app/
LocaleStore.java 198 iso = tm.getNetworkCountryIso().toUpperCase(Locale.US);
  /frameworks/base/services/core/java/com/android/server/location/
ComprehensiveCountryDetector.java 211 // On CDMA TelephonyManager.getNetworkCountryIso() just returns SIM country. We don't want
224 countryIso = mTelephonyManager.getNetworkCountryIso();
  /packages/services/Telephony/src/com/android/phone/
CallForwardEditPreference.java 212 return telephonyManager.getNetworkCountryIso().toUpperCase();
MobileNetworkSettings.java 170 String currentCountry = tm.getNetworkCountryIso().toLowerCase();
    [all...]
  /packages/services/Telecomm/src/com/android/server/telecom/ui/
MissedCallNotifierImpl.java 453 String countryIso = telephonyManager.getNetworkCountryIso().toUpperCase();
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
SMSDispatcher.java     [all...]
ServiceStateTracker.java     [all...]
  /packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
MissedCallNotifierImplTest.java 170 when(fakeTelephonyManager.getNetworkCountryIso()).thenReturn("US");
  /frameworks/base/telephony/java/android/telephony/
PhoneNumberUtils.java     [all...]
TelephonyManager.java     [all...]
  /external/robolectric/v3/runtime/
shadows-core-3.1-SNAPSHOT-16.jar 
shadows-core-3.1-SNAPSHOT-17.jar 
shadows-core-3.1-SNAPSHOT-18.jar 
shadows-core-3.1-SNAPSHOT-19.jar 
shadows-core-3.1-SNAPSHOT-21.jar 

Completed in 486 milliseconds

1 2 3