Home
last modified time | relevance | path

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

/platform_testing/libraries/flicker/utils/src/android/tools/traces/wm/
DKeyguardControllerState.kt27 class KeyguardControllerState class
41 if (other !is KeyguardControllerState) return false in equals()
62 ): KeyguardControllerState = withCache { in from()
63 KeyguardControllerState(isAodShowing, isKeyguardShowing, keyguardOccludedStates) in from()
DWindowManagerTraceEntryBuilder.kt29 private var keyguardControllerState: KeyguardControllerState? = null
70 value: KeyguardControllerState? in setKeyguardControllerState()
DWindowManagerState.kt47 val keyguardControllerState: KeyguardControllerState in <lambda>()
/platform_testing/libraries/flicker/utils/test/src/android/tools/utils/
DMockWindowStateBuilder.kt19 import android.tools.traces.wm.KeyguardControllerState
57 KeyguardControllerState.from( in build()
/platform_testing/libraries/flicker/utils/test/src/android/tools/traces/wm/
DWindowManagerStateTest.kt54 KeyguardControllerState.from( in usesRealTimestampWhenAvailableAndFallsbackOnElapsedTimestamp()
78 KeyguardControllerState.from( in usesRealTimestampWhenAvailableAndFallsbackOnElapsedTimestamp()
DWindowManagerTraceEntryBuilderTest.kt44 KeyguardControllerState.from( in createsEntryWithCorrectClockTime()
68 KeyguardControllerState.from( in supportsMissingRealToElapsedTimeOffsetNs()
/platform_testing/libraries/flicker/test/src/android/tools/flicker/subject/wm/
DWindowManagerStateSubjectTest.kt22 import android.tools.traces.wm.KeyguardControllerState
339 KeyguardControllerState.from( in canHandleNoSubjects()
/platform_testing/libraries/flicker/utils/src/android/tools/traces/parsers/wm/
DWindowManagerStateBuilder.kt34 import android.tools.traces.wm.KeyguardControllerState in <lambda>()
145 ): KeyguardControllerState { in <lambda>()
146 return KeyguardControllerState.from( in <lambda>()