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

  /frameworks/base/core/java/android/pim/
EventRecurrence.java 59 public static final int SU = 0x00010000;
95 * Converts one of the Calendar.SUNDAY constants to the SU, MO, etc.
104 return SU;
127 return SU;
148 case SU:
168 * Converts one of the SU, MO, etc. constants to the Calendar.SUNDAY
176 case SU:
196 * Converts one of the internal day constants (SU, MO, etc.) to the
202 * @param day one the internal constants SU, MO, etc.
203 * @return the two-letter string for the day ("SU", "MO", etc.
    [all...]
  /frameworks/base/include/pim/
EventRecurrence.h 45 SU = 0x00010000,

Completed in 71 milliseconds