Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapConvoListingElement.java288 public static BluetoothMapConvoListingElement createFromXml(XmlPullParser parser) in createFromXml() method in BluetoothMapConvoListingElement
323 newElement.addContact(BluetoothMapConvoContactElement.createFromXml(parser)); in createFromXml()
DBluetoothMapConvoListing.java194 add(BluetoothMapConvoListingElement.createFromXml(parser)); in readConversations()
DBluetoothMapConvoContactElement.java244 public static BluetoothMapConvoContactElement createFromXml(XmlPullParser parser) in createFromXml() method in BluetoothMapConvoContactElement
/packages/apps/Nfc/src/com/android/nfc/cardemulation/
DRegisteredServicesCache.java368 AidGroup group = AidGroup.createFromXml(parser); in readDynamicAidsLocked()