Searched refs:TimeFormatException (Results 1 - 7 of 7) sorted by relevance

/frameworks/base/core/java/android/util/
H A DTimeFormatException.java19 public class TimeFormatException extends RuntimeException class in inherits:RuntimeException
25 public TimeFormatException(String s) method in class:TimeFormatException
/frameworks/base/core/java/android/text/format/
H A DTime.java19 import android.util.TimeFormatException;
406 * @throws android.util.TimeFormatException if s cannot be parsed.
425 throw new TimeFormatException("String is too short: \"" + s +
451 throw new TimeFormatException(
496 throw new TimeFormatException(String.format(
507 throw new TimeFormatException("Parse error at pos=" + spos);
540 * @throws android.util.TimeFormatException if s cannot be parsed.
556 throw new TimeFormatException("String too short --- expected at least 10 characters.");
635 throw new TimeFormatException(String.format(
643 throw new TimeFormatException(
[all...]
/frameworks/base/core/tests/coretests/src/android/text/format/
H A DTimeTest.java28 import android.util.TimeFormatException;
429 } catch (TimeFormatException e) {
436 } catch (TimeFormatException e1) {
443 } catch (TimeFormatException e1) {
/frameworks/opt/calendar/src/com/android/calendarcommon2/
H A DRecurrenceSet.java25 import android.util.TimeFormatException;
165 } catch (TimeFormatException e) {
167 "TimeFormatException thrown when parsing time " + rawDates[i]
246 } catch (TimeFormatException e) {
H A DEventRecurrence.java22 import android.util.TimeFormatException;
743 } catch (TimeFormatException tfe) {
/frameworks/opt/calendar/tests/src/com/android/calendarcommon2/
H A DRecurrenceProcessorTest.java27 import android.util.TimeFormatException;
601 } catch (TimeFormatException e) {
/frameworks/base/config/
H A Dboot-image-profile.txt[all...]

Completed in 201 milliseconds