@Implements(value=android.app.KeyguardManager.class) public class ShadowKeyguardManager extends 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(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(String tag)
public void setinRestrictedInputMode(boolean restricted)
@Implementation public boolean isKeyguardSecure()
public void setIsKeyguardSecure(boolean secure)
@Implementation public boolean isDeviceSecure()
public void setIsDeviceSecure(boolean isDeviceSecure)
Copyright © 2016. All rights reserved.