KeyguardControllerState

public class KeyguardControllerState
extends Object

java.lang.Object 中
   ↳ com.android.tradefed.util.KeyguardControllerState


锁屏状态的容器。灵感来自 ActivityManagerState.java。

摘要

公共方法

static KeyguardControllerState create( dump)

根据KeyguardControllerState KeyguardController。

boolean isKeyguardGoingAway()

如果键盘锁正在关闭,则返回 True,否则返回 false。

boolean isKeyguardOccluded()

如果键盘锁被遮挡,返回 True,否则返回 false。

boolean isKeyguardShowing()

如果显示键盘锁,则返回 True,否则返回 false。

公共方法

create

public static KeyguardControllerState create ( dump)

根据KeyguardControllerState KeyguardController。

参数
dump :dumpsys activity activity 的输出

返回
KeyguardControllerState 表示输出的 KeyguardControllerState;如果输出无效,则为 null 。

isKeyguardGoingAway

public boolean isKeyguardGoingAway ()

如果键盘锁正在关闭,则返回 True,否则返回 false。

返回
boolean

已被锁屏

public boolean isKeyguardOccluded ()

如果键盘锁被遮挡,返回 True,否则返回 false。

返回
boolean

isKeyguardShowing

public boolean isKeyguardShowing ()

如果显示键盘锁,则返回 True,否则返回 false。

返回
boolean