Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/avrcpcontroller/
DAvrcpCoverArtManager.java170 public synchronized boolean refreshSession(BluetoothDevice device) { in refreshSession() method in AvrcpCoverArtManager
177 client.refreshSession(); in refreshSession()
DAvrcpBipClient.java144 public void refreshSession() { in refreshSession() method in AvrcpBipClient
DAvrcpControllerStateMachine.java335 mCoverArtManager.refreshSession(mDevice); in refreshCoverArt()