Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/pm/
DShortcutPackageInfo.java242 final long versionCode = ShortcutService.parseLongAttribute(parser, ATTR_VERSION, in loadFromXml()
245 final long lastUpdateTime = ShortcutService.parseLongAttribute( in loadFromXml()
254 final long backupSourceVersion = ShortcutService.parseLongAttribute(parser, in loadFromXml()
DShortcutPackage.java1470 ShortcutService.parseLongAttribute(parser, ATTR_LAST_RESET); in loadFromXml()
1547 rank = (int) ShortcutService.parseLongAttribute(parser, ATTR_RANK); in parseShortcut()
1548 lastChangedTimestamp = ShortcutService.parseLongAttribute(parser, ATTR_TIMESTAMP); in parseShortcut()
1549 flags = (int) ShortcutService.parseLongAttribute(parser, ATTR_FLAGS); in parseShortcut()
1550 iconResId = (int) ShortcutService.parseLongAttribute(parser, ATTR_ICON_RES_ID); in parseShortcut()
DShortcutService.java751 return parseLongAttribute(parser, attribute) == 1; in parseBooleanAttribute()
755 return parseLongAttribute(parser, attribute, (def ? 1 : 0)) == 1; in parseBooleanAttribute()
759 return (int) parseLongAttribute(parser, attribute); in parseIntAttribute()
763 return (int) parseLongAttribute(parser, attribute, def); in parseIntAttribute()
766 static long parseLongAttribute(XmlPullParser parser, String attribute) { in parseLongAttribute() method in ShortcutService
767 return parseLongAttribute(parser, attribute, 0); in parseLongAttribute()
770 static long parseLongAttribute(XmlPullParser parser, String attribute, long def) { in parseLongAttribute() method in ShortcutService
934 mRawLastResetTime = parseLongAttribute(parser, ATTR_VALUE); in loadBaseStateLocked()
DShortcutUser.java390 final long lastAppScanTime = ShortcutService.parseLongAttribute(parser, in loadFromXml()
/frameworks/base/config/
Dboot-image-profile.txt51761 HSPLlibcore/util/TimeZoneFinder;->parseLongAttribute(Lorg/xmlpull/v1/XmlPullParser;Ljava/lang/Strin…