HomeSort by relevance Sort by last modified time
    Searched refs:networkCountryIso (Results 1 - 2 of 2) sorted by null

  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowTelephonyManager.java 15 private String networkCountryIso;
65 public void setNetworkCountryIso(String networkCountryIso) {
66 this.networkCountryIso = networkCountryIso;
71 return networkCountryIso;
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
SMSDispatcher.java 740 String networkCountryIso = mTelephonyManager.getNetworkCountryIso();
741 if (networkCountryIso == null || networkCountryIso.length() != 2) {
743 networkCountryIso = mTelephonyManager.getSimCountryIso();
747 mUsageMonitor.checkDestination(tracker.mDestAddress, networkCountryIso));
    [all...]

Completed in 56 milliseconds