Searched defs:TYPE_BOOLEAN (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/core/java/com/android/internal/util/
H A DTypedProperties.java92 static final int TYPE_BOOLEAN = 'Z'; field in class:TypedProperties
114 return TYPE_BOOLEAN;
236 if (type == TYPE_BOOLEAN) {
/frameworks/base/cmds/content/src/com/android/commands/content/
H A DContent.java145 private static final String TYPE_BOOLEAN = "b"; field in class:Content.Parser
359 } else if (TYPE_BOOLEAN.equalsIgnoreCase(type)) {
/frameworks/base/core/java/android/content/
H A DRestrictionEntry.java48 public static final int TYPE_BOOLEAN = 1; field in class:RestrictionEntry
161 * Constructor for {@link #TYPE_BOOLEAN} type.
167 this.mType = TYPE_BOOLEAN;
280 * Returns the current selected state for an entry of type {@link #TYPE_BOOLEAN}.
313 * Sets the current selected state for an entry of type {@link #TYPE_BOOLEAN}. This value will
/frameworks/base/include/androidfw/
H A DResourceTypes.h1462 TYPE_BOOLEAN = 1<<3, enumerator in enum:android::ResTable_map::__anon1014

Completed in 117 milliseconds