Home
last modified time | relevance | path

Searched refs:EVENT_CALL_INCOMING (Results 1 – 3 of 3) sorted by relevance

/cts/tests/tests/telephony/current/mockmodem/src/android/telephony/mockmodem/
DIRadioVoiceImpl.java62 static final int EVENT_CALL_INCOMING = 3; field in IRadioVoiceImpl
89 mSubId, mHandler, EVENT_CALL_INCOMING, null); in IRadioVoiceImpl()
143 case EVENT_CALL_INCOMING: in handleMessage()
DMockModemConfigBase.java70 static final int EVENT_CALL_INCOMING = 7; field in MockModemConfigBase
491 case EVENT_CALL_INCOMING: in handleMessage()
DMockVoiceService.java912 MockModemConfigBase.EVENT_CALL_INCOMING, callInfo); in handleIncomingCall()