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.java72 private final HashMap<BluetoothDevice, Integer> mDeviceEventMap = new HashMap<>(); field in HeadsetPhoneState
97 synchronized (mDeviceEventMap) { in cleanup()
98 mDeviceEventMap.clear(); in cleanup()
113 synchronized (mDeviceEventMap) { in getTelephonyEventsToListen()
114 return mDeviceEventMap.values() in getTelephonyEventsToListen()
128 synchronized (mDeviceEventMap) { in listenForPhoneState()
131 mDeviceEventMap.remove(device); in listenForPhoneState()
133 mDeviceEventMap.put(device, events); in listenForPhoneState()
260 synchronized (mDeviceEventMap) { in onSubscriptionsChanged()