Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
DHeadsetPhoneState.java76 private final HashMap<BluetoothDevice, Integer> mDeviceEventMap = new HashMap<>(); field in HeadsetPhoneState
100 synchronized (mDeviceEventMap) { in cleanup()
101 mDeviceEventMap.clear(); in cleanup()
116 synchronized (mDeviceEventMap) { in getTelephonyEventsToListen()
117 return mDeviceEventMap.values() in getTelephonyEventsToListen()
131 synchronized (mDeviceEventMap) { in listenForPhoneState()
134 mDeviceEventMap.remove(device); in listenForPhoneState()
136 mDeviceEventMap.put(device, events); in listenForPhoneState()
269 synchronized (mDeviceEventMap) { in onSubscriptionsChanged()