Home
last modified time | relevance | path

Searched refs:mKeyguardControllerState (Results 1 – 1 of 1) sorted by relevance

/cts/tests/framework/base/windowmanager/util/src/android/server/wm/
DWindowManagerState.java159 private KeyguardControllerState mKeyguardControllerState; field in WindowManagerState
362 && !mKeyguardControllerState.keyguardShowing; in computeState()
497 mKeyguardControllerState = new KeyguardControllerState( in parseWindowManagerServiceDumpProto()
542 mKeyguardControllerState = new KeyguardControllerState(root.keyguardController); in parseDumpLegacy()
581 mKeyguardControllerState = null; in reset()
769 return mKeyguardControllerState; in getKeyguardControllerState()