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

/packages/apps/Bluetooth/src/com/android/bluetooth/hid/
H A DHidService.java54 private static final int MESSAGE_CONNECT = 1; field in class:HidService
152 case MESSAGE_CONNECT:
411 Message msg = mHandler.obtainMessage(MESSAGE_CONNECT, device);
/packages/apps/Bluetooth/src/com/android/bluetooth/pan/
H A DPanService.java68 private static final int MESSAGE_CONNECT = 1; field in class:PanService
166 case MESSAGE_CONNECT:
292 Message msg = mHandler.obtainMessage(MESSAGE_CONNECT,device);

Completed in 203 milliseconds