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.java495 reader.nextNull(); in testMixedCaseLiterals()
496 reader.nextNull(); in testMixedCaseLiterals()
622 reader.nextNull(); in testStringNullIsNotNull()
835 reader.nextNull(); in testStrictUnnecessaryArraySeparators()
843 reader.nextNull(); in testStrictUnnecessaryArraySeparators()
852 reader.nextNull(); in testStrictUnnecessaryArraySeparators()
860 reader.nextNull(); in testStrictUnnecessaryArraySeparators()
872 reader.nextNull(); in testLenientUnnecessaryArraySeparators()
879 reader.nextNull(); in testLenientUnnecessaryArraySeparators()
887 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