Searched refs:parseBooleanAttribute (Results 1 – 4 of 4) sorted by relevance
251 fromBackup || ShortcutService.parseBooleanAttribute(parser, ATTR_SHADOW); in loadFromXml()262 final boolean backupAllowed = ShortcutService.parseBooleanAttribute( in loadFromXml()264 final boolean backupSourceBackupAllowed = ShortcutService.parseBooleanAttribute( in loadFromXml()
2158 boolean isBot = ShortcutService.parseBooleanAttribute(parser, ATTR_PERSON_IS_BOT); in parsePerson()2159 boolean isImportant = ShortcutService.parseBooleanAttribute(parser, in parsePerson()
833 static boolean parseBooleanAttribute(TypedXmlPullParser parser, String attribute) { in parseBooleanAttribute() method in ShortcutService837 static boolean parseBooleanAttribute(TypedXmlPullParser parser, String attribute, boolean def) { in parseBooleanAttribute() method in ShortcutService
32979 HPLcom/android/server/pm/ShortcutService;->parseBooleanAttribute(Landroid/util/TypedXmlPullParser;L…32980 PLcom/android/server/pm/ShortcutService;->parseBooleanAttribute(Landroid/util/TypedXmlPullParser;Lj…