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

KeyguardViewCallback

public interface KeyguardViewCallback
The callback used by the keyguard view to tell the {@link KeyguardViewMediator} various things.

Fields Summary
Constructors Summary
Methods Summary
public voidkeyguardDone(boolean authenticated)
Report that the keyguard is done.

param
authenticated Whether the user securely got past the keyguard. the only reason for this to be false is if the keyguard was instructed to appear temporarily to verify the user is supposed to get past the keyguard, and the user fails to do so.

public voidkeyguardDoneDrawing()
Report that the keyguard is done drawing.

public voidpokeWakelock()
Request the wakelock to be poked for the default amount of time.

public voidpokeWakelock(int millis)
Request the wakelock to be poked for a specific amount of time.

param
millis The amount of time in millis.