Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/
DAdapterProperties.java795 if (!validateProfileConnectionState(newState) in updateOnProfileConnectionChanged()
796 || !validateProfileConnectionState(prevState)) { in updateOnProfileConnectionChanged()
831 private boolean validateProfileConnectionState(int state) { in validateProfileConnectionState() method in AdapterProperties