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

/frameworks/base/cmds/content/src/com/android/commands/content/
H A DContent.java118 private static final String TYPE_BOOLEAN = "b"; field in class:Content.Parser
277 } else if (TYPE_BOOLEAN.equalsIgnoreCase(type)) {
/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/include/androidfw/
H A DResourceTypes.h1237 TYPE_BOOLEAN = 1<<3, enumerator in enum:android::ResTable_map::__anon1065

Completed in 72 milliseconds