Home
last modified time | relevance | path

Searched refs:InvalidFormatException (Results 1 – 7 of 7) sorted by relevance

/frameworks/opt/calendar/src/com/android/calendarcommon2/
DEventRecurrence.java150 public static class InvalidFormatException extends RuntimeException { class in EventRecurrence
151 InvalidFormatException(String s) { in InvalidFormatException() method in EventRecurrence.InvalidFormatException
606 throw new InvalidFormatException("Missing LHS in " + part); in parse()
612 throw new InvalidFormatException("Missing RHS in " + part); in parse()
625 throw new InvalidFormatException("Couldn't find parser for " + lhs); in parse()
629 throw new InvalidFormatException("Part " + lhs + " was specified twice"); in parse()
642 throw new InvalidFormatException("Must specify a FREQ value"); in parse()
648 throw new InvalidFormatException("Must not specify both UNTIL and COUNT: " + recur); in parse()
685 throw new InvalidFormatException("Integer value out of range: " + str); in parseIntRange()
689 throw new InvalidFormatException("Invalid integer value: " + str); in parseIntRange()
[all …]
DRecurrenceSet.java52 throws EventRecurrence.InvalidFormatException { in RecurrenceSet()
70 throws EventRecurrence.InvalidFormatException { in RecurrenceSet()
84 throws EventRecurrence.InvalidFormatException { in RecurrenceSet()
90 throws EventRecurrence.InvalidFormatException { in init()
146 throws EventRecurrence.InvalidFormatException{ in parseRecurrenceDates()
164 throw new EventRecurrence.InvalidFormatException( in parseRecurrenceDates()
/frameworks/opt/calendar/tests/src/com/android/calendarcommon2/
DEventRecurrenceTest.java19 import com.android.calendarcommon2.EventRecurrence.InvalidFormatException;
343 } catch (EventRecurrence.InvalidFormatException e) { in test12()
882 } catch (InvalidFormatException ife) { in testBasicParse()
/frameworks/base/boot/
Dpreloaded-classes2960 android.icu.impl.InvalidFormatException
Dboot-image-profile.txt26023 Landroid/icu/impl/InvalidFormatException;
/frameworks/base/config/
Dpreloaded-classes2958 android.icu.impl.InvalidFormatException
Dboot-image-profile.txt35660 Landroid/icu/impl/InvalidFormatException;