Searched refs:DAILY (Results 1 – 4 of 4) sorted by relevance
/frameworks/opt/calendar/tests/src/com/android/calendarcommon2/ |
D | EventRecurrenceTest.java | 102 /* int freq */ EventRecurrence.DAILY, in test3() 187 /* int freq */ EventRecurrence.DAILY, in test7() 209 /* int freq */ EventRecurrence.DAILY, in test8() 231 /* int freq */ EventRecurrence.DAILY, in test9() 262 /* int freq */ EventRecurrence.DAILY, in test10() 293 /* int freq */ EventRecurrence.DAILY, in test11() 354 /* int freq */ EventRecurrence.DAILY, in test13() 466 /* int freq */ EventRecurrence.DAILY, in test17() 662 /* int freq */ EventRecurrence.DAILY, in fakeTestXX()
|
/frameworks/opt/calendar/src/com/android/calendarcommon2/ |
D | EventRecurrence.java | 34 public static final int DAILY = 4; field in EventRecurrence 118 sParseFreqMap.put("DAILY", DAILY); 335 case DAILY: in toString()
|
D | RecurrenceProcessor.java | 220 if (EventRecurrence.DAILY >= freq) { in filter() 785 case EventRecurrence.DAILY: in expand()
|
/frameworks/proto_logging/stats/ |
D | atoms.proto | 14955 DAILY = 0; enumerator
|