Searched defs:HOUR (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/core/jni/
H A DTimeUtils.h49 HOUR = 3, enumerator in enum:android::Time::__anon957
/frameworks/base/core/java/android/app/
H A DTimePickerDialog.java53 private static final String HOUR = "hour"; field in class:TimePickerDialog
144 state.putInt(HOUR, mTimePicker.getCurrentHour());
153 int hour = savedInstanceState.getInt(HOUR);
/frameworks/base/core/java/android/text/format/
H A DDateFormat.java65 fields such as <code>HOUR</code> adding more copies of the designator will
95 This designator indicates whether the <code>HOUR</code> field is before
105 This designator indicates whether the <code>HOUR</code> field is before
139 public static final char HOUR = 'h'; field in class:DateFormat
559 case HOUR:
560 temp = inDate.get(Calendar.HOUR);
H A DTime.java124 public static final int HOUR = 3; field in class:Time
227 * @param field one of the constants for HOUR, MINUTE, SECOND, etc.
236 case HOUR:

Completed in 659 milliseconds