Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/telephony/
DCallInfoTest.java78 public void getBluetoothCalls() { in getBluetoothCalls() method in CallInfoTest
79 assertThat(mMockCallInfo.getBluetoothCalls()).isEmpty(); in getBluetoothCalls()
89 doReturn(calls).when(mMockCallInfo).getBluetoothCalls(); in getActiveCall()
101 doReturn(calls).when(mMockCallInfo).getBluetoothCalls(); in getHeldCall()
114 doReturn(calls).when(mMockCallInfo).getBluetoothCalls(); in getOutgoingCall()
126 doReturn(calls).when(mMockCallInfo).getBluetoothCalls(); in getRingingOrSimulatedRingingCall()
133 assertThat(mMockCallInfo.getBluetoothCalls()).isEmpty(); in hasOnlyDisconnectedCalls_withNoCalls()
145 doReturn(calls).when(mMockCallInfo).getBluetoothCalls(); in hasOnlyDisconnectedCalls_withConnectedCall()
157 doReturn(calls).when(mMockCallInfo).getBluetoothCalls(); in hasOnlyDisconnectedCalls_withDisconnectedCallOnly()
169 doReturn(calls).when(mMockCallInfo).getBluetoothCalls(); in getForegroundCall_withConnectingCall()
[all …]
DBluetoothInCallServiceTest.java273 when(mMockCallInfo.getBluetoothCalls()).thenReturn(calls); in testListCurrentCallsOneCall()
337 when(mMockCallInfo.getBluetoothCalls()).thenReturn(calls); in testListCurrentCallsSilentRinging()
372 when(mMockCallInfo.getBluetoothCalls()).thenReturn(calls); in testConferenceInProgressCDMA()
439 when(mMockCallInfo.getBluetoothCalls()).thenReturn(calls); in testListCurrentCallsCdmaHold()
504 when(mMockCallInfo.getBluetoothCalls()).thenReturn(calls); in testListCurrentCallsCdmaConference()
553 when(mMockCallInfo.getBluetoothCalls()).thenReturn(calls); in testWaitingCallClccResponse()
594 when(mMockCallInfo.getBluetoothCalls()).thenReturn(calls); in testNewCallClccResponse()
622 when(mMockCallInfo.getBluetoothCalls()).thenReturn(calls); in testListCurrentCallsCallHandleChanged()
666 when(mMockCallInfo.getBluetoothCalls()).thenReturn(calls); in testRingingCallClccResponse()
704 when(mMockCallInfo.getBluetoothCalls()).thenReturn(calls); in testCallClccCache()
[all …]
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/telephony/
DBluetoothInCallService.java242 for (BluetoothCall otherCall : mCallInfo.getBluetoothCalls()) { in onStateChanged()
775 Collection<BluetoothCall> calls = mCallInfo.getBluetoothCalls(); in sendListOfCalls()
1434 List<BluetoothCall> calls = getBluetoothCalls(); in getCallByStates()
1444 List<BluetoothCall> calls = getBluetoothCalls(); in getCallByState()
1455 List<BluetoothCall> calls = getBluetoothCalls(); in getNumHeldCalls()
1465 List<BluetoothCall> calls = getBluetoothCalls(); in hasOnlyDisconnectedCalls()
1477 public List<BluetoothCall> getBluetoothCalls() { in getBluetoothCalls() method in BluetoothInCallService.CallInfo
1544 List<BluetoothCall> calls = getBluetoothCalls(); in getCallByCallId()