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.java740 Pair<Integer, Integer> stateNumDev = mProfileConnectionState.get(profile); in updateProfileConnectionState() local
741 if (stateNumDev != null) { in updateProfileConnectionState()
742 int currHashState = stateNumDev.first; in updateProfileConnectionState()
743 numDev = stateNumDev.second; in updateProfileConnectionState()