Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/
DAdapterProperties.java928 int numDev = 1; in updateProfileConnectionState() local
945 numDev = stateNumDev.second; in updateProfileConnectionState()
948 numDev++; in updateProfileConnectionState()
952 numDev = 1; in updateProfileConnectionState()
953 } else if (numDev == 1 && oldState == currHashState) { in updateProfileConnectionState()
955 } else if (numDev > 1 && oldState == currHashState) { in updateProfileConnectionState()
956 numDev--; in updateProfileConnectionState()
968 mProfileConnectionState.put(profile, new Pair<Integer, Integer>(newHashState, numDev)); in updateProfileConnectionState()