Home
last modified time | relevance | path

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

/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/telephony/
H A DBluetoothCall.java246 public String getGenericConferenceActiveChildCallId() { in getGenericConferenceActiveChildCallId() method in BluetoothCall
H A DBluetoothInCallService.java629 conferenceCall.getGenericConferenceActiveChildCallId()); in sendClccForCall()
/aosp12/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/telephony/
H A DBluetoothInCallServiceTest.java349 when(parentCall.getGenericConferenceActiveChildCallId()) in testConferenceInProgressCDMA()
414 when(parentCall.getGenericConferenceActiveChildCallId()).thenReturn(foregroundCallId); in testListCurrentCallsCdmaHold()