Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DDisplayWindowSettingsProvider.java351 private static int getIntAttribute(TypedXmlPullParser parser, String name, int defaultValue) { in getIntAttribute() method in DisplayWindowSettingsProvider
380 settingsEntry.mWindowingMode = getIntAttribute(parser, "windowingMode", in readDisplay()
386 settingsEntry.mForcedWidth = getIntAttribute(parser, "forcedWidth", in readDisplay()
388 settingsEntry.mForcedHeight = getIntAttribute(parser, "forcedHeight", in readDisplay()
390 settingsEntry.mForcedDensity = getIntAttribute(parser, "forcedDensity", in readDisplay()
394 settingsEntry.mRemoveContentMode = getIntAttribute(parser, "removeContentMode", in readDisplay()
426 fileData.mIdentifierType = getIntAttribute(parser, "identifier", in readConfig()
/aosp12/frameworks/base/services/core/java/com/android/server/timezone/
H A DPackageStatusStorage.java137 int updateAppVersion = getIntAttribute(parser, ATTRIBUTE_UPDATE_APP_VERSION); in getPackageStatusLocked()
138 int dataAppVersion = getIntAttribute(parser, ATTRIBUTE_DATA_APP_VERSION); in getPackageStatusLocked()
258 return getIntAttribute(parser, ATTRIBUTE_OPTIMISTIC_LOCK_ID); in getCurrentOptimisticLockId()
377 private static int getIntAttribute(TypedXmlPullParser parser, String attributeName) in getIntAttribute() method in PackageStatusStorage
/aosp12/frameworks/base/services/
H A Dart-profile46289 HSPLcom/android/server/wm/DisplayWindowSettingsProvider;->getIntAttribute(Landroid/util/TypedXmlPul…