Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DDisplayWindowSettings.java182 return settings.mShouldShowWithInsecureKeyguard != null in shouldShowWithInsecureKeyguardLocked()
183 ? settings.mShouldShowWithInsecureKeyguard : false; in shouldShowWithInsecureKeyguardLocked()
195 overrideSettings.mShouldShowWithInsecureKeyguard = shouldShow; in setShouldShowWithInsecureKeyguardLocked()
362 Boolean mShouldShowWithInsecureKeyguard; field in DisplayWindowSettings.SettingsProvider.SettingsEntry
425 if (other.mShouldShowWithInsecureKeyguard != mShouldShowWithInsecureKeyguard) { in setTo()
426 mShouldShowWithInsecureKeyguard = other.mShouldShowWithInsecureKeyguard; in setTo()
505 if (delta.mShouldShowWithInsecureKeyguard != null in updateFrom()
506 && delta.mShouldShowWithInsecureKeyguard in updateFrom()
507 != mShouldShowWithInsecureKeyguard) { in updateFrom()
508 mShouldShowWithInsecureKeyguard = delta.mShouldShowWithInsecureKeyguard; in updateFrom()
[all …]
H A DDisplayWindowSettingsProvider.java396 settingsEntry.mShouldShowWithInsecureKeyguard = getBooleanAttribute(parser, in readDisplay()
486 if (settingsEntry.mShouldShowWithInsecureKeyguard != null) { in writeSettings()
488 settingsEntry.mShouldShowWithInsecureKeyguard); in writeSettings()