Searched refs:parseLongAttribute (Results 1 – 6 of 6) sorted by relevance
/aosp12/frameworks/base/services/core/java/com/android/server/graphics/fonts/ |
H A D | PersistentSystemFontConfig.java | 75 out.lastModifiedMillis = parseLongAttribute(parser, ATTR_VALUE, 0); in loadFromXml() 122 private static long parseLongAttribute(TypedXmlPullParser parser, String attr, long defValue) { in parseLongAttribute() method in PersistentSystemFontConfig
|
/aosp12/frameworks/base/services/core/java/com/android/server/pm/ |
H A D | ShortcutPackageInfo.java | 243 final long versionCode = ShortcutService.parseLongAttribute(parser, ATTR_VERSION, in loadFromXml() 246 final long lastUpdateTime = ShortcutService.parseLongAttribute( in loadFromXml() 255 final long backupSourceVersion = ShortcutService.parseLongAttribute(parser, in loadFromXml()
|
H A D | ShortcutPackage.java | 1951 ShortcutService.parseLongAttribute(parser, ATTR_LAST_RESET); in loadFromXml() 2036 rank = (int) ShortcutService.parseLongAttribute(parser, ATTR_RANK); in parseShortcut() 2037 lastChangedTimestamp = ShortcutService.parseLongAttribute(parser, ATTR_TIMESTAMP); in parseShortcut() 2038 flags = (int) ShortcutService.parseLongAttribute(parser, ATTR_FLAGS); in parseShortcut() 2039 iconResId = (int) ShortcutService.parseLongAttribute(parser, ATTR_ICON_RES_ID); in parseShortcut()
|
H A D | ShortcutService.java | 834 return parseLongAttribute(parser, attribute) == 1; in parseBooleanAttribute() 838 return parseLongAttribute(parser, attribute, (def ? 1 : 0)) == 1; in parseBooleanAttribute() 842 return (int) parseLongAttribute(parser, attribute); in parseIntAttribute() 846 return (int) parseLongAttribute(parser, attribute, def); in parseIntAttribute() 849 static long parseLongAttribute(TypedXmlPullParser parser, String attribute) { in parseLongAttribute() method in ShortcutService 850 return parseLongAttribute(parser, attribute, 0); in parseLongAttribute() 853 static long parseLongAttribute(TypedXmlPullParser parser, String attribute, long def) { in parseLongAttribute() method in ShortcutService 1018 mRawLastResetTime = parseLongAttribute(parser, ATTR_VALUE); in loadBaseStateLocked()
|
H A D | ShortcutUser.java | 441 final long lastAppScanTime = ShortcutService.parseLongAttribute(parser, in loadFromXml()
|
/aosp12/frameworks/base/services/ |
H A D | art-profile | 32987 HSPLcom/android/server/pm/ShortcutService;->parseLongAttribute(Landroid/util/TypedXmlPullParser;Lja… 32988 HSPLcom/android/server/pm/ShortcutService;->parseLongAttribute(Landroid/util/TypedXmlPullParser;Lja…
|