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

  /developers/build/prebuilts/gradle/AppUsageStatistics/Application/tests/src/com/example/android/appusagestatistics/
AppUsageStatisticsFragmentTests.java 70 assertTrue(StatsUsageInterval.MONTHLY == StatsUsageInterval.getValue("Monthly"));
  /developers/samples/android/system/AppUsageStatistics/Application/tests/src/com/example/android/appusagestatistics/
AppUsageStatisticsFragmentTests.java 70 assertTrue(StatsUsageInterval.MONTHLY == StatsUsageInterval.getValue("Monthly"));
  /frameworks/opt/calendar/src/com/android/calendarcommon2/
EventRecurrence.java 38 public static final int MONTHLY = 6;
122 sParseFreqMap.put("MONTHLY", MONTHLY);
343 case MONTHLY:
344 s.append("MONTHLY");
417 * Determines whether this rule specifies a simple monthly rule by weekday, such as
418 * "FREQ=MONTHLY;BYDAY=3TU" (the 3rd Tuesday of every month).
420 * Negative days, e.g. "FREQ=MONTHLY;BYDAY=-1TU" (the last Tuesday of every month),
423 * Rules that fire every week, such as "FREQ=MONTHLY;BYDAY=TU" (every Tuesday of every
430 if (this.freq != MONTHLY) {
    [all...]
RecurrenceProcessor.java 200 if (EventRecurrence.MONTHLY >= freq) {
285 // BYSETPOS - we only handle rules like FREQ=MONTHLY;BYDAY=MO,TU,WE,TH,FR;BYSETPOS=-1
286 if (freq == EventRecurrence.MONTHLY && r.bydayCount > 0) {
314 * Filters out instances that don't match the BYSETPOS clause of a monthly recurrence rule.
797 case EventRecurrence.MONTHLY:
811 boolean usebymonth = useBYX(freq, EventRecurrence.MONTHLY, bymonthCount);
825 // if it's monthly, and we're going to be generating
828 // XXX Do we generate days for MONTHLY w/ BYHOUR? If so,
    [all...]
  /developers/build/prebuilts/gradle/AppUsageStatistics/Application/src/main/java/com/example/android/appusagestatistics/
AppUsageStatisticsFragment.java 211 MONTHLY("Monthly", UsageStatsManager.INTERVAL_MONTHLY),
  /developers/samples/android/system/AppUsageStatistics/Application/src/main/java/com/example/android/appusagestatistics/
AppUsageStatisticsFragment.java 211 MONTHLY("Monthly", UsageStatsManager.INTERVAL_MONTHLY),
  /development/samples/browseable/AppUsageStatistics/src/com.example.android.appusagestatistics/
AppUsageStatisticsFragment.java 211 MONTHLY("Monthly", UsageStatsManager.INTERVAL_MONTHLY),
  /packages/apps/Calendar/src/com/android/calendar/
EventRecurrenceFormatter.java 104 case EventRecurrence.MONTHLY: {
111 sb.append(r.getString(R.string.monthly));
118 return r.getString(R.string.monthly) + endString;
  /packages/apps/Calendar/src/com/android/calendar/recurrencepicker/
RecurrencePickerDialog.java 151 * BYDAY AND BYMONTHDAY: How to repeat monthly events? Same date of the
298 EventRecurrence.MONTHLY,
356 // Or if -1 when it is the last monthly day of the week.
363 case EventRecurrence.MONTHLY:
379 * Monthly: For "repeat by nth day of week" the day of week to repeat is
381 * can handle only one and only in monthly
394 if (numOfByDayNum > 0 && er.freq != EventRecurrence.MONTHLY) {
404 if (er.freq == EventRecurrence.MONTHLY) {
424 case EventRecurrence.MONTHLY:
469 // Weekly: repeat by day of week or Monthly: repeat by nth day of wee
    [all...]
  /frameworks/opt/calendar/tests/src/com/android/calendarcommon2/
EventRecurrenceTest.java 143 verifyRecurType("FREQ=MONTHLY",
144 /* int freq */ EventRecurrence.MONTHLY,
438 verifyRecurType("FREQ=MONTHLY;BYDAY=MO,TU,WE,TH,FR;BYSETPOS=-1",
439 /* int freq */ EventRecurrence.MONTHLY,
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/event/
EditEventHelper.java     [all...]
  /prebuilts/tools/common/m2/repository/com/amazonaws/aws-java-sdk-devicefarm/1.11.18/
aws-java-sdk-devicefarm-1.11.18.jar 
  /prebuilts/tools/common/m2/repository/org/apache/logging/log4j/log4j-core/2.5/
log4j-core-2.5.jar 

Completed in 526 milliseconds