Searched refs:TYPE_BOOLEAN (Results 1 - 6 of 6) 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/core/java/android/content/
H A DRestrictionEntry.java46 public static final int TYPE_BOOLEAN = 1; field in class:RestrictionEntry
117 * Constructor for {@link #TYPE_BOOLEAN} type.
123 this.type = TYPE_BOOLEAN;
173 * Returns the current selected state for an entry of type {@link #TYPE_BOOLEAN}.
190 * Sets the current selected state for an entry of type {@link #TYPE_BOOLEAN}. This value will
/frameworks/base/cmds/content/src/com/android/commands/content/
H A DContent.java129 private static final String TYPE_BOOLEAN = "b"; field in class:Content.Parser
322 } else if (TYPE_BOOLEAN.equalsIgnoreCase(type)) {
/frameworks/base/include/androidfw/
H A DResourceTypes.h1242 TYPE_BOOLEAN = 1<<3, enumerator in enum:android::ResTable_map::__anon1106
/frameworks/base/tools/aapt/
H A DResourceTable.cpp139 { booleanArray, sizeof(booleanArray)/2, ResTable_map::TYPE_BOOLEAN,
1357 curFormat = ResTable_map::TYPE_REFERENCE|ResTable_map::TYPE_BOOLEAN;
/frameworks/base/libs/androidfw/
H A DResourceTypes.cpp4594 if ((attrType&ResTable_map::TYPE_BOOLEAN) == 0) {
4615 if ((attrType&ResTable_map::TYPE_BOOLEAN) == 0) {

Completed in 224 milliseconds