Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
DAdapterProperties.java596 if (!validateProfileConnectionState(state) || !validateProfileConnectionState(prevState)) { in sendConnectionStateChange()
630 private boolean validateProfileConnectionState(int state) { in validateProfileConnectionState() method in AdapterProperties