Home
last modified time | relevance | path

Searched refs:getCallByCallId (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Bluetooth/android/app/tests/instrumentation/com/android/bluetooth/telephony/
DCallInfoTest.java247 public void getCallByCallId() { in getCallByCallId() method in CallInfoTest
256 assertThat(mMockCallInfo.getCallByCallId(uuid)).isEqualTo(call); in getCallByCallId()
264 assertThat(mMockCallInfo.getCallByCallId(uuid)).isNull(); in getCallByCallId_withNoCalls()
DBluetoothInCallServiceTest.java1846 doReturn(baseCall).when(mMockCallInfo).getCallByCallId(baseCallId); in leCallControlCallback_onJoinCalls()
1847 doReturn(firstCall).when(mMockCallInfo).getCallByCallId(firstJoiningCallId); in leCallControlCallback_onJoinCalls()
1848 doReturn(secondCall).when(mMockCallInfo).getCallByCallId(secondJoiningCallId); in leCallControlCallback_onJoinCalls()
1877 doReturn(baseCall).when(mMockCallInfo).getCallByCallId(eq(baseCallId)); in leCallControlCallback_onJoinCalls_omitDoubledCalls()
1878 doReturn(firstCall).when(mMockCallInfo).getCallByCallId(eq(firstJoiningCallId)); in leCallControlCallback_onJoinCalls_omitDoubledCalls()
1912 doReturn(baseCall).when(mMockCallInfo).getCallByCallId(null); in leCallControlCallback_onJoinCalls_omitNullCalls()
1913 doReturn(firstCall).when(mMockCallInfo).getCallByCallId(firstJoiningCallId); in leCallControlCallback_onJoinCalls_omitNullCalls()
1914 doReturn(secondCall).when(mMockCallInfo).getCallByCallId(secondJoiningCallId); in leCallControlCallback_onJoinCalls_omitNullCalls()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/telephony/
DBluetoothInCallService.java1585 public BluetoothCall getCallByCallId(UUID callId) { in getCallByCallId() method in CallInfo
1736 BluetoothCall call = mCallInfo.getCallByCallId(callId);
1751 BluetoothCall call = mCallInfo.getCallByCallId(callId);
1767 BluetoothCall call = mCallInfo.getCallByCallId(callId);
1782 BluetoothCall call = mCallInfo.getCallByCallId(callId);
1816 mCallInfo.getCallByCallId(callToJoinUuid);