Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/hfpclient/connserv/
DHfpClientConnectionTest.java241 mHfpClientConnection.handleCallChanged(); in handleCallChanged_active()
253 mHfpClientConnection.handleCallChanged(); in handleCallChanged_activeConference()
262 mHfpClientConnection.handleCallChanged(); in handleCallChanged_heldByResponseAndHold()
274 mHfpClientConnection.handleCallChanged(); in handleCallChanged_heldByResponseAndHoldConference()
283 mHfpClientConnection.handleCallChanged(); in handleCallChanged_held()
295 mHfpClientConnection.handleCallChanged(); in handleCallChanged_heldConference()
304 mHfpClientConnection.handleCallChanged(); in handleCallChanged_dialing()
313 mHfpClientConnection.handleCallChanged(); in handleCallChanged_alerting()
322 mHfpClientConnection.handleCallChanged(); in handleCallChanged_incoming()
331 mHfpClientConnection.handleCallChanged(); in handleCallChanged_waiting()
[all …]
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfpclient/
DHfpClientConnection.java60 handleCallChanged(); in HfpClientConnection()
136 public void handleCallChanged() { in handleCallChanged() method in HfpClientConnection
DHfpClientDeviceBlock.java184 connection.handleCallChanged(); in handleCall()