Home
last modified time | relevance | path

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

/frameworks/opt/bluetooth/src/android/bluetooth/client/map/
DBluetoothMapEventReport.java71 mType = parseType(attrs.get("type")); in BluetoothMapEventReport()
107 private Type parseType(String type) throws IllegalArgumentException { in parseType() method in BluetoothMapEventReport
/frameworks/base/tools/aapt2/
DBinaryResourceParser.h72 bool parseType(const android::ResChunk_header* chunk);
DBinaryResourceParser.cpp414 if (!parseType(parser.getChunk())) { in parsePackage()
541 bool BinaryResourceParser::parseType(const ResChunk_header* chunk) { in parseType() function in aapt::BinaryResourceParser
/frameworks/native/include/input/
DKeyCharacterMap.h204 status_t parseType();
/frameworks/native/libs/input/
DKeyCharacterMap.cpp692 status_t status = parseType(); in parse()
759 status_t KeyCharacterMap::Parser::parseType() { in parseType() function in android::KeyCharacterMap::Parser