Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMnsObexClient.java66 public static final int MSG_MNS_SEND_EVENT = 2; field in BluetoothMnsObexClient
138 case MSG_MNS_SEND_EVENT: in handleMessage()
419 Message msg = mHandler.obtainMessage(MSG_MNS_SEND_EVENT, masInstanceId, 0, eventBytes); in sendEvent()