Searched refs:parseLongAttribute (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/services/core/java/com/android/server/pm/ |
D | ShortcutPackageInfo.java | 242 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()
|
D | ShortcutPackage.java | 1613 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()
|
D | ShortcutService.java | 757 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()
|
D | ShortcutUser.java | 394 final long lastAppScanTime = ShortcutService.parseLongAttribute(parser, in loadFromXml()
|
/frameworks/base/services/ |
D | art-profile | 11666 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/ |
D | boot-image-profile.txt | 30857 HSPLlibcore/timezone/TimeZoneFinder;->parseLongAttribute(Lorg/xmlpull/v1/XmlPullParser;Ljava/lang/S…
|