Searched refs:mProfileConnectionState (Results 1 – 1 of 1) sorted by relevance
64 private HashMap<LocalBluetoothProfile, Integer> mProfileConnectionState; field in CachedBluetoothDevice154 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()