Searched refs:START_WHEN_NEEDED (Results 1 – 3 of 3) sorted by relevance
24 import com.android.systemui.shared.condition.Condition.START_WHEN_NEEDED43 @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_NEEDED217 startStrategy = START_WHEN_NEEDED265 startStrategy = START_WHEN_NEEDED284 FakeCondition(scope = this, initialValue = false, startStrategy = START_WHEN_NEEDED)
106 conditions.elementAt(index).startStrategy == START_WHEN_NEEDED176 var startStrategy = START_WHEN_NEEDED183 START_WHEN_NEEDED -> {
93 public static final int START_WHEN_NEEDED = 2; field in Condition96 @IntDef({START_EAGERLY, START_LAZILY, START_WHEN_NEEDED})