Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
DAdapterProperties.java741 Pair<Integer, Integer> stateNumDev = mProfileConnectionState.get(profile); in updateProfileConnectionState() local
742 if (stateNumDev != null) { in updateProfileConnectionState()
743 int currHashState = stateNumDev.first; in updateProfileConnectionState()
744 numDev = stateNumDev.second; in updateProfileConnectionState()