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/unflatten/
DBinaryResourceParser.h61 bool parseType(const ResourceTablePackage* package, const android::ResChunk_header* chunk);
DBinaryResourceParser.cpp232 if (!parseType(package, parser.getChunk())) { in parsePackage()
282 bool BinaryResourceParser::parseType(const ResourceTablePackage* package, in parseType() function in aapt::BinaryResourceParser
/frameworks/native/include/input/
DKeyCharacterMap.h215 status_t parseType();
/frameworks/native/libs/input/
DKeyCharacterMap.cpp742 status_t status = parseType(); in parse()
809 status_t KeyCharacterMap::Parser::parseType() { in parseType() function in android::KeyCharacterMap::Parser