Home
last modified time | relevance | path

Searched refs:tokenFromRrule (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Exchange/exchange2/src/com/android/exchange/utility/
DCalendarUtilities.java1093 static String tokenFromRrule(String rrule, String token) { in tokenFromRrule() method in CalendarUtilities
1133 String count = tokenFromRrule(rrule, "COUNT="); in addCountIntervalAndUntil()
1137 String interval = tokenFromRrule(rrule, "INTERVAL="); in addCountIntervalAndUntil()
1141 String until = tokenFromRrule(rrule, "UNTIL="); in addCountIntervalAndUntil()
1191 String freq = tokenFromRrule(rrule, "FREQ="); in recurrenceFromRrule()
1206 String byDay = tokenFromRrule(rrule, "BYDAY="); in recurrenceFromRrule()
1221 String byMonthDay = tokenFromRrule(rrule, "BYMONTHDAY="); in recurrenceFromRrule()
1237 String byDay = tokenFromRrule(rrule, "BYDAY="); in recurrenceFromRrule()
1238 String bySetpos = tokenFromRrule(rrule, "BYSETPOS="); in recurrenceFromRrule()
1252 String byMonth = tokenFromRrule(rrule, "BYMONTH="); in recurrenceFromRrule()
[all …]
/packages/apps/Exchange/tests/src/com/android/exchange/utility/
DCalendarUtilitiesTests.java189 assertEquals("DAILY", CalendarUtilities.tokenFromRrule(rrule, "FREQ=")); in testTokenFromRrule()
190 assertEquals("1", CalendarUtilities.tokenFromRrule(rrule, "INTERVAL=")); in testTokenFromRrule()
191 assertEquals("17", CalendarUtilities.tokenFromRrule(rrule, "BYMONTHDAY=")); in testTokenFromRrule()
192 assertEquals("WE,TH,SA", CalendarUtilities.tokenFromRrule(rrule, "BYDAY=")); in testTokenFromRrule()
193 assertNull(CalendarUtilities.tokenFromRrule(rrule, "UNTIL=")); in testTokenFromRrule()
/packages/apps/Exchange/exchange2/tests/src/com/android/exchange/utility/
DCalendarUtilitiesTests.java189 assertEquals("DAILY", CalendarUtilities.tokenFromRrule(rrule, "FREQ=")); in testTokenFromRrule()
190 assertEquals("1", CalendarUtilities.tokenFromRrule(rrule, "INTERVAL=")); in testTokenFromRrule()
191 assertEquals("17", CalendarUtilities.tokenFromRrule(rrule, "BYMONTHDAY=")); in testTokenFromRrule()
192 assertEquals("WE,TH,SA", CalendarUtilities.tokenFromRrule(rrule, "BYDAY=")); in testTokenFromRrule()
193 assertNull(CalendarUtilities.tokenFromRrule(rrule, "UNTIL=")); in testTokenFromRrule()