Searched refs:getCallByState (Results 1 – 3 of 3) sorted by relevance
219 assertThat(mMockCallInfo.getCallByState(Call.STATE_HOLDING)).isNull(); in getCallByState_withNoMatchingCall()
2051 when(mMockCallInfo.getCallByState(Call.STATE_DISCONNECTED)).thenReturn(call); in createDisconnectedCall()
1443 public BluetoothCall getCallByState(int state) { in getCallByState() method in BluetoothInCallService.CallInfo1497 return getCallByState(Call.STATE_ACTIVE); in getActiveCall()1501 return getCallByState(Call.STATE_HOLDING); in getHeldCall()