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

/frameworks/base/core/java/com/android/internal/util/
H A DTypedProperties.java688 public static final int STRING_TYPE_MISMATCH = -2; field in class:TypedProperties
700 * STRING_TYPE_MISMATCH if the property is set but is not a string.
712 return STRING_TYPE_MISMATCH;
/frameworks/base/core/java/android/os/
H A DDebug.java2063 case TypedProperties.STRING_TYPE_MISMATCH:

Completed in 72 milliseconds