Searched refs:mShouldShowWithInsecureKeyguard (Results 1 – 1 of 1) sorted by relevance
109 private boolean mShouldShowWithInsecureKeyguard = false; field in DisplayWindowSettings.Entry133 mShouldShowWithInsecureKeyguard = copyFrom.mShouldShowWithInsecureKeyguard; in Entry()149 && !mShouldShowWithInsecureKeyguard in isEmpty()328 return entry.mShouldShowWithInsecureKeyguard; in shouldShowWithInsecureKeyguardLocked()339 entry.mShouldShowWithInsecureKeyguard = shouldShow; in setShouldShowWithInsecureKeyguardLocked()550 entry.mShouldShowWithInsecureKeyguard = getBooleanAttribute(parser, in readDisplay()636 if (entry.mShouldShowWithInsecureKeyguard) { in writeSettings()638 Boolean.toString(entry.mShouldShowWithInsecureKeyguard)); in writeSettings()