HomeSort by relevance Sort by last modified time
    Searched refs:hourIndex (Results 1 - 5 of 5) sorted by null

  /frameworks/base/core/java/android/widget/
TimePickerClockDelegate.java 265 int hourIndex = bestDateTimePattern.lastIndexOf('H');
266 if (hourIndex == -1) {
267 hourIndex = bestDateTimePattern.lastIndexOf('h');
269 if (hourIndex == -1) {
273 int minuteIndex = bestDateTimePattern.indexOf('m', hourIndex + 1);
275 separatorText = Character.toString(bestDateTimePattern.charAt(hourIndex + 1));
277 separatorText = bestDateTimePattern.substring(hourIndex + 1, minuteIndex);
  /frameworks/opt/calendar/src/com/android/calendarcommon2/
RecurrenceProcessor.java     [all...]
  /prebuilts/devtools/tools/lib/
jfreechart-1.0.9.jar 
  /prebuilts/tools/common/jfreechart/
jfreechart-1.0.9.jar 
  /prebuilts/tools/common/m2/repository/jfree/jfreechart/1.0.9/
jfreechart-1.0.9.jar 

Completed in 129 milliseconds