FileDocCategorySizeDatePackage
KeyguardScreenCallback.javaAPI DocAndroid 1.5 API1774Wed May 06 22:42:06 BST 2009com.android.internal.policy.impl

KeyguardScreenCallback

public interface KeyguardScreenCallback implements KeyguardViewCallback
Within a keyguard, there may be several screens that need a callback to the host keyguard view.

Fields Summary
Constructors Summary
Methods Summary
public booleandoesFallbackUnlockScreenExist()
Report whether we there's another way to unlock the device.

return
true

public voidgoToLockScreen()
Transition to the lock screen.

public voidgoToUnlockScreen()
Transitino to th unlock screen.

public booleanisSecure()

return
Whether the keyguard requires some sort of PIN.

public booleanisVerifyUnlockOnly()

return
Whether we are in a mode where we only want to verify the user can get past the keyguard.

public voidrecreateMe()
Stay on me, but recreate me (so I can use a different layout).

public voidreportFailedPatternAttempt()
Report that the user had a failed attempt unlocking via the pattern.

public voidtakeEmergencyCallAction()
Take action to send an emergency call.