KeyguardControllerState

public class KeyguardControllerState
extends Object

java.lang.Object
😎 com.android.tradefed.util.KeyguardControllerState


Ein Container für die Keyguard-Zustände. Inspiriert von ActivityManagerState.java.

Zusammenfassung

Öffentliche Methoden

static KeyguardControllerState create( dump)

Erstellt einen KeyguardControllerState und füllt ihn basierend auf der dumpsys-Ausgabe des KeyguardController.

boolean isKeyguardGoingAway()

Gibt "True" zurück, wenn der Keyguard verschwindet, andernfalls "false".

boolean isKeyguardOccluded()

Gibt "True" zurück, wenn der Keyguard verdeckt ist, andernfalls "false".

boolean isKeyguardShowing()

Gibt "True" zurück, wenn der Keyguard angezeigt wird, andernfalls "false".

Öffentliche Methoden

create

public static KeyguardControllerState create ( dump)

Erstellt einen KeyguardControllerState und füllt ihn basierend auf der dumpsys-Ausgabe des KeyguardController.

Parameter
dump : Ausgabe der dumpsys-Aktivitätsaktivitäten

Returns
KeyguardControllerState Die KeyguardControllerState, die die Ausgabe darstellt, oder null, wenn die Ausgabe ungültig ist bereitgestellt wird.

isKeyguardGoingAbwesend

public boolean isKeyguardGoingAway ()

Gibt "True" zurück, wenn der Keyguard verschwindet, andernfalls "false".

Returns
boolean

isKeyguardOccluded

public boolean isKeyguardOccluded ()

Gibt "True" zurück, wenn der Keyguard verdeckt ist, andernfalls "false".

Returns
boolean

isKeyguardShowing

public boolean isKeyguardShowing ()

Gibt "True" zurück, wenn der Keyguard angezeigt wird, andernfalls "false".

Returns
boolean