Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DDisplayWindowSettings.java521 private boolean getBooleanAttribute(XmlPullParser parser, String name) { in getBooleanAttribute() method in DisplayWindowSettings
522 return getBooleanAttribute(parser, name, false /* defaultValue */); in getBooleanAttribute()
525 private boolean getBooleanAttribute(XmlPullParser parser, String name, boolean defaultValue) { in getBooleanAttribute() method in DisplayWindowSettings
556 entry.mShouldShowWithInsecureKeyguard = getBooleanAttribute(parser, in readDisplay()
558 entry.mShouldShowSystemDecors = getBooleanAttribute(parser, "shouldShowSystemDecors"); in readDisplay()
559 entry.mShouldShowIme = getBooleanAttribute(parser, "shouldShowIme"); in readDisplay()
/frameworks/base/non-updatable-api/
Dcurrent.txt19980 method public boolean getBooleanAttribute(android.icu.text.DateFormat.BooleanAttribute);
/frameworks/base/api/
Dcurrent.txt19980 method public boolean getBooleanAttribute(android.icu.text.DateFormat.BooleanAttribute);