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

/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
H A DBluetoothPbapService.java120 public static final int MSG_SESSION_ESTABLISHED = 5001; field in class:BluetoothPbapService
709 case MSG_SESSION_ESTABLISHED:
H A DBluetoothPbapObexServer.java220 "MSG_SESSION_ESTABLISHED msg.");
223 msg.what = BluetoothPbapService.MSG_SESSION_ESTABLISHED;
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
H A DBluetoothMapService.java82 public static final int MSG_SESSION_ESTABLISHED = 5001; field in class:BluetoothMapService
355 case MSG_SESSION_ESTABLISHED:
H A DBluetoothMapObexServer.java367 "MSG_SESSION_ESTABLISHED msg.");
371 msg.what = BluetoothMapService.MSG_SESSION_ESTABLISHED;
/packages/apps/Bluetooth/src/com/android/bluetooth/sap/
H A DSapService.java58 public static final int MSG_SESSION_ESTABLISHED = 5001; field in class:SapService
415 case MSG_SESSION_ESTABLISHED:

Completed in 18 milliseconds