Searched defs:MESSAGE_DISCONNECT (Results 1 - 2 of 2) sorted by last modified time

/packages/apps/Bluetooth/src/com/android/bluetooth/hid/
H A DHidService.java59 private static final int MESSAGE_DISCONNECT = 2; field in class:HidService
161 case MESSAGE_DISCONNECT:
416 Message msg = mHandler.obtainMessage(MESSAGE_DISCONNECT,device);
/packages/apps/Bluetooth/src/com/android/bluetooth/pan/
H A DPanService.java76 private static final int MESSAGE_DISCONNECT = 2; field in class:PanService
161 case MESSAGE_DISCONNECT:
278 Message msg = mHandler.obtainMessage(MESSAGE_DISCONNECT,device);

Completed in 56 milliseconds