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 活動活動的輸出內容

傳回
KeyguardControllerState 代表輸出內容的 KeyguardControllerState,如果輸出無效,則為空值 而不是每個 Pod 的名稱

IsKeyguard 外出

public boolean isKeyguardGoingAway ()

如果鍵盤鎖離開,則傳回 True,否則傳回 false。

傳回
boolean

isKeyguardOcclued

public boolean isKeyguardOccluded ()

如果鍵盤鎖遭到遮住,則傳回 True,否則傳回 false。

傳回
boolean

isKeyguard 顯示

public boolean isKeyguardShowing ()

如果鍵盤按鍵顯示,則傳回 True,否則傳回 false。

傳回
boolean