@Implements(value=android.app.KeyguardManager.class)
public class ShadowKeyguardManager
extends java.lang.Object
KeyguardManager.| Modifier and Type | Class and Description |
|---|---|
static class |
ShadowKeyguardManager.ShadowKeyguardLock |
| Constructor and Description |
|---|
ShadowKeyguardManager() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
inKeyguardRestrictedInputMode() |
boolean |
isDeviceSecure() |
boolean |
isKeyguardSecure() |
android.app.KeyguardManager.KeyguardLock |
newKeyguardLock(java.lang.String tag) |
void |
setinRestrictedInputMode(boolean restricted) |
void |
setIsDeviceSecure(boolean isDeviceSecure) |
void |
setIsKeyguardSecure(boolean secure) |
@Implementation public boolean inKeyguardRestrictedInputMode()
@Implementation public android.app.KeyguardManager.KeyguardLock newKeyguardLock(java.lang.String tag)
public void setinRestrictedInputMode(boolean restricted)
@Implementation(minSdk=23) public boolean isKeyguardSecure()
public void setIsKeyguardSecure(boolean secure)
@Implementation(minSdk=23) public boolean isDeviceSecure()
public void setIsDeviceSecure(boolean isDeviceSecure)