Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/sap/
DSapService.java61 public static final int MSG_SESSION_DISCONNECTED = 5002; field in SapService
459 case MSG_SESSION_DISCONNECTED:
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapService.java97 static final int MSG_SESSION_DISCONNECTED = 5002; field in BluetoothMapService
392 case MSG_SESSION_DISCONNECTED: in handleMessage()
DBluetoothMapObexServer.java429 msg.what = BluetoothMapService.MSG_SESSION_DISCONNECTED; in onDisconnect()