Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
DAdapterProperties.java95 private final HashMap<Integer, Pair<Integer, Integer>> mProfileConnectionState = field in AdapterProperties
201 mProfileConnectionState.clear(); in init()
244 mProfileConnectionState.clear(); in cleanup()
633 Pair<Integer, Integer> p = mProfileConnectionState.get(profile); in getProfileConnectionState()
815 Pair<Integer, Integer> stateNumDev = mProfileConnectionState.get(profile); in updateProfileConnectionState()
841 mProfileConnectionState.put(profile, new Pair<Integer, Integer>(newHashState, numDev)); in updateProfileConnectionState()
1012 mProfileConnectionState.clear(); in onBluetoothReady()