Home
last modified time | relevance | path

Searched refs:TimeFormatException (Results 1 – 10 of 10) sorted by relevance

/aosp14/frameworks/base/core/java/android/util/
H A DTimeFormatException.java19 public class TimeFormatException extends RuntimeException class
25 public TimeFormatException(String s) in TimeFormatException() method in TimeFormatException
/aosp14/frameworks/base/core/java/android/text/format/
H A DTime.java19 import android.util.TimeFormatException;
425 throw new TimeFormatException("String is too short: \"" + s + in parseInternal()
451 throw new TimeFormatException( in parseInternal()
496 throw new TimeFormatException(String.format( in checkChar()
507 throw new TimeFormatException("Parse error at pos=" + spos); in getChar()
556 throw new TimeFormatException("String too short --- expected at least 10 characters."); in parse3339Internal()
635 throw new TimeFormatException(String.format( in parse3339Internal()
643 throw new TimeFormatException( in parse3339Internal()
/aosp14/frameworks/base/core/tests/coretests/src/android/text/format/
H A DTimeTest.java25 import android.util.TimeFormatException;
430 } catch (TimeFormatException e) { in testParse33390()
437 } catch (TimeFormatException e1) { in testParse33390()
444 } catch (TimeFormatException e1) { in testParse33390()
/aosp14/frameworks/base/boot/
H A Dpreloaded-classes8288 android.util.TimeFormatException
H A Dboot-image-profile.txt31086 Landroid/util/TimeFormatException;
/aosp14/frameworks/base/config/
H A Dpreloaded-classes8319 android.util.TimeFormatException
H A Dboot-image-profile.txt41220 Landroid/util/TimeFormatException;
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt49893 public class TimeFormatException extends java.lang.RuntimeException {
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt58371 Landroid/util/TimeFormatException;-><init>(Ljava/lang/String;)V