Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/
DAdapterProperties.java107 private final HashMap<Integer, Pair<Integer, Integer>> mProfileConnectionState = field in AdapterProperties
228 mProfileConnectionState.clear(); in init()
285 mProfileConnectionState.clear(); in cleanup()
732 Pair<Integer, Integer> p = mProfileConnectionState.get(profile); in getProfileConnectionState()
942 Pair<Integer, Integer> stateNumDev = mProfileConnectionState.get(profile); in updateProfileConnectionState()
968 mProfileConnectionState.put(profile, new Pair<Integer, Integer>(newHashState, numDev)); in updateProfileConnectionState()
1182 mProfileConnectionState.clear(); in onBluetoothReady()