Searched refs:getNetworkCountryIsoForPhone (Results 1 – 9 of 9) sorted by relevance
136 public String getNetworkCountryIsoForPhone() { in getNetworkCountryIsoForPhone() method in NitzStateMachine.DeviceState137 return mTelephonyManager.getNetworkCountryIsoForPhone(mPhone.getPhoneId()); in getNetworkCountryIsoForPhone()
128 String isoCountryCode = mDeviceState.getNetworkCountryIsoForPhone(); in handleNetworkCountryCodeSet()139 String isoCountryCode = mDeviceState.getNetworkCountryIsoForPhone(); in updateTimeZoneFromCountryAndNitz()
136 String isoCountryCode = mDeviceState.getNetworkCountryIsoForPhone(); in handleNetworkCountryCodeSet()147 String isoCountryCode = mDeviceState.getNetworkCountryIsoForPhone(); in updateTimeZoneFromCountryAndNitz()
588 getNetworkCountryIsoForPhone(phone.getPhoneId()); in isInternationalRoaming()
1227 mTelephonyManager.getNetworkCountryIsoForPhone(mPhone.getPhoneId()); in checkDestination()1235 mTelephonyManager.getNetworkCountryIsoForPhone(mPhone.getPhoneId()); in checkDestination()
417 String operatorIsoContry = tm.getNetworkCountryIsoForPhone(mPhone.getPhoneId()); in dialCdma()
775 when(mDeviceState.getNetworkCountryIsoForPhone()).thenReturn(""); in initialize()786 when(mDeviceState.getNetworkCountryIsoForPhone()).thenReturn(countryIsoCode); in networkCountryKnown()
898 when(mDeviceState.getNetworkCountryIsoForPhone()).thenReturn(""); in initialize()910 when(mDeviceState.getNetworkCountryIsoForPhone()).thenReturn(countryIsoCode); in networkCountryKnown()
304 String getNetworkCountryIsoForPhone(int phoneId); in getNetworkCountryIsoForPhone() method