Home
last modified time | relevance | path

Searched refs:parseLongAttribute (Results 1 – 6 of 6) 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.java1613 ShortcutService.parseLongAttribute(parser, ATTR_LAST_RESET); in loadFromXml()
1695 rank = (int) ShortcutService.parseLongAttribute(parser, ATTR_RANK); in parseShortcut()
1696 lastChangedTimestamp = ShortcutService.parseLongAttribute(parser, ATTR_TIMESTAMP); in parseShortcut()
1697 flags = (int) ShortcutService.parseLongAttribute(parser, ATTR_FLAGS); in parseShortcut()
1698 iconResId = (int) ShortcutService.parseLongAttribute(parser, ATTR_ICON_RES_ID); in parseShortcut()
DShortcutService.java757 return parseLongAttribute(parser, attribute) == 1; in parseBooleanAttribute()
761 return parseLongAttribute(parser, attribute, (def ? 1 : 0)) == 1; in parseBooleanAttribute()
765 return (int) parseLongAttribute(parser, attribute); in parseIntAttribute()
769 return (int) parseLongAttribute(parser, attribute, def); in parseIntAttribute()
772 static long parseLongAttribute(XmlPullParser parser, String attribute) { in parseLongAttribute() method in ShortcutService
773 return parseLongAttribute(parser, attribute, 0); in parseLongAttribute()
776 static long parseLongAttribute(XmlPullParser parser, String attribute, long def) { in parseLongAttribute() method in ShortcutService
940 mRawLastResetTime = parseLongAttribute(parser, ATTR_VALUE); in loadBaseStateLocked()
DShortcutUser.java394 final long lastAppScanTime = ShortcutService.parseLongAttribute(parser, in loadFromXml()
/frameworks/base/services/
Dart-profile11666 HSPLcom/android/server/pm/ShortcutService;->parseLongAttribute(Lorg/xmlpull/v1/XmlPullParser;Ljava/…
11667 HSPLcom/android/server/pm/ShortcutService;->parseLongAttribute(Lorg/xmlpull/v1/XmlPullParser;Ljava/…
/frameworks/base/config/
Dboot-image-profile.txt30857 HSPLlibcore/timezone/TimeZoneFinder;->parseLongAttribute(Lorg/xmlpull/v1/XmlPullParser;Ljava/lang/S…