Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/telephony/
DCallInfoTest.java95 public void getHeldCall() { in getHeldCall() method in CallInfoTest
103 assertThat(mMockCallInfo.getHeldCall()).isEqualTo(heldCall); in getHeldCall()
DBluetoothInCallServiceTest.java150 doReturn(null).when(mMockCallInfo).getHeldCall(); in setUp()
408 when(mMockCallInfo.getHeldCall()).thenReturn(null); in testConferenceInProgressCDMA()
2039 when(mMockCallInfo.getHeldCall()).thenReturn(call); in createHeldCall()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/telephony/
DBluetoothInCallService.java1075 BluetoothCall heldCall = mCallInfo.getHeldCall(); in _processChld()
1168 BluetoothCall heldCall = mCallInfo.getHeldCall(); in updateHeadsetWithCallState()
1500 public BluetoothCall getHeldCall() { in getHeldCall() method in BluetoothInCallService.CallInfo