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.java727 int numDev = 1; in updateProfileConnectionState() local
744 numDev = stateNumDev.second; in updateProfileConnectionState()
747 numDev++; in updateProfileConnectionState()
751 numDev = 1; in updateProfileConnectionState()
752 } else if (numDev == 1 && oldState == currHashState) { in updateProfileConnectionState()
754 } else if (numDev > 1 && oldState == currHashState) { in updateProfileConnectionState()
755 numDev--; in updateProfileConnectionState()
767 mProfileConnectionState.put(profile, new Pair<Integer, Integer>(newHashState, numDev)); in updateProfileConnectionState()