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.java144 private static final String TYPE_BOOLEAN = "b"; field in class:Content.Parser
358 } else if (TYPE_BOOLEAN.equalsIgnoreCase(type)) {
/frameworks/base/core/java/android/content/
H A DRestrictionEntry.java44 public static final int TYPE_BOOLEAN = 1; field in class:RestrictionEntry
139 * Constructor for {@link #TYPE_BOOLEAN} type.
145 this.mType = TYPE_BOOLEAN;
206 * Returns the current selected state for an entry of type {@link #TYPE_BOOLEAN}.
239 * Sets the current selected state for an entry of type {@link #TYPE_BOOLEAN}. This value will
/frameworks/base/include/androidfw/
H A DResourceTypes.h1407 TYPE_BOOLEAN = 1<<3, enumerator in enum:android::ResTable_map::__anon935

Completed in 239 milliseconds