Searched refs:getCallList (Results 1 – 11 of 11) sorted by relevance
111 CallList callList = InCallPresenter.getInstance().getCallList(); in acceptUpgradeRequest()124 CallList callList = InCallPresenter.getInstance().getCallList(); in declineUpgradeRequest()137 CallList callList = InCallPresenter.getInstance().getCallList(); in hangUpOngoingCall()155 CallList callList = InCallPresenter.getInstance().getCallList(); in markIncomingCallAsSpeakeasyCall()168 CallList callList = InCallPresenter.getInstance().getCallList(); in answerIncomingCall()212 CallList callList = InCallPresenter.getInstance().getCallList(); in declineIncomingCall()
341 InCallPresenter.getInstance().getCallList(), in swapSimClicked()472 .getCallList() in updateButtonsState()496 && InCallPresenter.getInstance().getCallList().getAllCalls().size() == 1; in updateButtonsState()
143 CallList callList = InCallPresenter.getInstance().getCallList(); in getCall()
331 public CallList getCallList() { in getCallList() method in InCallPresenter
85 for (Call call : mInCallService.getCallList()) {156 for (Call call : mInCallService.getCallList()) { in tearDown()175 List<Call> callList = new ArrayList<>(mInCallService.getCallList()); in notifyCallListChanged()
274 public List<Call> getCallList() { in getCallList() method in UiCallManager275 return mInCallService == null ? Collections.emptyList() : mInCallService.getCallList(); in getCallList()
43 public final List<Call> getCallList() { in getCallList() method in InCallServiceProxy44 return mMockCallManager.getCallList(); in getCallList()
90 public final List<Call> getCallList() { in getCallList() method in MockCallManager
120 List<Call> callList = mUiCallManager.getCallList(); in answerCall()131 List<Call> callList = mUiCallManager.getCallList(); in declineCall()
433 notifyDataCallListChanged(getCallList()); in onClosed()716 private List<DataCallResponse> getCallList() { in getCallList() method in IwlanDataService.IwlanDataServiceProvider746 notifyDataCallListChanged(getCallList()); in deliverCallback()755 notifyDataCallListChanged(getCallList()); in deliverCallback()759 callback.onRequestDataCallListComplete(result, getCallList()); in deliverCallback()
32 public final List<Call> getCallList() { in getCallList() method in InCallServiceProxy