Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DDisplayWindowSettings.java196 return settings.mShouldShowWithInsecureKeyguard != null in shouldShowWithInsecureKeyguardLocked()
197 ? settings.mShouldShowWithInsecureKeyguard : false; in shouldShowWithInsecureKeyguardLocked()
209 overrideSettings.mShouldShowWithInsecureKeyguard = shouldShow; in setShouldShowWithInsecureKeyguardLocked()
448 Boolean mShouldShowWithInsecureKeyguard; field in DisplayWindowSettings.SettingsProvider.SettingsEntry
514 other.mShouldShowWithInsecureKeyguard, mShouldShowWithInsecureKeyguard)) { in setTo()
515 mShouldShowWithInsecureKeyguard = other.mShouldShowWithInsecureKeyguard; in setTo()
598 if (delta.mShouldShowWithInsecureKeyguard != null && !Objects.equals( in updateFrom()
599 delta.mShouldShowWithInsecureKeyguard, mShouldShowWithInsecureKeyguard)) { in updateFrom()
600 mShouldShowWithInsecureKeyguard = delta.mShouldShowWithInsecureKeyguard; in updateFrom()
649 && mShouldShowWithInsecureKeyguard == null in isEmpty()
[all …]
DDisplayWindowSettingsProvider.java453 settingsEntry.mShouldShowWithInsecureKeyguard = getBooleanAttribute(parser, in readDisplay()
544 if (settingsEntry.mShouldShowWithInsecureKeyguard != null) { in writeSettings()
546 settingsEntry.mShouldShowWithInsecureKeyguard); in writeSettings()