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