Home
last modified time | relevance | path

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

/cts/tests/tests/telephony/current/mockmodem/src/android/telephony/mockmodem/
DIRadioVoiceImpl.java61 static final int EVENT_CURRENT_CALLS_RESPONSE = 2; field in IRadioVoiceImpl
87 mSubId, mHandler, EVENT_CURRENT_CALLS_RESPONSE, null); in IRadioVoiceImpl()
119 case EVENT_CURRENT_CALLS_RESPONSE: in handleMessage()
DMockModemConfigBase.java69 static final int EVENT_CURRENT_CALLS_RESPONSE = 6; field in MockModemConfigBase
485 case EVENT_CURRENT_CALLS_RESPONSE: in handleMessage()
DMockVoiceService.java1038 MockModemConfigBase.EVENT_CURRENT_CALLS_RESPONSE, mCallList); in getCurrentCalls()