Searched refs:hangupVoiceCall (Results 1 – 4 of 4) sorted by relevance
246 boolean hangupVoiceCall(int logicalSlotId, int index, String client); in hangupVoiceCall() method
1093 public boolean hangupVoiceCall(int logicalSlotId, int index, String client) { in hangupVoiceCall() method in MockModemConfigBase1097 return mVoiceService[logicalSlotId].hangupVoiceCall(index); in hangupVoiceCall()
1101 public boolean hangupVoiceCall(int index) { in hangupVoiceCall() method in MockVoiceService
609 boolean ret = mMockModemConfigInterface.hangupVoiceCall(mSubId, gsmIndex, mTag); in hangup()