Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shared/condition/
H A DCombinedConditionTest.kt24 import com.android.systemui.shared.condition.Condition.START_WHEN_NEEDED
43 @StartStrategy private val startStrategy: Int = START_WHEN_NEEDED,
69 FakeCondition(scope = this, initialValue = false, startStrategy = START_WHEN_NEEDED)
118 FakeCondition(scope = this, initialValue = false, startStrategy = START_WHEN_NEEDED)
178 startStrategy = START_WHEN_NEEDED
217 startStrategy = START_WHEN_NEEDED
265 startStrategy = START_WHEN_NEEDED
284 FakeCondition(scope = this, initialValue = false, startStrategy = START_WHEN_NEEDED)
/aosp14/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/condition/
H A DCombinedCondition.kt106 conditions.elementAt(index).startStrategy == START_WHEN_NEEDED
176 var startStrategy = START_WHEN_NEEDED
183 START_WHEN_NEEDED -> {
H A DCondition.java93 public static final int START_WHEN_NEEDED = 2; field in Condition
96 @IntDef({START_EAGERLY, START_LAZILY, START_WHEN_NEEDED})