Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/util/
DTypedProperties.java88 static final String NULL_STRING = new String("<TypedProperties:NULL_STRING>"); field in TypedProperties
330 return NULL_STRING; in parseValue()
404 if (value == NULL_STRING) { in get()
579 if (value == NULL_STRING) { in getString()
707 if (value == NULL_STRING) { in getStringInfo()