Searched refs:deviceHasKeyguard (Results 1 – 2 of 2) sorted by relevance
72 boolean deviceHasKeyguard; field in KeyguardServiceDelegate.KeyguardState87 deviceHasKeyguard = true; in reset()156 mKeyguardState.deviceHasKeyguard = false; in bindService()243 return mKeyguardState.deviceHasKeyguard; in hasKeyguard()436 pw.println(prefix + "deviceHasKeyguard=" + mKeyguardState.deviceHasKeyguard); in dump()
14346 && !deviceHasKeyguard() in isManagedKioskInternal()14356 private boolean deviceHasKeyguard() { in deviceHasKeyguard() method