Searched refs:getVoiceRadioTechnology (Results 1 – 9 of 9) sorted by relevance
300 public void getVoiceRadioTechnology(int serial) throws RemoteException { in getVoiceRadioTechnology() method in RadioNetworkProxy303 mNetworkProxy.getVoiceRadioTechnology(serial); in getVoiceRadioTechnology()305 mRadioProxy.getVoiceRadioTechnology(serial); in getVoiceRadioTechnology()
1945 void getVoiceRadioTechnology(Message result); in getVoiceRadioTechnology() method
3222 mCi.getVoiceRadioTechnology(obtainMessage(EVENT_REQUEST_VOICE_RADIO_TECH_DONE)); in handleRadioOn()3372 mCi.getVoiceRadioTechnology(obtainMessage(EVENT_REQUEST_VOICE_RADIO_TECH_DONE)); in handleMessage()
3819 public void getVoiceRadioTechnology(Message result) { in getVoiceRadioTechnology() method in RIL3833 networkProxy.getVoiceRadioTechnology(rr.mSerial); in getVoiceRadioTechnology()
553 public void getVoiceRadioTechnology(Message result) { in getVoiceRadioTechnology() method in ImsPhoneCommandInterface
1205 public void getVoiceRadioTechnology(Message result) { in getVoiceRadioTechnology() method in SimulatedCommandsVerifier
1947 public void getVoiceRadioTechnology(Message response) { in getVoiceRadioTechnology() method in SimulatedCommands1948 SimulatedCommandsVerifier.getInstance().getVoiceRadioTechnology(response); in getVoiceRadioTechnology()
1018 verify(mSimulatedCommandsVerifier).getVoiceRadioTechnology(nullable(Message.class)); in testHandleInitialMessages()1040 verify(mSimulatedCommandsVerifier, times(2)).getVoiceRadioTechnology( in testHandleInitialMessages()
1103 mRILUnderTest.getVoiceRadioTechnology(obtainMessage()); in testGetVoiceRadioTechnology()1104 verify(mRadioProxy).getVoiceRadioTechnology(mSerialNumberCaptor.capture()); in testGetVoiceRadioTechnology()