Home
last modified time | relevance | path

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

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
DCachedBluetoothDevice.java64 private HashMap<LocalBluetoothProfile, Integer> mProfileConnectionState; field in CachedBluetoothDevice
154 mProfileConnectionState.put(profile, newProfileState); in onProfileStateChanged()
191 mProfileConnectionState = new HashMap<LocalBluetoothProfile, Integer>(); in CachedBluetoothDevice()
362 if (mProfileConnectionState.get(profile) == null) { in getProfileConnectionState()
365 mProfileConnectionState.put(profile, state); in getProfileConnectionState()
367 return mProfileConnectionState.get(profile); in getProfileConnectionState()
376 mProfileConnectionState.put(profile, BluetoothProfile.STATE_DISCONNECTED); in clearProfileConnectionState()