Home | History | Annotate | Download | only in app

Lines Matching refs:HOUR

47          * @param hourOfDay The hour that was set.
53 private static final String HOUR = "hour";
67 * @param hourOfDay The initial hour.
69 * @param is24HourView Whether this is a 24 hour view, or AM/PM.
81 * @param hourOfDay The initial hour.
83 * @param is24HourView Whether this is a 24 hour view, or AM/PM.
144 state.putInt(HOUR, mTimePicker.getCurrentHour());
153 int hour = savedInstanceState.getInt(HOUR);
156 mTimePicker.setCurrentHour(hour);