Searched refs:parseLongAttribute (Results 1 – 5 of 5) 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 | 1470 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()
|
D | ShortcutService.java | 751 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()
|
D | ShortcutUser.java | 390 final long lastAppScanTime = ShortcutService.parseLongAttribute(parser, in loadFromXml()
|
/frameworks/base/config/ |
D | boot-image-profile.txt | 51761 HSPLlibcore/util/TimeZoneFinder;->parseLongAttribute(Lorg/xmlpull/v1/XmlPullParser;Ljava/lang/Strin…
|