Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/telephony/
DBluetoothInCallService.java1409 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.CallInfo
1486 return getCallByStates(states); in getOutgoingCall()
1493 return getCallByStates(states); in getRingingOrSimulatedRingingCall()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/tbs/
DTbsGeneric.java1061 private synchronized Map.Entry<Integer, TbsCall> getCallByStates( in getCallByStates() method in TbsGeneric
1081 foregroundCall = getCallByStates(states); in getForegroundCall()
1089 foregroundCall = getCallByStates(states); in getForegroundCall()
1096 foregroundCall = getCallByStates(states); in getForegroundCall()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/telephony/
DCallInfoTest.java233 assertThat(mMockCallInfo.getCallByStates(states)).isNull(); in getCallByStates_withNoMatchingCall()