Searched refs:mShouldShowWithInsecureKeyguard (Results 1 – 2 of 2) sorted by relevance
182 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.SettingsEntry425 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 …]
396 settingsEntry.mShouldShowWithInsecureKeyguard = getBooleanAttribute(parser, in readDisplay()486 if (settingsEntry.mShouldShowWithInsecureKeyguard != null) { in writeSettings()488 settingsEntry.mShouldShowWithInsecureKeyguard); in writeSettings()