Home
last modified time | relevance | path

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

/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/telephony/
H A DBluetoothCall.java193 public List<String> getConferenceableCalls() { in getConferenceableCalls() method in BluetoothCall
194 return getIds(mCall.getConferenceableCalls()); in getConferenceableCalls()
H A DBluetoothInCallService.java811 activeCall.getConferenceableCalls()); in _processChld()
/aosp12/packages/apps/Dialer/java/com/android/incallui/call/
H A DTelecomAdapter.java92 List<android.telecom.Call> conferenceable = call.getConferenceableCalls(); in merge()
H A DDialerCall.java993 for (Call call : telecomCall.getConferenceableCalls()) { in can()
1261 this.telecomCall.getConferenceableCalls(), in toString()
/aosp12/packages/services/Telecomm/src/com/android/server/telecom/
H A DParcelableCallUtils.java199 List<Call> conferenceableCalls = call.getConferenceableCalls(); in toParcelableCall()
H A DCall.java3178 public List<Call> getConferenceableCalls() { in getConferenceableCalls() method in Call
/aosp12/frameworks/base/telecomm/java/android/telecom/
H A DCall.java2207 public List<Call> getConferenceableCalls() { in getConferenceableCalls() method in Call
/aosp12/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/telephony/
H A DBluetoothInCallServiceTest.java853 when(activeCall.getConferenceableCalls()).thenReturn(conferenceableCalls); in testProcessChldAddHeldToConf()
/aosp12/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
H A DInCallControllerTests.java632 when(mMockCall.getConferenceableCalls()).thenReturn(Collections.emptyList()); in testBindToService_DefaultDialer_FallBackToSystem()
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt39549 method public java.util.List<android.telecom.Call> getConferenceableCalls();