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

  /packages/apps/UnifiedEmail/src/com/android/mail/
FormattedDateBuilder.java 84 final int thenMonth = time.month;
89 && (thenMonth == time.month)
  /frameworks/base/core/java/android/text/format/
DateUtils.java 597 int thenMonth = time.month;
602 && (thenMonth == time.month)
    [all...]

Completed in 123 milliseconds