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.java70 private final HashMap<BluetoothDevice, Integer> mDeviceEventMap = new HashMap<>(); field in HeadsetPhoneState
95 synchronized (mDeviceEventMap) { in cleanup()
96 mDeviceEventMap.clear(); in cleanup()
111 synchronized (mDeviceEventMap) { in getTelephonyEventsToListen()
112 return mDeviceEventMap.values() in getTelephonyEventsToListen()
126 synchronized (mDeviceEventMap) { in listenForPhoneState()
129 mDeviceEventMap.remove(device); in listenForPhoneState()
131 mDeviceEventMap.put(device, events); in listenForPhoneState()
257 synchronized (mDeviceEventMap) { in onSubscriptionsChanged()