Package org.robolectric.shadows
Class ShadowKeyguardManager.ShadowKeyguardLock
java.lang.Object
org.robolectric.shadows.ShadowKeyguardManager.ShadowKeyguardLock
- Enclosing class:
- ShadowKeyguardManager
@Implements(android.app.KeyguardManager.KeyguardLock.class)
public static class ShadowKeyguardManager.ShadowKeyguardLock
extends Object
An implementation of
KeyguardManager.KeyguardLock
, for use in tests.-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected void
Sets the value to be returned byisEnabled()
to false.boolean
For tests, returns the value set viadisableKeyguard()
orreenableKeyguard()
, or true by default.protected void
Sets the value to be returned byisEnabled()
to true.static void
reset()
-
Constructor Details
-
ShadowKeyguardLock
public ShadowKeyguardLock()
-
-
Method Details
-
disableKeyguard
Sets the value to be returned byisEnabled()
to false.- See Also:
-
reenableKeyguard
Sets the value to be returned byisEnabled()
to true.- See Also:
-
isEnabled
public boolean isEnabled()For tests, returns the value set viadisableKeyguard()
orreenableKeyguard()
, or true by default. -
reset
-