Searched refs:START_ZONE_OFFSET_COLUMN_NAME (Results 1 – 2 of 2) sorted by relevance
53 public static final String START_ZONE_OFFSET_COLUMN_NAME = "start_zone_offset"; field in IntervalRecordHelper55 START_TIME_COLUMN_NAME + " + 1000 * " + START_ZONE_OFFSET_COLUMN_NAME;140 if (cursor.getCount() > 0 && cursor.getColumnIndex(START_ZONE_OFFSET_COLUMN_NAME) != -1) { in getZoneOffset()143 StorageUtils.getCursorInt(cursor, START_ZONE_OFFSET_COLUMN_NAME)); in getZoneOffset()162 columnInfo.add(new Pair<>(START_ZONE_OFFSET_COLUMN_NAME, INTEGER)); in getSpecificColumnInfo()177 START_ZONE_OFFSET_COLUMN_NAME, intervalRecord.getStartZoneOffsetInSeconds()); in populateContentValues()195 recordInternal.setStartZoneOffset(getCursorInt(cursor, START_ZONE_OFFSET_COLUMN_NAME)); in populateRecordValue()206 return START_ZONE_OFFSET_COLUMN_NAME; in getZoneOffsetColumnName()229 START_ZONE_OFFSET_COLUMN_NAME); in getPriorityAggregationColumnNames()
23 …id.server.healthconnect.storage.datatypehelpers.IntervalRecordHelper.START_ZONE_OFFSET_COLUMN_NAME;88 mStartTimeZoneOffset = StorageUtils.getZoneOffset(cursor, START_ZONE_OFFSET_COLUMN_NAME); in populateAggregationData()