Home
last modified time | relevance | path

Searched refs:getGenericConferenceActiveChildCallId (Results 1 – 4 of 4) sorted by relevance

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/telephony/
DBluetoothCall.java251 public Integer getGenericConferenceActiveChildCallId() { in getGenericConferenceActiveChildCallId() method in BluetoothCall
DBluetoothInCallService.java939 conferenceCall.getGenericConferenceActiveChildCallId()); in sendClccForCall()
1649 getBluetoothCallById(conferenceCall.getGenericConferenceActiveChildCallId()); in createTbsCall()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/telephony/
DBluetoothCallTest.java294 () -> mBluetoothCall.getGenericConferenceActiveChildCallId()); in getGenericConferenceActiveChildCallId_whenInnerCallIsNull_throwsNPE()
DBluetoothInCallServiceTest.java385 when(parentCall.getGenericConferenceActiveChildCallId()).thenReturn(confCall1Id); in testConferenceInProgressCDMA()
453 when(parentCall.getGenericConferenceActiveChildCallId()).thenReturn(foregroundCallId); in testListCurrentCallsCdmaHold()