Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DDisplayWindowSettings.java185 return settings.mShouldShowWithInsecureKeyguard != null in shouldShowWithInsecureKeyguardLocked()
186 ? settings.mShouldShowWithInsecureKeyguard : false; in shouldShowWithInsecureKeyguardLocked()
198 overrideSettings.mShouldShowWithInsecureKeyguard = shouldShow; in setShouldShowWithInsecureKeyguardLocked()
382 Boolean mShouldShowWithInsecureKeyguard; field in DisplayWindowSettings.SettingsProvider.SettingsEntry
446 other.mShouldShowWithInsecureKeyguard, mShouldShowWithInsecureKeyguard)) { in setTo()
447 mShouldShowWithInsecureKeyguard = other.mShouldShowWithInsecureKeyguard; in setTo()
527 delta.mShouldShowWithInsecureKeyguard, mShouldShowWithInsecureKeyguard)) { in updateFrom()
528 mShouldShowWithInsecureKeyguard = delta.mShouldShowWithInsecureKeyguard; in updateFrom()
572 && mShouldShowWithInsecureKeyguard == null in isEmpty()
594 && Objects.equals(mShouldShowWithInsecureKeyguard, in equals()
[all …]
H A DDisplayWindowSettingsProvider.java396 settingsEntry.mShouldShowWithInsecureKeyguard = getBooleanAttribute(parser, in readDisplay()
486 if (settingsEntry.mShouldShowWithInsecureKeyguard != null) { in writeSettings()
488 settingsEntry.mShouldShowWithInsecureKeyguard); in writeSettings()