Home
last modified time | relevance | path

Searched refs:getConferenceableCalls (Results 1 – 9 of 9) sorted by relevance

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/telephony/
DBluetoothCall.java197 public List<Integer> getConferenceableCalls() { in getConferenceableCalls() method in BluetoothCall
198 return getIds(mCall.getConferenceableCalls()); in getConferenceableCalls()
DBluetoothInCallService.java1220 getBluetoothCallsByIds(activeCall.getConferenceableCalls()); in processChldLocked()
/packages/apps/Dialer/java/com/android/incallui/call/
DTelecomAdapter.java92 List<android.telecom.Call> conferenceable = call.getConferenceableCalls(); in merge()
DDialerCall.java993 for (Call call : telecomCall.getConferenceableCalls()) { in can()
1261 this.telecomCall.getConferenceableCalls(), in toString()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/telephony/
DBluetoothCallTest.java228 assertThrows(NullPointerException.class, () -> mBluetoothCall.getConferenceableCalls()); in getConferenceableCalls_whenInnerCallIsNull_throwsNPE()
/packages/services/Telecomm/src/com/android/server/telecom/
DParcelableCallUtils.java206 List<Call> conferenceableCalls = call.getConferenceableCalls(); in toParcelableCall()
DCall.java3830 public List<Call> getConferenceableCalls() {
/packages/modules/Bluetooth/android/app/tests/instrumentation/com/android/bluetooth/telephony/
DBluetoothInCallServiceTest.java1232 doReturn(conferenceableCalls).when(activeCall).getConferenceableCalls(); in processChldAddHeldToConf()
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DInCallControllerTests.java835 when(mMockCall.getConferenceableCalls()).thenReturn(Collections.emptyList()); in testBindToService_DefaultDialer_FallBackToSystem()