Home
last modified time | relevance | path

Searched refs:getVoiceRadioTechnology (Results 1 – 9 of 9) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneCommandInterface.java576 public void getVoiceRadioTechnology(Message result) { in getVoiceRadioTechnology() method in ImsPhoneCommandInterface
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
DSipCommandInterface.java577 public void getVoiceRadioTechnology(Message result) { in getVoiceRadioTechnology() method in SipCommandInterface
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DGsmCdmaPhoneTest.java830 verify(mSimulatedCommandsVerifier).getVoiceRadioTechnology(nullable(Message.class)); in testHandleInitialMessages()
854 verify(mSimulatedCommandsVerifier, times(2)).getVoiceRadioTechnology( in testHandleInitialMessages()
DSimulatedCommandsVerifier.java1237 public void getVoiceRadioTechnology(Message result) { in getVoiceRadioTechnology() method in SimulatedCommandsVerifier
DRILTest.java860 mRILUnderTest.getVoiceRadioTechnology(obtainMessage()); in testGetVoiceRadioTechnology()
861 verify(mRadioProxy).getVoiceRadioTechnology(mSerialNumberCaptor.capture()); in testGetVoiceRadioTechnology()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DCommandsInterface.java1915 void getVoiceRadioTechnology(Message result); in getVoiceRadioTechnology() method
DGsmCdmaPhone.java2613 mCi.getVoiceRadioTechnology(obtainMessage(EVENT_REQUEST_VOICE_RADIO_TECH_DONE)); in handleRadioOn()
2743 mCi.getVoiceRadioTechnology(obtainMessage(EVENT_REQUEST_VOICE_RADIO_TECH_DONE)); in handleMessage()
DRIL.java3947 public void getVoiceRadioTechnology(Message result) { in getVoiceRadioTechnology() method in RIL
3956 radioProxy.getVoiceRadioTechnology(rr.mSerial); in getVoiceRadioTechnology()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
DUsimDataDownloadCommands.java.broken632 public void getVoiceRadioTechnology(Message response) {