Searched refs:getCurrentCalls (Results 1 – 4 of 4) sorted by relevance
174 boolean getCurrentCalls(int logicalSlotId, String client); in getCurrentCalls() method
475 public void getCurrentCalls(int serial) { in getCurrentCalls() method in IRadioVoiceImpl494 boolean ret = mMockModemConfigInterface.getCurrentCalls(mSubId, mTag); in getCurrentCalls()
1017 public boolean getCurrentCalls(int logicalSlotId, String client) { in getCurrentCalls() method in MockModemConfigBase1019 return mVoiceService[logicalSlotId].getCurrentCalls(); in getCurrentCalls()
1033 public boolean getCurrentCalls() { in getCurrentCalls() method in MockVoiceService