Methods Summary |
---|
public void | addStateMonitorCallback(com.android.internal.policy.IKeyguardStateCallback callback)
|
public void | dismiss()
|
public void | doKeyguardTimeout(android.os.Bundle options)
|
public void | keyguardDone(boolean authenticated, boolean wakeup)
|
public void | onActivityDrawn()Notifies the Keyguard that the activity that was starting has now been drawn and it's safe
to start the keyguard dismiss sequence.
|
public void | onBootCompleted()
|
public void | onDreamingStarted()
|
public void | onDreamingStopped()
|
public void | onScreenTurnedOff(int reason)
|
public void | onScreenTurnedOn(com.android.internal.policy.IKeyguardShowCallback callback)
|
public void | onSystemReady()
|
public void | setCurrentUser(int userId)
|
public void | setKeyguardEnabled(boolean enabled)
|
public void | setOccluded(boolean isOccluded)Sets the Keyguard as occluded when a window dismisses the Keyguard with flag
FLAG_SHOW_ON_LOCK_SCREEN.
|
public void | startKeyguardExitAnimation(long startTime, long fadeoutDuration)Notifies that the activity behind has now been drawn and it's safe to remove the wallpaper
and keyguard flag.
|
public void | verifyUnlock(com.android.internal.policy.IKeyguardExitCallback callback)
|