Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/sap/
DSapService.java59 public static final int MSG_SERVERSESSION_CLOSE = 5000; field in SapService
414 mSessionStatusHandler.sendEmptyMessage(MSG_SERVERSESSION_CLOSE); in run()
454 case MSG_SERVERSESSION_CLOSE:
873 mSessionStatusHandler.sendEmptyMessage(MSG_SERVERSESSION_CLOSE); in onReceive()
907 mSessionStatusHandler.sendEmptyMessage(MSG_SERVERSESSION_CLOSE); in onReceive()
DSapServer.java535 msg.what = SapService.MSG_SERVERSESSION_CLOSE; in run()
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapService.java95 static final int MSG_SERVERSESSION_CLOSE = 5000; field in BluetoothMapService
387 case MSG_SERVERSESSION_CLOSE: in handleMessage()
DBluetoothMapObexServer.java973 msg.what = BluetoothMapService.MSG_SERVERSESSION_CLOSE; in onClose()