Home
last modified time | relevance | path

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

/packages/apps/PermissionController/src/com/android/permissioncontroller/role/model/
DRoleParser.java164 skipCurrentTag(parser); in parseXml()
170 skipCurrentTag(parser); in parseXml()
218 skipCurrentTag(parser); in parseRoles()
230 skipCurrentTag(parser); in parsePermissionSet()
255 skipCurrentTag(parser); in parsePermissionSet()
268 skipCurrentTag(parser); in parseRole()
281 skipCurrentTag(parser); in parseRole()
298 skipCurrentTag(parser); in parseRole()
304 skipCurrentTag(parser); in parseRole()
311 skipCurrentTag(parser); in parseRole()
[all …]
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapConvoListing.java159 Utils.skipCurrentTag(parser); in appendFromXml()
194 Utils.skipCurrentTag(parser); in readConversations()
DBluetoothMapFolderElement.java349 Utils.skipCurrentTag(parser); in appendSubfolders()
381 Utils.skipCurrentTag(parser); in readFolders()
DBluetoothMapConvoListingElement.java344 Utils.skipCurrentTag(parser); in createFromXml()
/packages/apps/Bluetooth/src/com/android/bluetooth/
DUtils.java576 public static void skipCurrentTag(XmlPullParser parser) in skipCurrentTag() method in Utils