Searched refs:DEVICE_INFO_ID_COLUMN_NAME (Results 1 – 1 of 1) sorted by relevance
95 private static final String DEVICE_INFO_ID_COLUMN_NAME = "device_info_id"; field in RecordHelper226 Collections.singletonList(DEVICE_INFO_ID_COLUMN_NAME), in getCreateTableRequest()558 long deviceInfoId = getCursorLong(cursor, DEVICE_INFO_ID_COLUMN_NAME); in getRecord()831 recordContentValues.put(DEVICE_INFO_ID_COLUMN_NAME, recordInternal.getDeviceInfoId()); in getContentValues()856 columnInfo.add(new Pair<>(DEVICE_INFO_ID_COLUMN_NAME, INTEGER)); in getColumnInfo()