Home
last modified time | relevance | path

Searched refs:networkCountryIso (Results 1 – 1 of 1) sorted by relevance

/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
DShadowTelephonyManager.java15 private String networkCountryIso; field in ShadowTelephonyManager
65 public void setNetworkCountryIso(String networkCountryIso) { in setNetworkCountryIso() argument
66 this.networkCountryIso = networkCountryIso; in setNetworkCountryIso()
71 return networkCountryIso; in getNetworkCountryIso()