Searched refs:minuteIndex (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/java/android/widget/
H A DTimePickerSpinnerDelegate.java268 int minuteIndex = bestDateTimePattern.indexOf('m', hourIndex + 1);
269 if (minuteIndex == -1) {
272 separatorText = bestDateTimePattern.substring(hourIndex + 1, minuteIndex);
/frameworks/opt/calendar/src/com/android/calendarcommon2/
H A DRecurrenceProcessor.java962 int minuteIndex = 0;
965 ? r.byminute[minuteIndex]
1055 minuteIndex++;
1056 } while (usebyminute && minuteIndex < byminuteCount);
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
H A DZenModePanel.java884 public void setMinuteIndex(int minuteIndex) { argument
885 minuteIndex = clampIndex(minuteIndex);
886 if (minuteIndex == mMinuteIndex) return;
887 mMinuteIndex = clampIndex(minuteIndex);

Completed in 151 milliseconds