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

1 2

  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowTelephonyManager.java 84 public String getSimCountryIso() {
  /packages/services/Mms/src/com/android/mms/service/
PhoneUtils.java 86 final String country = telephonyManager.getSimCountryIso(subId);
  /packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
CellBroadcastConfigService.java 285 COUNTRY_BRAZIL.equals(tm.getSimCountryIso(subId));
292 boolean supportIsraelPwsAlerts = (COUNTRY_ISRAEL.equals(tm.getSimCountryIso(subId))
295 boolean supportTaiwanPwsAlerts = (COUNTRY_TAIWAN.equals(tm.getSimCountryIso(subId))
CellBroadcastSearchIndexableProvider.java 144 "br".equals(tm.getSimCountryIso(subId));
CellBroadcastSettings.java 278 COUNTRY_BRAZIL.equals(tm.getSimCountryIso(subId));
  /packages/apps/ContactsCommon/src/com/android/contacts/common/location/
CountryDetector.java 180 return mTelephonyManager.getSimCountryIso();
  /cts/tests/tests/telephony/src/android/telephony/cts/
TelephonyManagerTest.java 158 mTelephonyManager.getSimCountryIso();
392 String countryCode = mTelephonyManager.getSimCountryIso();
PhoneNumberUtilsTest.java 294 if ("US".equals(tm.getSimCountryIso())) {
  /frameworks/base/core/java/com/android/internal/app/
LocaleStore.java 186 String iso = tm.getSimCountryIso().toUpperCase(Locale.US);
  /frameworks/base/services/core/java/com/android/server/location/
ComprehensiveCountryDetector.java 244 countryIso = mTelephonyManager.getSimCountryIso();
  /packages/apps/Messaging/src/android/support/v7/mms/
MmsHttpClient.java 423 country = mTelephonyManager.getSimCountryIso();
  /packages/apps/Settings/src/com/android/settings/deviceinfo/
SimStatus.java 385 if (COUNTRY_ABBREVIATION_BRAZIL.equals(mTelephonyManager.getSimCountryIso(
  /packages/apps/Dialer/src/com/android/dialer/dialpad/
SmartDialPrefix.java 52 /** The country code of the user's sim card obtained by calling getSimCountryIso*/
77 sUserSimCountryCode = manager.getSimCountryIso();
83 /** Updates shared preferences with the latest country obtained from getSimCountryIso.*/
  /packages/apps/Messaging/src/com/android/messaging/util/
PhoneUtils.java 270 final String country = mTelephonyManager.getSimCountryIso();
    [all...]
  /frameworks/base/telephony/java/android/telephony/
PhoneNumberUtils.java     [all...]
TelephonyManager.java     [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
SMSDispatcher.java     [all...]
  /external/sl4a/Common/src/com/googlecode/android_scripting/facade/telephony/
TelephonyManagerFacade.java 660 return mTelephonyManager.getSimCountryIso(subId);
    [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 
shadows-core-3.1-SNAPSHOT-22.jar 
  /external/robolectric/v1/lib/main/
android.jar 

Completed in 281 milliseconds

1 2