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

  /frameworks/base/obex/javax/obex/
HeaderSet.java 82 * The value of <code>TIME_ISO_8601</code> is 0x44 (68).
84 public static final int TIME_ISO_8601 = 0x44;
294 case TIME_ISO_8601:
455 case TIME_ISO_8601:
519 out.write(TIME_ISO_8601);
ObexHelper.java 231 case HeaderSet.TIME_ISO_8601:
251 headerImpl.setHeader(HeaderSet.TIME_ISO_8601, temp);
419 dateHeader = (Calendar)headImpl.getHeader(HeaderSet.TIME_ISO_8601);
472 out.write(HeaderSet.TIME_ISO_8601);
476 headImpl.setHeader(HeaderSet.TIME_ISO_8601, null);
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
Constants.java 232 Log.v(TAG, "TIME_ISO_8601 : " + hs.getHeader(HeaderSet.TIME_ISO_8601));
  /packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
BluetoothPbapObexServer.java     [all...]

Completed in 20 milliseconds