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

/frameworks/base/core/java/com/android/internal/util/
H A DTypedProperties.java101 static final int TYPE_ERROR = -1; field in class:TypedProperties
108 * or {@code TYPE_ERROR} if the type is unknown
130 return TYPE_ERROR;
164 if (type == TYPE_ERROR) {

Completed in 29 milliseconds