Home
last modified time | relevance | path

Searched refs:skipCurrentTag (Results 1 – 7 of 7) sorted by relevance

/packages/modules/Permission/PermissionController/role-controller/java/com/android/role/controller/model/
DRoleParser.java230 skipCurrentTag(parser); in parseXml()
236 skipCurrentTag(parser); in parseXml()
284 skipCurrentTag(parser); in parseRoles()
296 skipCurrentTag(parser); in parsePermissionSet()
336 skipCurrentTag(parser); in parsePermissionSet()
348 skipCurrentTag(parser); in parsePermission()
369 skipCurrentTag(parser); in parseRole()
384 skipCurrentTag(parser); in parseRole()
400 skipCurrentTag(parser); in parseRole()
406 skipCurrentTag(parser); in parseRole()
[all …]
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/
DBluetoothMapConvoListing.java177 Utils.skipCurrentTag(parser); in appendFromXml()
206 Utils.skipCurrentTag(parser); in readConversations()
DBluetoothMapFolderElement.java349 Utils.skipCurrentTag(parser); in appendSubfolders()
376 Utils.skipCurrentTag(parser); in readFolders()
DBluetoothMapConvoListingElement.java326 Utils.skipCurrentTag(parser); in createFromXml()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/map/
DBluetoothMapMessageListingTest.java156 Utils.skipCurrentTag(parser); in appendFromXml()
175 Utils.skipCurrentTag(parser); in readMessageElements()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/
DUtils.java1077 public static void skipCurrentTag(XmlPullParser parser) in skipCurrentTag() method in Utils
/packages/modules/Wifi/service/java/com/android/server/wifi/util/
DXmlUtilHelper.java62 public static void skipCurrentTag(XmlPullParser parser) in skipCurrentTag() method in XmlUtilHelper