Searched refs:getBooleanAttribute (Results 1 – 3 of 3) sorted by relevance
521 private boolean getBooleanAttribute(XmlPullParser parser, String name) { in getBooleanAttribute() method in DisplayWindowSettings522 return getBooleanAttribute(parser, name, false /* defaultValue */); in getBooleanAttribute()525 private boolean getBooleanAttribute(XmlPullParser parser, String name, boolean defaultValue) { in getBooleanAttribute() method in DisplayWindowSettings556 entry.mShouldShowWithInsecureKeyguard = getBooleanAttribute(parser, in readDisplay()558 entry.mShouldShowSystemDecors = getBooleanAttribute(parser, "shouldShowSystemDecors"); in readDisplay()559 entry.mShouldShowIme = getBooleanAttribute(parser, "shouldShowIme"); in readDisplay()
19980 method public boolean getBooleanAttribute(android.icu.text.DateFormat.BooleanAttribute);