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 237 case HeaderSet.TIME_ISO_8601:
257 headerImpl.setHeader(HeaderSet.TIME_ISO_8601, temp);
425 dateHeader = (Calendar)headImpl.getHeader(HeaderSet.TIME_ISO_8601);
478 out.write(HeaderSet.TIME_ISO_8601);
482 headImpl.setHeader(HeaderSet.TIME_ISO_8601, null);
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
Constants.java 308 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 504 milliseconds