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/pbap/
DBluetoothPbapService.java116 public static final int MSG_SERVERSESSION_CLOSE = 5000; field in BluetoothPbapService
703 case MSG_SERVERSESSION_CLOSE:
DBluetoothPbapObexServer.java309 msg.what = BluetoothPbapService.MSG_SERVERSESSION_CLOSE; in onClose()
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapService.java92 public static final int MSG_SERVERSESSION_CLOSE = 5000; field in BluetoothMapService
347 case MSG_SERVERSESSION_CLOSE:
DBluetoothMapObexServer.java625 msg.what = BluetoothMapService.MSG_SERVERSESSION_CLOSE; in onClose()