HomeSort by relevance Sort by last modified time
    Searched refs:SU (Results 1 - 6 of 6) 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,
  /packages/apps/Calendar/src/com/android/calendar/
EventRecurrenceFormatter.java 90 case EventRecurrence.SU: return Calendar.SUNDAY;
  /packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/
EventRecurrenceTest.java 254 + ";WKST=SU",
269 /* int wkst */ EventRecurrence.SU
285 + ";WKST=SU",
300 /* int wkst */ EventRecurrence.SU
346 verifyRecurType("FREQ=DAILY;BYDAY=1SU,-2MO,+33TU,WE,TH,FR,SA",
355 EventRecurrence.SU,
402 + "BYDAY=MO,TU,WE,TH,FR,SA,SU",
417 EventRecurrence.SU
479 verifyRecurType("FREQ=YEARLY;BYDAY=-1SU;BYMONTH=10",
488 EventRecurrence.SU
    [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/core/data_ctrl/Ctrl/
RateAdaptation.c 62 rate_e rate,UINT8* FB,UINT8* SU);
519 rate_e rate,UINT8* FB,UINT8* SU)
528 *SU = currTable->rateAdaptSUTable[i];
534 *SU = 0;
    [all...]
  /frameworks/base/libs/ui/
EventRecurrence.cpp 149 { SU_text, SIZ(SU_text), EventRecurrence::SU },

Completed in 363 milliseconds