Home
last modified time | relevance | path

Searched refs:DateException (Results 1 – 4 of 4) sorted by relevance

/frameworks/opt/calendar/tests/src/com/android/calendarcommon2/
DDurationTest.java28 int minutes, int seconds) throws DateException { in verifyDuration()
63 } catch (DateException e) { in testParseInvalidStrings()
70 } catch (DateException e) { in testParseInvalidStrings()
/frameworks/opt/calendar/src/com/android/calendarcommon2/
DDateException.java19 public class DateException extends Exception class
21 public DateException(String message) in DateException() method in DateException
DDuration.java47 public void parse(String str) throws DateException in parse()
79 throw new DateException ( in parse()
122 throw new DateException ( in parse()
DRecurrenceProcessor.java60 RecurrenceSet recur) throws DateException { in getLastOccurence()
82 RecurrenceSet recur) throws DateException { in getLastOccurence()
637 long rangeEndMillis) throws DateException { in expand()
736 TreeSet<Long> out) throws DateException { in expand()
766 throw new DateException( in expand()
802 throw new DateException("bad freq=" + freq); in expand()
1099 catch (DateException e) { in expand()