Home
last modified time | relevance | path

Searched refs:getIntAttribute (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/services/core/java/com/android/server/wm/
DDisplaySettings.java171 private int getIntAttribute(XmlPullParser parser, String name) { in getIntAttribute() method in DisplaySettings
185 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()
/frameworks/base/services/core/java/com/android/server/timezone/
DPackageStatusStorage.java135 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