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

  /packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
BluetoothPbapService.java 120 public static final int MSG_SESSION_ESTABLISHED = 5001;
709 case MSG_SESSION_ESTABLISHED:
    [all...]
BluetoothPbapObexServer.java 220 "MSG_SESSION_ESTABLISHED msg.");
223 msg.what = BluetoothPbapService.MSG_SESSION_ESTABLISHED;
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapService.java 82 public static final int MSG_SESSION_ESTABLISHED = 5001;
355 case MSG_SESSION_ESTABLISHED:
    [all...]
BluetoothMapObexServer.java 367 "MSG_SESSION_ESTABLISHED msg.");
371 msg.what = BluetoothMapService.MSG_SESSION_ESTABLISHED;
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/sap/
SapService.java 58 public static final int MSG_SESSION_ESTABLISHED = 5001;
415 case MSG_SESSION_ESTABLISHED:
    [all...]

Completed in 238 milliseconds