Searched refs:WEEKLY (Results 1 – 12 of 12) sorted by relevance
/frameworks/opt/calendar/tests/src/com/android/calendarcommon2/ |
D | EventRecurrenceTest.java | 123 /* int freq */ EventRecurrence.WEEKLY, in test4() 384 /* int freq */ EventRecurrence.WEEKLY, in test14() 410 /* int freq */ EventRecurrence.WEEKLY, in test15() 554 /* int freq */ EventRecurrence.WEEKLY, in test21() 581 /* int freq */ EventRecurrence.WEEKLY, in test22() 608 /* int freq */ EventRecurrence.WEEKLY, in test23() 635 /* int freq */ EventRecurrence.WEEKLY, in test24()
|
/frameworks/opt/calendar/src/com/android/calendarcommon2/ |
D | EventRecurrence.java | 37 public static final int WEEKLY = 5; field in EventRecurrence 121 sParseFreqMap.put("WEEKLY", WEEKLY); 340 case WEEKLY: in toString() 397 if (this.freq != WEEKLY) { in repeatsOnEveryWeekDay()
|
D | RecurrenceProcessor.java | 210 if (EventRecurrence.WEEKLY >= freq) { in filter() 575 if (r.freq > EventRecurrence.WEEKLY) { in generateDaysList() 790 case EventRecurrence.WEEKLY: in expand() 812 boolean useDays = freq >= EventRecurrence.WEEKLY && in expand() 908 if (freq == EventRecurrence.WEEKLY) { in expand()
|
/frameworks/base/docs/html-intl/intl/ru/guide/topics/providers/ |
D | calendar-provider.jd | 460 <code>"FREQ=WEEKLY;COUNT=10;WKST=SU"</code>. С другими
|
/frameworks/base/docs/html-intl/intl/ja/guide/topics/providers/ |
D | calendar-provider.jd | 459 <td>イベント形式の繰り返し発生ルール。たとえば、<code>"FREQ=WEEKLY;COUNT=10;WKST=SU"</code> のようになります。
|
/frameworks/base/docs/html-intl/intl/zh-tw/guide/topics/providers/ |
D | calendar-provider.jd | 459 <td>活動的週期規則。例如,<code>"FREQ=WEEKLY;COUNT=10;WKST=SU"</code>。
|
/frameworks/base/docs/html-intl/intl/ko/guide/topics/providers/ |
D | calendar-provider.jd | 460 예를 들면 다음과 같습니다. <code>"FREQ=WEEKLY;COUNT=10;WKST=SU"</code> 더 많은 예시를 확인하려면
|
/frameworks/base/docs/html-intl/intl/zh-cn/guide/topics/providers/ |
D | calendar-provider.jd | 459 <td>事件的重复发生规则格式。例如,<code>"FREQ=WEEKLY;COUNT=10;WKST=SU"</code>。
|
/frameworks/base/docs/html-intl/intl/in/guide/topics/providers/ |
D | calendar-provider.jd | 460 <code>"FREQ=WEEKLY;COUNT=10;WKST=SU"</code>. Anda bisa menemukan
|
/frameworks/base/docs/html/guide/topics/providers/ |
D | calendar-provider.jd | 461 example, <code>"FREQ=WEEKLY;COUNT=10;WKST=SU"</code>. You can find
|
/frameworks/base/docs/html-intl/intl/pt-br/guide/topics/providers/ |
D | calendar-provider.jd | 460 exemplo, <code>"FREQ=WEEKLY;COUNT=10;WKST=SU"</code>. Veja
|
/frameworks/base/docs/html-intl/intl/vi/guide/topics/providers/ |
D | calendar-provider.jd | 460 dụ, <code>"FREQ=WEEKLY;COUNT=10;WKST=SU"</code>. Bạn có thể tìm thêm
|