Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/bass_client/
DBassClientService.java3251 private static final int MSG_SEARCH_STOPPED = 3; field in BassClientService.Callbacks
3349 case MSG_SEARCH_STOPPED: in invokeCallback()
3412 obtainMessage(MSG_SEARCH_STOPPED, reason, 0).sendToTarget(); in notifySearchStopped()