Searched refs:keyguardOccludedStates (Results 1 – 6 of 6) sorted by relevance
31 val keyguardOccludedStates: Map<Int, Boolean> constant in android.tools.traces.wm.KeyguardControllerState33 fun isKeyguardOccluded(displayId: Int): Boolean = keyguardOccludedStates[displayId] ?: false in isKeyguardOccluded()45 if (keyguardOccludedStates != other.keyguardOccludedStates) return false in equals()53 result = 31 * result + keyguardOccludedStates.hashCode() in hashCode()61 keyguardOccludedStates: Map<Int, Boolean> in from()63 KeyguardControllerState(isAodShowing, isKeyguardShowing, keyguardOccludedStates) in from()
57 keyguardOccludedStates = mapOf() in usesRealTimestampWhenAvailableAndFallsbackOnElapsedTimestamp()81 keyguardOccludedStates = mapOf() in usesRealTimestampWhenAvailableAndFallsbackOnElapsedTimestamp()
47 keyguardOccludedStates = mapOf() in createsEntryWithCorrectClockTime()71 keyguardOccludedStates = mapOf() in supportsMissingRealToElapsedTimeOffsetNs()
60 keyguardOccludedStates = emptyMap() in build()
149 keyguardOccludedStates = in <lambda>()150 proto?.keyguardOccludedStates?.associate { it.displayId to it.keyguardOccluded } in <lambda>()
342 keyguardOccludedStates = mapOf() in canHandleNoSubjects()