Searched refs:deviceInfoId (Results 1 – 3 of 3) sorted by relevance
250 public RecordInternal<T> setDeviceInfoId(long deviceInfoId) { in setDeviceInfoId() argument251 this.mDeviceInfoId = deviceInfoId; in setDeviceInfoId()
102 public void populateRecordWithValue(long deviceInfoId, @NonNull RecordInternal<?> record) { in populateRecordWithValue() argument103 DeviceInfo deviceInfo = getIdDeviceInfoMap().get(deviceInfoId); in populateRecordWithValue()
558 long deviceInfoId = getCursorLong(cursor, DEVICE_INFO_ID_COLUMN_NAME); in getRecord() local559 DeviceInfoHelper.getInstance().populateRecordWithValue(deviceInfoId, record); in getRecord()