HomeSort by relevance Sort by last modified time
    Searched defs:MSG_SERVERSESSION_CLOSE (Results 1 - 3 of 3) sorted by null

  /packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
BluetoothPbapService.java 118 public static final int MSG_SERVERSESSION_CLOSE = 5000;
706 case MSG_SERVERSESSION_CLOSE:
712 // case MSG_SERVERSESSION_CLOSE will handle ,so just skip
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/sap/
SapService.java 57 public static final int MSG_SERVERSESSION_CLOSE = 5000;
412 case MSG_SERVERSESSION_CLOSE:
728 mSessionStatusHandler.sendEmptyMessage(MSG_SERVERSESSION_CLOSE);
753 mSessionStatusHandler.sendEmptyMessage(MSG_SERVERSESSION_CLOSE);
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapService.java 80 public static final int MSG_SERVERSESSION_CLOSE = 5000;
352 case MSG_SERVERSESSION_CLOSE:
    [all...]

Completed in 607 milliseconds