Home
last modified time | relevance | path

Searched refs:MSG_SESSION_DISCONNECTED (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/sap/
DSapService.java63 public static final int MSG_SESSION_DISCONNECTED = 5002; field in SapService
461 case MSG_SESSION_DISCONNECTED:
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/
DBluetoothMapService.java96 static final int MSG_SESSION_DISCONNECTED = 5002; field in BluetoothMapService
402 case MSG_SESSION_DISCONNECTED: in handleMessage()
DBluetoothMapObexServer.java429 msg.what = BluetoothMapService.MSG_SESSION_DISCONNECTED; in onDisconnect()