Searched refs:bluetoothCall (Results 1 – 2 of 2) sorted by relevance
68 BluetoothCall bluetoothCall = new BluetoothCall(null, uuid); in constructor_withUuid() local70 assertThat(bluetoothCall.getTbsCallId()).isEqualTo(uuid); in constructor_withUuid()154 BluetoothCall bluetoothCall = new BluetoothCall(null); in conference_whenInnerCallIsNull_throwsNPE() local156 assertThrows(NullPointerException.class, () -> mBluetoothCall.conference(bluetoothCall)); in conference_whenInnerCallIsNull_throwsNPE()325 BluetoothCall bluetoothCall = new BluetoothCall(null); in equals_withBluetoothCall() local327 assertThat(mBluetoothCall).isEqualTo(bluetoothCall); in equals_withBluetoothCall()
768 BluetoothCall bluetoothCall = getBluetoothCallById(System.identityHashCode(call)); in onCallRemoved() local769 if (bluetoothCall == null) { in onCallRemoved()774 HeadsetService.getHeadsetService(), bluetoothCall, true /* forceRemoveCallback */); in onCallRemoved() local880 for (BluetoothCall bluetoothCall : mBluetoothCallHashMap.values()) { in sendListOfCalls()881 if (bluetoothCall.getHandle() == null) { in sendListOfCalls()882 Log.w(TAG, "call id: " + bluetoothCall.getId() + " handle is null"); in sendListOfCalls()887 bluetoothCall.getHandle().toString(), in sendListOfCalls()895 + bluetoothCall.getId()); in sendListOfCalls()896 bluetoothCall.mClccIndex = inferredCall.mClccIndex; in sendListOfCalls()1073 for (BluetoothCall bluetoothCall : mBluetoothCallHashMap.values()) { in getNextAvailableClccIndex()[all …]