Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
DAdapterProperties.java801 int numDev = 1; in updateProfileConnectionState() local
818 numDev = stateNumDev.second; in updateProfileConnectionState()
821 numDev++; in updateProfileConnectionState()
825 numDev = 1; in updateProfileConnectionState()
826 } else if (numDev == 1 && oldState == currHashState) { in updateProfileConnectionState()
828 } else if (numDev > 1 && oldState == currHashState) { in updateProfileConnectionState()
829 numDev--; in updateProfileConnectionState()
841 mProfileConnectionState.put(profile, new Pair<Integer, Integer>(newHashState, numDev)); in updateProfileConnectionState()