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.java60 private HashMap<LocalBluetoothProfile, Integer> mProfileConnectionState; field in CachedBluetoothDevice
135 mProfileConnectionState.put(profile, newProfileState); in onProfileStateChanged()
169 mProfileConnectionState = new HashMap<LocalBluetoothProfile, Integer>(); in CachedBluetoothDevice()
339 if (mProfileConnectionState == null || in getProfileConnectionState()
340 mProfileConnectionState.get(profile) == null) { in getProfileConnectionState()
343 mProfileConnectionState.put(profile, state); in getProfileConnectionState()
345 return mProfileConnectionState.get(profile); in getProfileConnectionState()
354 mProfileConnectionState.put(profile, BluetoothProfile.STATE_DISCONNECTED); in clearProfileConnectionState()