Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/telephony/
DCallInfoTest.java237 public void getCallByCallId() { in getCallByCallId() method in CallInfoTest
246 assertThat(mMockCallInfo.getCallByCallId(uuid)).isEqualTo(call); in getCallByCallId()
254 assertThat(mMockCallInfo.getCallByCallId(uuid)).isNull(); in getCallByCallId_withNoCalls()
DBluetoothInCallServiceTest.java1931 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()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/telephony/
DBluetoothInCallService.java1543 public BluetoothCall getCallByCallId(UUID callId) { in getCallByCallId() method in BluetoothInCallService.CallInfo
1724 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);