Home
last modified time | relevance | path

Searched defs:nullValue (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/os/
DTimestampedValueTest.java104 TimestampedValue<String> nullValue = new TimestampedValue<>(1000, null); in testParceling_nullValue() local
DParcelNullabilityTest.java352 public void nullValue() { in nullValue() method in ParcelNullabilityTest
/frameworks/base/core/java/android/util/
DJsonWriter.java313 public JsonWriter nullValue() throws IOException { in nullValue() method in JsonWriter
/frameworks/base/tools/bit/
Dmake.cpp184 Json::Value nullValue; in get_values() local