Searched refs:parseBooleanAttribute (Results 1 – 4 of 4) sorted by relevance
250 fromBackup || ShortcutService.parseBooleanAttribute(parser, ATTR_SHADOW); in loadFromXml()261 final boolean backupAllowed = ShortcutService.parseBooleanAttribute( in loadFromXml()263 final boolean backupSourceBackupAllowed = ShortcutService.parseBooleanAttribute( in loadFromXml()
1815 boolean isBot = ShortcutService.parseBooleanAttribute(parser, ATTR_PERSON_IS_BOT); in parsePerson()1816 boolean isImportant = ShortcutService.parseBooleanAttribute(parser, in parsePerson()
756 static boolean parseBooleanAttribute(XmlPullParser parser, String attribute) { in parseBooleanAttribute() method in ShortcutService760 static boolean parseBooleanAttribute(XmlPullParser parser, String attribute, boolean def) { in parseBooleanAttribute() method in ShortcutService
30856 HSPLlibcore/timezone/TimeZoneFinder;->parseBooleanAttribute(Lorg/xmlpull/v1/XmlPullParser;Ljava/lan…