Searched refs:NO_TEMPLATE (Results 1 – 5 of 5) sorted by relevance
58 ControlTemplate toParcel = ControlTemplate.NO_TEMPLATE; in testUnparcelingCorrectClass_none()62 assertEquals(ControlTemplate.NO_TEMPLATE, fromParcel); in testUnparcelingCorrectClass_none()156 ControlTemplate.NO_TEMPLATE, in testThermostatParams_wrongMode()164 ControlTemplate.NO_TEMPLATE, in testThermostatParams_wrongMode()175 ControlTemplate.NO_TEMPLATE, in testThermostatParams_wrongActiveMode()183 ControlTemplate.NO_TEMPLATE, in testThermostatParams_wrongActiveMode()194 ControlTemplate.NO_TEMPLATE, in testThermostatParams_wrongFlags_currentMode()203 ControlTemplate.NO_TEMPLATE, in testThermostatParams_wrongFlags_currentActiveMode()
55 public static final @NonNull ControlTemplate NO_TEMPLATE = new ControlTemplate("") { field in ControlTemplate213 return NO_TEMPLATE; in createTemplateFromBundle()246 return NO_TEMPLATE; in getNoTemplateObject()
118 get() = cws.control?.let { it.controlTemplate } ?: ControlTemplate.NO_TEMPLATE in <lambda>()138 template == ControlTemplate.NO_TEMPLATE -> Supplier { TouchBehavior() } in findBehaviorClass()253 controlTemplate == ControlTemplate.NO_TEMPLATE in usePanel()
118 .setControlTemplate(ControlTemplate.NO_TEMPLATE) in chevronIcon()
602 ControlTemplate.NO_TEMPLATE, in build()641 private @NonNull ControlTemplate mControlTemplate = ControlTemplate.NO_TEMPLATE;