Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/
DCarFeatureController.java204 HalPropValue disabledOptionalFeatureValue = hal.getIfSupportedOrFailForEarlyStage( in CarFeatureController() local
206 if (disabledOptionalFeatureValue != null) { in CarFeatureController()
207 String disabledFeatures = disabledOptionalFeatureValue.getStringValue(); in CarFeatureController()