Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/sap/
DSapService.java55 public static final int MSG_SESSION_ESTABLISHED = 5001; field in SapService
451 case MSG_SESSION_ESTABLISHED:
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapService.java89 static final int MSG_SESSION_ESTABLISHED = 5001; field in BluetoothMapService
385 case MSG_SESSION_ESTABLISHED: in handleMessage()
DBluetoothMapObexServer.java410 msg.what = BluetoothMapService.MSG_SESSION_ESTABLISHED; in onConnect()