Searched refs:getConferenceableCalls (Results 1 – 7 of 7) sorted by relevance
92 List<android.telecom.Call> conferenceable = call.getConferenceableCalls(); in merge()
993 for (Call call : telecomCall.getConferenceableCalls()) { in can()1261 this.telecomCall.getConferenceableCalls(), in toString()
197 List<Call> conferenceableCalls = call.getConferenceableCalls(); in toParcelableCall()
554 List<Call> conferenceable = activeCall.getConferenceableCalls(); in processChld()
2906 public List<Call> getConferenceableCalls() { in getConferenceableCalls() method in Call
768 when(activeCall.getConferenceableCalls()).thenReturn(conferenceableCalls); in testProcessChldAddHeldToConf()
513 when(mMockCall.getConferenceableCalls()).thenReturn(Collections.emptyList()); in testBindToService_DefaultDialer_FallBackToSystem()