Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt/
DResourceTable.cpp343 const String16 enum16("enum"); in compileAttribute() local
448 if (strcmp16(block.getElementName(&len), enum16.string()) == 0) { in compileAttribute()
556 if (strcmp16(block.getElementName(&len), enum16.string()) != 0) { in compileAttribute()
826 const String16 enum16("enum"); in compileResourceFile() local