HomeSort by relevance Sort by last modified time
    Searched refs:MSG_SESSION_ESTABLISHED (Results 1 - 4 of 4) sorted by null

  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapService.java 94 public static final int MSG_SESSION_ESTABLISHED = 5001;
468 case MSG_SESSION_ESTABLISHED:
BluetoothMapObexServer.java 139 "MSG_SESSION_ESTABLISHED msg.");
143 msg.what = BluetoothMapService.MSG_SESSION_ESTABLISHED;
  /packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
BluetoothPbapService.java 118 public static final int MSG_SESSION_ESTABLISHED = 5001;
665 case MSG_SESSION_ESTABLISHED:
BluetoothPbapObexServer.java 220 "MSG_SESSION_ESTABLISHED msg.");
223 msg.what = BluetoothPbapService.MSG_SESSION_ESTABLISHED;
    [all...]

Completed in 953 milliseconds