Home
last modified time | relevance | path

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

/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/avrcpcontroller/
H A DAvrcpCoverArtManager.java52 private Map<BluetoothDevice, AvrcpBipSession> mBipSessions = new ConcurrentHashMap<>(1); field in AvrcpCoverArtManager
163 mBipSessions.put(device, new AvrcpBipSession(device)); in connect()
199 mBipSessions.remove(device); in disconnect()
366 return mBipSessions.get(device); in getSession()