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

/packages/apps/Settings/src/com/android/settings/bluetooth/
H A DCachedBluetoothDevice.java52 private HashMap<LocalBluetoothProfile, Integer> mProfileConnectionState; field in class:CachedBluetoothDevice
122 mProfileConnectionState.put(profile, newProfileState);
151 mProfileConnectionState = new HashMap<LocalBluetoothProfile, Integer>();
311 if (mProfileConnectionState == null ||
312 mProfileConnectionState.get(profile) == null) {
315 mProfileConnectionState.put(profile, state);
317 return mProfileConnectionState.get(profile);

Completed in 325 milliseconds