Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/sdp/
DSdpManager.java64 private static final int MESSAGE_SDP_INTENT = 2; field in SdpManager
141 Message message = mHandler.obtainMessage(MESSAGE_SDP_INTENT, this); in startSearch()
147 mHandler.removeMessages(MESSAGE_SDP_INTENT, this); in stopSearch()
509 case MESSAGE_SDP_INTENT: