Searched refs:initialValue (Results 1 – 8 of 8) sorted by relevance
9 class DeviceStateRotationSettingRule(initialValue: String? = null) :12 initialValue = initialValue,
12 private val initialValue: T? = null, constant in android.platform.test.rule.SettingRule19 if (initialValue != null) { in before()20 setSettingValue(initialValue) in before()
9 initialValue: T? = null,10 ) : SettingRule<T>(initialValue) {
10 initialValue: T? = null,11 ) : SettingRule<T>(initialValue) {
29 initialValue = 0,
12 initialValue = enabled,
25 initialValue = """{"clockId":"${customClock.name}"}"""