Searched refs:deviceHasKeyguard (Results 1 – 2 of 2) sorted by relevance
73 boolean deviceHasKeyguard; field in KeyguardServiceDelegate.KeyguardState88 deviceHasKeyguard = true; in reset()157 mKeyguardState.deviceHasKeyguard = false; in bindService()238 return mKeyguardState.deviceHasKeyguard; in hasKeyguard()438 pw.println(prefix + "deviceHasKeyguard=" + mKeyguardState.deviceHasKeyguard); in dump()
16610 && !deviceHasKeyguard()16621 private boolean deviceHasKeyguard() {