Searched refs:getCallByState (Results 1 – 2 of 2) sorted by relevance
1057 public BluetoothCall getCallByState(int state) { in getCallByState() method in BluetoothInCallService.CallInfo1111 return getCallByState(Call.STATE_ACTIVE); in getActiveCall()1115 return getCallByState(Call.STATE_HOLDING); in getHeldCall()
1136 when(mMockCallInfo.getCallByState(Call.STATE_DISCONNECTED)).thenReturn(call); in createDisconnectedCall()