Home
last modified time | relevance | path

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

/packages/modules/HealthFitness/service/java/com/android/server/healthconnect/storage/datatypehelpers/
DDeviceInfoHelper.java60 private static volatile DeviceInfoHelper sDeviceInfoHelper; field in DeviceInfoHelper
213 if (sDeviceInfoHelper == null) { in getInstance()
214 sDeviceInfoHelper = new DeviceInfoHelper(); in getInstance()
216 return sDeviceInfoHelper; in getInstance()