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

/frameworks/base/core/java/com/android/internal/util/
H A DTypedProperties.java88 static final String NULL_STRING = new String("<TypedProperties:NULL_STRING>"); field in class:TypedProperties
230 * Null strings are represented by the String instance NULL_STRING
330 return NULL_STRING;
404 if (value == NULL_STRING) {
579 if (value == NULL_STRING) {
707 if (value == NULL_STRING) {

Completed in 52 milliseconds