Searched refs:getCallByCallId (Results 1 – 3 of 3) sorted by relevance
237 public void getCallByCallId() { in getCallByCallId() method in CallInfoTest246 assertThat(mMockCallInfo.getCallByCallId(uuid)).isEqualTo(call); in getCallByCallId()254 assertThat(mMockCallInfo.getCallByCallId(uuid)).isNull(); in getCallByCallId_withNoCalls()
1931 doReturn(baseCall).when(mMockCallInfo).getCallByCallId(baseCallId); in testLeCallControlCallback_onJoinCalls()1932 doReturn(firstCall).when(mMockCallInfo).getCallByCallId(firstJoiningCallId); in testLeCallControlCallback_onJoinCalls()1933 doReturn(secondCall).when(mMockCallInfo).getCallByCallId(secondJoiningCallId); in testLeCallControlCallback_onJoinCalls()1966 doReturn(baseCall).when(mMockCallInfo).getCallByCallId(baseCallId); in testLeCallControlCallback_onJoinCalls_omitDoubledCalls()1967 doReturn(firstCall).when(mMockCallInfo).getCallByCallId(firstJoiningCallId); in testLeCallControlCallback_onJoinCalls_omitDoubledCalls()2006 doReturn(baseCall).when(mMockCallInfo).getCallByCallId(null); in testLeCallControlCallback_onJoinCalls_omitNullCalls()2007 doReturn(firstCall).when(mMockCallInfo).getCallByCallId(firstJoiningCallId); in testLeCallControlCallback_onJoinCalls_omitNullCalls()2008 doReturn(secondCall).when(mMockCallInfo).getCallByCallId(secondJoiningCallId); in testLeCallControlCallback_onJoinCalls_omitNullCalls()
1543 public BluetoothCall getCallByCallId(UUID callId) { in getCallByCallId() method in BluetoothInCallService.CallInfo1724 BluetoothCall call = mCallInfo.getCallByCallId(callId);1740 BluetoothCall call = mCallInfo.getCallByCallId(callId);1757 BluetoothCall call = mCallInfo.getCallByCallId(callId);1773 BluetoothCall call = mCallInfo.getCallByCallId(callId);1809 mCallInfo.getCallByCallId(callToJoinUuid);