Searched refs:MSG_SESSION_ESTABLISHED (Results 1 - 4 of 4) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/map/
H A DBluetoothMapService.java94 public static final int MSG_SESSION_ESTABLISHED = 5001; field in class:BluetoothMapService
453 case MSG_SESSION_ESTABLISHED:
H A DBluetoothMapObexServer.java138 "MSG_SESSION_ESTABLISHED msg.");
142 msg.what = BluetoothMapService.MSG_SESSION_ESTABLISHED;
/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
H A DBluetoothPbapService.java118 public static final int MSG_SESSION_ESTABLISHED = 5001; field in class:BluetoothPbapService
653 case MSG_SESSION_ESTABLISHED:
H A DBluetoothPbapObexServer.java219 "MSG_SESSION_ESTABLISHED msg.");
222 msg.what = BluetoothPbapService.MSG_SESSION_ESTABLISHED;

Completed in 55 milliseconds