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.java60 public static final int MSG_SESSION_ESTABLISHED = 5001; field in SapService
457 case MSG_SESSION_ESTABLISHED:
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapService.java96 static final int MSG_SESSION_ESTABLISHED = 5001; field in BluetoothMapService
390 case MSG_SESSION_ESTABLISHED: in handleMessage()
DBluetoothMapObexServer.java410 msg.what = BluetoothMapService.MSG_SESSION_ESTABLISHED; in onConnect()