Searched refs:getCallByStates (Results 1 – 3 of 3) sorted by relevance
1409 foregroundCall = getCallByStates(states); in getForegroundCall()1418 foregroundCall = getCallByStates(states); in getForegroundCall()1425 foregroundCall = getCallByStates(states); in getForegroundCall()1433 public BluetoothCall getCallByStates(LinkedHashSet<Integer> states) { in getCallByStates() method in BluetoothInCallService.CallInfo1486 return getCallByStates(states); in getOutgoingCall()1493 return getCallByStates(states); in getRingingOrSimulatedRingingCall()
1061 private synchronized Map.Entry<Integer, TbsCall> getCallByStates( in getCallByStates() method in TbsGeneric1081 foregroundCall = getCallByStates(states); in getForegroundCall()1089 foregroundCall = getCallByStates(states); in getForegroundCall()1096 foregroundCall = getCallByStates(states); in getForegroundCall()
233 assertThat(mMockCallInfo.getCallByStates(states)).isNull(); in getCallByStates_withNoMatchingCall()