Home
last modified time | relevance | path

Searched refs:nextNull (Results 1 – 2 of 2) sorted by relevance

/cts/tests/tests/util/src/android/util/cts/
DJsonReaderTest.java469 reader.nextNull(); in testMixedCaseLiterals()
470 reader.nextNull(); in testMixedCaseLiterals()
592 reader.nextNull(); in testStringNullIsNotNull()
798 reader.nextNull(); in testStrictUnnecessaryArraySeparators()
806 reader.nextNull(); in testStrictUnnecessaryArraySeparators()
815 reader.nextNull(); in testStrictUnnecessaryArraySeparators()
823 reader.nextNull(); in testStrictUnnecessaryArraySeparators()
834 reader.nextNull(); in testLenientUnnecessaryArraySeparators()
841 reader.nextNull(); in testLenientUnnecessaryArraySeparators()
849 reader.nextNull(); in testLenientUnnecessaryArraySeparators()
[all …]
/cts/libs/json/src/com/android/json/stream/
DJsonReader.java412 public void nextNull() throws IOException { in nextNull() method in JsonReader