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