Searched refs:mShouldShowWithInsecureKeyguard (Results 1 – 2 of 2) sorted by relevance
196 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.SettingsEntry514 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 …]
453 settingsEntry.mShouldShowWithInsecureKeyguard = getBooleanAttribute(parser, in readDisplay()544 if (settingsEntry.mShouldShowWithInsecureKeyguard != null) { in writeSettings()546 settingsEntry.mShouldShowWithInsecureKeyguard); in writeSettings()