Home
last modified time | relevance | path

Searched refs:getBluetoothCallsByIds (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/telephony/
DBluetoothInCallService.java330 getBluetoothCallsByIds(BluetoothCall.getIds(children))); in onChildrenChanged()
1147 getBluetoothCallsByIds(activeCall.getConferenceableCalls()); in _processChld()
1389 public List<BluetoothCall> getBluetoothCallsByIds(List<Integer> ids) { in getBluetoothCallsByIds() method in BluetoothInCallService
1478 return getBluetoothCallsByIds(BluetoothCall.getIds(getCalls())); in getBluetoothCalls()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/telephony/
DBluetoothInCallServiceTest.java402 mBluetoothInCallService.getBluetoothCallsByIds(parentCall.getChildrenIds()); in testConferenceInProgressCDMA()
1634 parentCall, mBluetoothInCallService.getBluetoothCallsByIds(calls)); in testOnParentOnChildrenChanged()
1649 parentCall, mBluetoothInCallService.getBluetoothCallsByIds(calls)); in testOnParentOnChildrenChanged()