Searched refs:onJoinCalls (Results 1 – 6 of 6) sorted by relevance
/packages/modules/Bluetooth/framework/java/android/bluetooth/ |
D | BluetoothLeCallControl.java | 278 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/ |
D | IBluetoothLeCallControlCallback.aidl | 42 void onJoinCalls(in int requestId, in List<ParcelUuid> uuids); in onJoinCalls() method
|
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/telephony/ |
D | BluetoothInCallServiceTest.java | 1935 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/ |
D | TbsGenericTest.java | 656 .onJoinCalls(requestIdCaptor.capture(), callUuidCaptor.capture()); in testCallJoin()
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/tbs/ |
D | TbsGeneric.java | 987 bearer.callback.onJoinCalls(requestId, parcelUuids);
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/telephony/ |
D | BluetoothInCallService.java | 1790 public void onJoinCalls(int requestId, @NonNull List<UUID> callIds) {
|