Home | History | Annotate | Download | only in cts

Lines Matching defs:hour

95             int hour = mNow.get(Calendar.HOUR_OF_DAY);
96 if (hour < 22 && hour > 12) {
115 int hour = Integer.parseInt(mTextClock.getText().toString());
116 ok.value = hour >= 1 && hour < 12;
135 int hour = Integer.parseInt(mTextClock.getText().toString());
136 ok.value = hour > 12 && hour < 24;
153 // Now test that it isn't updated when a non-12/24 hour setting is set