Searched defs:getNetworkCountryIsoForPhone (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/telephony/java/android/telephony/
H A DTelephonyManager.java1646 return getNetworkCountryIsoForPhone(getPhoneId());
1661 return getNetworkCountryIsoForPhone(getPhoneId(subId));
1675 public String getNetworkCountryIsoForPhone(int phoneId) { method in class:TelephonyManager
1680 return telephony.getNetworkCountryIsoForPhone(phoneId);

Completed in 617 milliseconds