Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/util/
DTypedProperties.java91 static final int TYPE_UNSET = 'x'; field in TypedProperties
112 return TYPE_UNSET; in interpretType()
169 if (type == TYPE_UNSET) { in parse()
188 if (type == TYPE_UNSET) { in parse()