Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
DBluetoothPbapService.java120 public static final int MSG_SESSION_DISCONNECTED = 5002; field in BluetoothPbapService
708 case MSG_SESSION_DISCONNECTED:
DBluetoothPbapObexServer.java233 msg.what = BluetoothPbapService.MSG_SESSION_DISCONNECTED; in onDisconnect()
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapService.java96 public static final int MSG_SESSION_DISCONNECTED = 5002; field in BluetoothMapService
352 case MSG_SESSION_DISCONNECTED:
DBluetoothMapObexServer.java298 msg.what = BluetoothMapService.MSG_SESSION_DISCONNECTED; in onDisconnect()