Searched refs:getConferenceableCalls (Results 1 – 9 of 9) sorted by relevance
197 public List<Integer> getConferenceableCalls() { in getConferenceableCalls() method in BluetoothCall198 return getIds(mCall.getConferenceableCalls()); in getConferenceableCalls()
1220 getBluetoothCallsByIds(activeCall.getConferenceableCalls()); in processChldLocked()
92 List<android.telecom.Call> conferenceable = call.getConferenceableCalls(); in merge()
993 for (Call call : telecomCall.getConferenceableCalls()) { in can()1261 this.telecomCall.getConferenceableCalls(), in toString()
228 assertThrows(NullPointerException.class, () -> mBluetoothCall.getConferenceableCalls()); in getConferenceableCalls_whenInnerCallIsNull_throwsNPE()
206 List<Call> conferenceableCalls = call.getConferenceableCalls(); in toParcelableCall()
3830 public List<Call> getConferenceableCalls() {
1232 doReturn(conferenceableCalls).when(activeCall).getConferenceableCalls(); in processChldAddHeldToConf()
835 when(mMockCall.getConferenceableCalls()).thenReturn(Collections.emptyList()); in testBindToService_DefaultDialer_FallBackToSystem()