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()
2272 boolean isBot = ShortcutService.parseBooleanAttribute(parser, ATTR_PERSON_IS_BOT); in parsePerson()2273 boolean isImportant = ShortcutService.parseBooleanAttribute(parser, in parsePerson()
872 static boolean parseBooleanAttribute(TypedXmlPullParser parser, String attribute) { in parseBooleanAttribute() method in ShortcutService876 static boolean parseBooleanAttribute(TypedXmlPullParser parser, String attribute, boolean def) { in parseBooleanAttribute() method in ShortcutService
19750 PLcom/android/server/pm/ShortcutService;->parseBooleanAttribute(Lcom/android/modules/utils/TypedXml…19751 PLcom/android/server/pm/ShortcutService;->parseBooleanAttribute(Lcom/android/modules/utils/TypedXml…