Searched refs:getIntAttribute (Results 1 – 2 of 2) sorted by relevance
171 private int getIntAttribute(XmlPullParser parser, String name) { in getIntAttribute() method in DisplaySettings185 entry.overscanLeft = getIntAttribute(parser, "overscanLeft"); in readDisplay()186 entry.overscanTop = getIntAttribute(parser, "overscanTop"); in readDisplay()187 entry.overscanRight = getIntAttribute(parser, "overscanRight"); in readDisplay()188 entry.overscanBottom = getIntAttribute(parser, "overscanBottom"); in readDisplay()
135 int updateAppVersion = getIntAttribute(parser, ATTRIBUTE_UPDATE_APP_VERSION); in getPackageStatusLocked()136 int dataAppVersion = getIntAttribute(parser, ATTRIBUTE_DATA_APP_VERSION); in getPackageStatusLocked()256 return getIntAttribute(parser, ATTRIBUTE_OPTIMISTIC_LOCK_ID); in getCurrentOptimisticLockId()377 private static int getIntAttribute(XmlPullParser parser, String attributeName) in getIntAttribute() method in PackageStatusStorage