Searched refs:getCallByCallId (Results 1 – 3 of 3) sorted by relevance
247 public void getCallByCallId() { in getCallByCallId() method in CallInfoTest256 assertThat(mMockCallInfo.getCallByCallId(uuid)).isEqualTo(call); in getCallByCallId()264 assertThat(mMockCallInfo.getCallByCallId(uuid)).isNull(); in getCallByCallId_withNoCalls()
1846 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()
1585 public BluetoothCall getCallByCallId(UUID callId) { in getCallByCallId() method in CallInfo1736 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);