Searched refs:voiceRadioTech (Results 1 – 5 of 5) sorted by relevance
102 int voiceRadioTech = ServiceState.RIL_RADIO_TECHNOLOGY_HSPA; in testGetNetworkRegistrationInfo() local119 mSimulatedCommands.setVoiceRadioTech(voiceRadioTech); in testGetNetworkRegistrationInfo()141 ServiceState.rilRadioTechnologyToNetworkType(voiceRadioTech), reasonForDenial, in testGetNetworkRegistrationInfo()168 ServiceState.rilRadioTechnologyToNetworkType(voiceRadioTech), reasonForDenial, in testGetNetworkRegistrationInfo()
418 public void updatePhoneObject(int voiceRadioTech) { in updatePhoneObject() argument
955 public void setVoiceRadioTech(int voiceRadioTech) { in setVoiceRadioTech() argument956 mVoiceRadioTech = voiceRadioTech; in setVoiceRadioTech()
3625 public void updatePhoneObject(int voiceRadioTech) { in updatePhoneObject() argument3626 logd("updatePhoneObject: radioTechnology=" + voiceRadioTech); in updatePhoneObject()3627 sendMessage(obtainMessage(EVENT_UPDATE_PHONE_OBJECT, voiceRadioTech, 0, null)); in updatePhoneObject()
1747 public void updatePhoneObject(int voiceRadioTech) { in updatePhoneObject() argument