Searched refs:mShouldShowWithInsecureKeyguard (Results 1 – 1 of 1) sorted by relevance
115 private boolean mShouldShowWithInsecureKeyguard = false; field in DisplayWindowSettings.Entry139 mShouldShowWithInsecureKeyguard = copyFrom.mShouldShowWithInsecureKeyguard; in Entry()155 && !mShouldShowWithInsecureKeyguard in isEmpty()334 return entry.mShouldShowWithInsecureKeyguard; in shouldShowWithInsecureKeyguardLocked()345 entry.mShouldShowWithInsecureKeyguard = shouldShow; in setShouldShowWithInsecureKeyguardLocked()556 entry.mShouldShowWithInsecureKeyguard = getBooleanAttribute(parser, in readDisplay()642 if (entry.mShouldShowWithInsecureKeyguard) { in writeSettings()644 Boolean.toString(entry.mShouldShowWithInsecureKeyguard)); in writeSettings()