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

  /packages/apps/Bluetooth/src/com/android/bluetooth/sap/
SapService.java 53 public static final int MSG_SERVERSESSION_CLOSE = 5000;
372 mSessionStatusHandler.sendEmptyMessage(MSG_SERVERSESSION_CLOSE);
407 case MSG_SERVERSESSION_CLOSE:
732 mSessionStatusHandler.sendEmptyMessage(MSG_SERVERSESSION_CLOSE);
762 mSessionStatusHandler.sendEmptyMessage(MSG_SERVERSESSION_CLOSE);
    [all...]
SapServer.java 101 * @param serviceHandler The handler to send a SapService.MSG_SERVERSESSION_CLOSE when closing
482 msg.what = SapService.MSG_SERVERSESSION_CLOSE;
484 if (DEBUG) Log.d(TAG, "MSG_SERVERSESSION_CLOSE sent out.");
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapService.java 82 public static final int MSG_SERVERSESSION_CLOSE = 5000;
370 case MSG_SERVERSESSION_CLOSE:
    [all...]
BluetoothMapObexServer.java     [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
BluetoothPbapService.java 128 public static final int MSG_SERVERSESSION_CLOSE = 5000;
695 case MSG_SERVERSESSION_CLOSE:
701 // case MSG_SERVERSESSION_CLOSE will handle ,so just skip
    [all...]
BluetoothPbapObexServer.java 342 msg.what = BluetoothPbapService.MSG_SERVERSESSION_CLOSE;
344 if (D) Log.d(TAG, "onClose(): msg MSG_SERVERSESSION_CLOSE sent out.");
    [all...]

Completed in 528 milliseconds