Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/hal/property/
DPropertyHalServiceConfigs.java64 private static PropertyHalServiceConfigs sPropertyHalServiceConfigs; field in PropertyHalServiceConfigs
215 if (sPropertyHalServiceConfigs == null) { in getInstance()
216 sPropertyHalServiceConfigs = new PropertyHalServiceConfigs( in getInstance()
219 return sPropertyHalServiceConfigs; in getInstance()