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

/frameworks/opt/calendar/src/com/android/calendarcommon2/
H A DDateException.java19 public class DateException extends Exception class in inherits:Exception
21 public DateException(String message) method in class:DateException
H A DDuration.java47 public void parse(String str) throws DateException
79 throw new DateException (
119 throw new DateException (
H A DRecurrenceProcessor.java58 * @throws DateException
61 RecurrenceSet recur) throws DateException {
80 * @throws DateException
83 RecurrenceSet recur) throws DateException {
633 * @throws DateException
639 long rangeEndMillis) throws DateException {
719 * you'll get a DateException.
730 * @throws DateException
738 TreeSet<Long> out) throws DateException {
768 throw new DateException(
[all...]
/frameworks/opt/calendar/tests/src/com/android/calendarcommon2/
H A DDurationTest.java28 int minutes, int seconds) throws DateException {
63 } catch (DateException e) {
70 } catch (DateException e) {

Completed in 409 milliseconds