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

  /packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/
EventRecurrenceTest.java 46 /* int wkst */ EventRecurrence.MO
67 /* int wkst */ EventRecurrence.MO
88 /* int wkst */ EventRecurrence.MO
109 /* int wkst */ EventRecurrence.MO
130 /* int wkst */ EventRecurrence.MO
151 /* int wkst */ EventRecurrence.MO
172 /* int wkst */ EventRecurrence.MO
194 /* int wkst */ EventRecurrence.MO
216 /* int wkst */ EventRecurrence.MO
238 /* int wkst */ EventRecurrence.MO
    [all...]
  /frameworks/base/core/java/android/pim/
EventRecurrence.java 39 wkst = MO;
60 public static final int MO = 0x00020000;
95 * Converts one of the Calendar.SUNDAY constants to the SU, MO, etc.
106 return MO;
129 return MO;
150 case MO:
168 * Converts one of the SU, MO, etc. constants to the Calendar.SUNDAY
178 case MO:
196 * Converts one of the internal day constants (SU, MO, etc.) to the
202 * @param day one the internal constants SU, MO, etc
    [all...]
  /frameworks/base/include/pim/
EventRecurrence.h 46 MO = 0x00020000,
  /packages/apps/Calendar/src/com/android/calendar/
EventRecurrenceFormatter.java 91 case EventRecurrence.MO: return Calendar.MONDAY;
EditEvent.java     [all...]
  /frameworks/base/libs/ui/
EventRecurrence.cpp 150 { MO_text, SIZ(MO_text), EventRecurrence::MO },
473 // default wkst to MO if it wasn't specified
475 wkst = MO;
  /external/qemu/
ppc-dis.c 551 /* The MO field in an mbar instruction. */
552 #define MO CT
    [all...]

Completed in 111 milliseconds