Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
DSipCommandInterface.java590 public void getVoiceRadioTechnology(Message result) { in getVoiceRadioTechnology() method in SipCommandInterface
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneCommandInterface.java589 public void getVoiceRadioTechnology(Message result) { in getVoiceRadioTechnology() method in ImsPhoneCommandInterface
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DSimulatedCommandsVerifier.java1257 public void getVoiceRadioTechnology(Message result) { in getVoiceRadioTechnology() method in SimulatedCommandsVerifier
DGsmCdmaPhoneTest.java971 verify(mSimulatedCommandsVerifier).getVoiceRadioTechnology(nullable(Message.class)); in testHandleInitialMessages()
995 verify(mSimulatedCommandsVerifier, times(2)).getVoiceRadioTechnology( in testHandleInitialMessages()
DSimulatedCommands.java1993 public void getVoiceRadioTechnology(Message response) { in getVoiceRadioTechnology() method in SimulatedCommands
1994 SimulatedCommandsVerifier.getInstance().getVoiceRadioTechnology(response); in getVoiceRadioTechnology()
DRILTest.java998 mRILUnderTest.getVoiceRadioTechnology(obtainMessage()); in testGetVoiceRadioTechnology()
999 verify(mRadioProxy).getVoiceRadioTechnology(mSerialNumberCaptor.capture()); in testGetVoiceRadioTechnology()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
DUsimDataDownloadCommands.java.broken632 public void getVoiceRadioTechnology(Message response) {
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DCommandsInterface.java1979 void getVoiceRadioTechnology(Message result); in getVoiceRadioTechnology() method
DGsmCdmaPhone.java2803 mCi.getVoiceRadioTechnology(obtainMessage(EVENT_REQUEST_VOICE_RADIO_TECH_DONE)); in handleRadioOn()
2949 mCi.getVoiceRadioTechnology(obtainMessage(EVENT_REQUEST_VOICE_RADIO_TECH_DONE)); in handleMessage()
DRIL.java4248 public void getVoiceRadioTechnology(Message result) { in getVoiceRadioTechnology() method in RIL
4257 radioProxy.getVoiceRadioTechnology(rr.mSerial); in getVoiceRadioTechnology()