Home
last modified time | relevance | path

Searched refs:TYPE_BOOLEAN (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/core/java/com/android/internal/util/
DTypedProperties.java92 static final int TYPE_BOOLEAN = 'Z'; field in TypedProperties
114 return TYPE_BOOLEAN; in interpretType()
236 if (type == TYPE_BOOLEAN) { in parseValue()
/frameworks/base/cmds/content/src/com/android/commands/content/
DContent.java115 private static final String TYPE_BOOLEAN = "b"; field in Content.Parser
262 } else if (TYPE_BOOLEAN.equalsIgnoreCase(type)) { in parseBindValue()
/frameworks/base/include/androidfw/
DResourceTypes.h1229 TYPE_BOOLEAN = 1<<3, enumerator
/frameworks/base/tools/aapt/
DResourceTable.cpp138 { booleanArray, sizeof(booleanArray)/2, ResTable_map::TYPE_BOOLEAN,
1319 curFormat = ResTable_map::TYPE_REFERENCE|ResTable_map::TYPE_BOOLEAN; in compileResourceFile()
/frameworks/base/libs/androidfw/
DResourceTypes.cpp4398 if ((attrType&ResTable_map::TYPE_BOOLEAN) == 0) { in stringToValue()
4419 if ((attrType&ResTable_map::TYPE_BOOLEAN) == 0) { in stringToValue()