HomeSort by relevance Sort by last modified time
    Searched defs:getIntAttribute (Results 1 - 3 of 3) sorted by null

  /frameworks/base/services/core/java/com/android/server/wm/
DisplaySettings.java 171 private int getIntAttribute(XmlPullParser parser, String name) {
185 entry.overscanLeft = getIntAttribute(parser, "overscanLeft");
186 entry.overscanTop = getIntAttribute(parser, "overscanTop");
187 entry.overscanRight = getIntAttribute(parser, "overscanRight");
188 entry.overscanBottom = getIntAttribute(parser, "overscanBottom");
  /frameworks/base/services/core/java/com/android/server/timezone/
PackageStatusStorage.java 131 int updateAppVersion = getIntAttribute(parser, ATTRIBUTE_UPDATE_APP_VERSION);
132 int dataAppVersion = getIntAttribute(parser, ATTRIBUTE_DATA_APP_VERSION);
252 return getIntAttribute(parser, ATTRIBUTE_OPTIMISTIC_LOCK_ID);
373 private static int getIntAttribute(XmlPullParser parser, String attributeName)
  /external/icu/tools/srcgen/currysrc/libs/
org.eclipse.jdt.core_3.11.0.v20150602-1242.jar 

Completed in 464 milliseconds