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

  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapService.java 92 public static final int MSG_SERVERSESSION_CLOSE = 5000;
450 case MSG_SERVERSESSION_CLOSE:
BluetoothMapObexServer.java 361 msg.what = BluetoothMapService.MSG_SERVERSESSION_CLOSE;
363 if (D) Log.d(TAG, "onClose(): msg MSG_SERVERSESSION_CLOSE sent out.");
  /packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
BluetoothPbapService.java 116 public static final int MSG_SERVERSESSION_CLOSE = 5000;
650 case MSG_SERVERSESSION_CLOSE:
656 // case MSG_SERVERSESSION_CLOSE will handle ,so just skip
BluetoothPbapObexServer.java 303 msg.what = BluetoothPbapService.MSG_SERVERSESSION_CLOSE;
305 if (D) Log.d(TAG, "onClose(): msg MSG_SERVERSESSION_CLOSE sent out.");
    [all...]

Completed in 868 milliseconds