Searched defs:MESSAGE_SDP_INTENT (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/sdp/
H A DSdpManager.java81 private static final int MESSAGE_SDP_INTENT = 2; field in class:SdpManager
148 Message message = mHandler.obtainMessage(MESSAGE_SDP_INTENT, this);
154 mHandler.removeMessages(MESSAGE_SDP_INTENT, this);
490 case MESSAGE_SDP_INTENT:

Completed in 242 milliseconds