Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/tests/coretests/src/android/text/format/
H A DTimeTest.java371 t.parse3339("1980-05-23"); in testParse33390()
376 t.parse3339("1980-05-23T09:50:50"); in testParse33390()
383 t.parse3339("1980-05-23T09:50:50Z"); in testParse33390()
390 t.parse3339("1980-05-23T09:50:50.0Z"); in testParse33390()
397 t.parse3339("1980-05-23T09:50:50.12Z"); in testParse33390()
404 t.parse3339("1980-05-23T09:50:50.123Z"); in testParse33390()
412 t.parse3339("1980-05-23T09:50:50-01:05"); in testParse33390()
420 t.parse3339("1980-05-23T09:50:50.123-01:05"); in testParse33390()
428 t.parse3339("1980"); in testParse33390()
435 t.parse3339("1980-05-23T09:50:50.123+"); in testParse33390()
[all …]
/aosp14/frameworks/base/core/java/android/text/format/
H A DTime.java542 public boolean parse3339(String s) { in parse3339() method in Time
/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.txt47896 method @Deprecated public boolean parse3339(String);