Home
last modified time | relevance | path

Searched refs:onJoinCalls (Results 1 – 6 of 6) sorted by relevance

/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothLeCallControl.java278 public void onJoinCalls(int requestId, @NonNull List<UUID> callIds) { in onJoinCalls() method in BluetoothLeCallControl.Callback
354 public void onJoinCalls(int requestId, List<ParcelUuid> parcelUuids) { in onJoinCalls() method in BluetoothLeCallControl.CallbackWrapper
362 mExecutor.execute(() -> mCallback.onJoinCalls(requestId, uuids)); in onJoinCalls()
/packages/modules/Bluetooth/android/app/aidl/android/bluetooth/
DIBluetoothLeCallControlCallback.aidl42 void onJoinCalls(in int requestId, in List<ParcelUuid> uuids); in onJoinCalls() method
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/telephony/
DBluetoothInCallServiceTest.java1935 callback.onJoinCalls(requestId, uuids); in testLeCallControlCallback_onJoinCalls()
1969 callback.onJoinCalls(requestId, uuids); in testLeCallControlCallback_onJoinCalls_omitDoubledCalls()
2010 callback.onJoinCalls(requestId, uuids); in testLeCallControlCallback_onJoinCalls_omitNullCalls()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/tbs/
DTbsGenericTest.java656 .onJoinCalls(requestIdCaptor.capture(), callUuidCaptor.capture()); in testCallJoin()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/tbs/
DTbsGeneric.java987 bearer.callback.onJoinCalls(requestId, parcelUuids);
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/telephony/
DBluetoothInCallService.java1790 public void onJoinCalls(int requestId, @NonNull List<UUID> callIds) {