Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/sap/
DSapService.java61 public static final int MSG_SERVERSESSION_CLOSE = 5000; field in SapService
419 mSessionStatusHandler.sendEmptyMessage(MSG_SERVERSESSION_CLOSE); in run()
456 case MSG_SERVERSESSION_CLOSE:
858 mSessionStatusHandler.sendEmptyMessage(MSG_SERVERSESSION_CLOSE); in onReceive()
895 mSessionStatusHandler.sendEmptyMessage(MSG_SERVERSESSION_CLOSE); in handleAclDisconnected()
DSapServer.java551 msg.what = SapService.MSG_SERVERSESSION_CLOSE; in run()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/
DBluetoothMapService.java94 static final int MSG_SERVERSESSION_CLOSE = 5000; field in BluetoothMapService
397 case MSG_SERVERSESSION_CLOSE: in handleMessage()
DBluetoothMapObexServer.java1069 msg.what = BluetoothMapService.MSG_SERVERSESSION_CLOSE; in onClose()