Home
last modified time | relevance | path

Searched refs:parseType (Results 1 – 3 of 3) 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/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