Searched refs:getHeldCall (Results 1 – 3 of 3) sorted by relevance
95 public void getHeldCall() { in getHeldCall() method in CallInfoTest103 assertThat(mMockCallInfo.getHeldCall()).isEqualTo(heldCall); in getHeldCall()
150 doReturn(null).when(mMockCallInfo).getHeldCall(); in setUp()408 when(mMockCallInfo.getHeldCall()).thenReturn(null); in testConferenceInProgressCDMA()2039 when(mMockCallInfo.getHeldCall()).thenReturn(call); in createHeldCall()
1075 BluetoothCall heldCall = mCallInfo.getHeldCall(); in _processChld()1168 BluetoothCall heldCall = mCallInfo.getHeldCall(); in updateHeadsetWithCallState()1500 public BluetoothCall getHeldCall() { in getHeldCall() method in BluetoothInCallService.CallInfo