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.java302 public static BluetoothMapConvoListingElement createFromXml(XmlPullParser parser) in createFromXml() method in BluetoothMapConvoListingElement
339 newElement.addContact(BluetoothMapConvoContactElement.createFromXml(parser)); in createFromXml()
DBluetoothMapConvoListing.java198 add(BluetoothMapConvoListingElement.createFromXml(parser)); in readConversations()
DBluetoothMapConvoContactElement.java242 public static BluetoothMapConvoContactElement createFromXml(XmlPullParser parser) in createFromXml() method in BluetoothMapConvoContactElement
/packages/apps/Nfc/src/com/android/nfc/cardemulation/
DRegisteredServicesCache.java373 AidGroup group = AidGroup.createFromXml(parser); in readDynamicSettingsLocked()