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

  /developers/build/prebuilts/gradle/AppUsageStatistics/Application/tests/src/com/example/android/appusagestatistics/
AppUsageStatisticsFragmentTests.java 69 assertTrue(StatsUsageInterval.WEEKLY == StatsUsageInterval.getValue("Weekly"));
  /developers/samples/android/system/AppUsageStatistics/Application/tests/src/com/example/android/appusagestatistics/
AppUsageStatisticsFragmentTests.java 69 assertTrue(StatsUsageInterval.WEEKLY == StatsUsageInterval.getValue("Weekly"));
  /frameworks/opt/calendar/tests/src/com/android/calendarcommon2/
EventRecurrenceTest.java 122 verifyRecurType("FREQ=WEEKLY",
123 /* int freq */ EventRecurrence.WEEKLY,
383 verifyRecurType("FREQ=WEEKLY;WKST=MO;UNTIL=20100129T130000Z;INTERVAL=1;BYDAY=MO,TU,WE,",
384 /* int freq */ EventRecurrence.WEEKLY,
408 verifyRecurType("FREQ=WEEKLY;WKST=MO;UNTIL=20100129T130000Z;INTERVAL=1;"
410 /* int freq */ EventRecurrence.WEEKLY,
553 verifyRecurType("FREQ=WEEKLY;WKST=SU;INTERVAL=1;BYDAY=MO,TU,WE,TH,FR",
554 /* int freq */ EventRecurrence.WEEKLY,
580 verifyRecurType("FREQ=WEEKLY;WKST=SU;INTERVAL=2;BYDAY=MO,TU,WE,TH,FR",
581 /* int freq */ EventRecurrence.WEEKLY,
    [all...]
  /frameworks/opt/calendar/src/com/android/calendarcommon2/
EventRecurrence.java 37 public static final int WEEKLY = 5;
121 sParseFreqMap.put("WEEKLY", WEEKLY);
340 case WEEKLY:
341 s.append("WEEKLY");
397 if (this.freq != WEEKLY) {
425 * WEEKLY rules, and hence are uncommon.)
586 * in section 3.3.10. For example, if FREQ=WEEKLY, we should reject a rule that
    [all...]
RecurrenceProcessor.java 210 if (EventRecurrence.WEEKLY >= freq) {
521 // What to do if the event is weekly:
575 if (r.freq > EventRecurrence.WEEKLY) {
790 case EventRecurrence.WEEKLY:
812 boolean useDays = freq >= EventRecurrence.WEEKLY &&
    [all...]
  /developers/build/prebuilts/gradle/AppUsageStatistics/Application/src/main/java/com/example/android/appusagestatistics/
AppUsageStatisticsFragment.java 210 WEEKLY("Weekly", UsageStatsManager.INTERVAL_WEEKLY),
  /developers/samples/android/system/AppUsageStatistics/Application/src/main/java/com/example/android/appusagestatistics/
AppUsageStatisticsFragment.java 210 WEEKLY("Weekly", UsageStatsManager.INTERVAL_WEEKLY),
  /development/samples/browseable/AppUsageStatistics/src/com.example.android.appusagestatistics/
AppUsageStatisticsFragment.java 210 WEEKLY("Weekly", UsageStatsManager.INTERVAL_WEEKLY),
  /packages/apps/Calendar/src/com/android/calendar/
EventRecurrenceFormatter.java 63 case EventRecurrence.WEEKLY: {
100 return r.getQuantityString(R.plurals.weekly, interval, interval, string)
  /packages/apps/Calendar/src/com/android/calendar/event/
EditEventHelper.java     [all...]
  /packages/apps/Calendar/src/com/android/calendar/recurrencepicker/
RecurrencePickerDialog.java 297 EventRecurrence.WEEKLY,
365 case EventRecurrence.WEEKLY:
375 // Weekly: For "repeat by day of week", the day of week to repeat is in
430 case EventRecurrence.WEEKLY:
469 // Weekly: repeat by day of week or Monthly: repeat by nth day of week
559 // Weekly && monthly repeat patterns
649 // Leave today's day of week as checked by default in weekly view.
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
mstask.h 124 } WEEKLY;
139 WEEKLY Weekly;
    [all...]
  /prebuilts/tools/common/m2/repository/org/apache/logging/log4j/log4j-core/2.5/
log4j-core-2.5.jar 

Completed in 380 milliseconds