Home
last modified time | relevance | path

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

/packages/modules/HealthFitness/service/java/com/android/server/healthconnect/storage/datatypehelpers/
DDeviceInfoHelper.java89 long rowId = getDeviceInfoMap().getOrDefault(deviceInfo, DEFAULT_LONG); in populateDeviceInfoId()
154 private Map<DeviceInfo, Long> getDeviceInfoMap() { in getDeviceInfoMap() method in DeviceInfoHelper
163 Long currentRowId = getDeviceInfoMap().get(deviceInfo); in insertIfNotPresent()
177 getDeviceInfoMap().put(deviceInfo, rowId); in insertIfNotPresent()