Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DDisplayWindowSettings.java109 private boolean mShouldShowWithInsecureKeyguard = false; field in DisplayWindowSettings.Entry
133 mShouldShowWithInsecureKeyguard = copyFrom.mShouldShowWithInsecureKeyguard; in Entry()
149 && !mShouldShowWithInsecureKeyguard in isEmpty()
328 return entry.mShouldShowWithInsecureKeyguard; in shouldShowWithInsecureKeyguardLocked()
339 entry.mShouldShowWithInsecureKeyguard = shouldShow; in setShouldShowWithInsecureKeyguardLocked()
550 entry.mShouldShowWithInsecureKeyguard = getBooleanAttribute(parser, in readDisplay()
636 if (entry.mShouldShowWithInsecureKeyguard) { in writeSettings()
638 Boolean.toString(entry.mShouldShowWithInsecureKeyguard)); in writeSettings()