Searched refs:voiceRadioTech (Results 1 – 4 of 4) sorted by relevance
103 int voiceRadioTech = ServiceState.RIL_RADIO_TECHNOLOGY_HSPA; in testGetNetworkRegistrationInfo() local120 mSimulatedCommands.setVoiceRadioTech(voiceRadioTech); in testGetNetworkRegistrationInfo()140 ServiceState.rilRadioTechnologyToNetworkType(voiceRadioTech), reasonForDenial, in testGetNetworkRegistrationInfo()165 ServiceState.rilRadioTechnologyToNetworkType(voiceRadioTech), reasonForDenial, in testGetNetworkRegistrationInfo()
980 public void setVoiceRadioTech(int voiceRadioTech) { in setVoiceRadioTech() argument981 mVoiceRadioTech = voiceRadioTech; in setVoiceRadioTech()
3970 public void updatePhoneObject(int voiceRadioTech) { in updatePhoneObject() argument3971 logd("updatePhoneObject: radioTechnology=" + voiceRadioTech); in updatePhoneObject()3972 sendMessage(obtainMessage(EVENT_UPDATE_PHONE_OBJECT, voiceRadioTech, 0, null)); in updatePhoneObject()
1800 public void updatePhoneObject(int voiceRadioTech) { in updatePhoneObject() argument