Searched refs:LAST_MODIFIED_TIME_COLUMN_NAME (Results 1 – 5 of 5) sorted by relevance
25 …m.android.server.healthconnect.storage.datatypehelpers.RecordHelper.LAST_MODIFIED_TIME_COLUMN_NAME;87 mLastModifiedTime = StorageUtils.getCursorLong(cursor, LAST_MODIFIED_TIME_COLUMN_NAME); in populateAggregationData()
93 public static final String LAST_MODIFIED_TIME_COLUMN_NAME = "last_modified_time"; field in RecordHelper156 LAST_MODIFIED_TIME_COLUMN_NAME); in getAggregateTableRequest()553 record.setLastModifiedTime(getCursorLong(cursor, LAST_MODIFIED_TIME_COLUMN_NAME)); in getRecord()826 LAST_MODIFIED_TIME_COLUMN_NAME, recordInternal.getLastModifiedTime()); in getContentValues()853 columnInfo.add(new Pair<>(LAST_MODIFIED_TIME_COLUMN_NAME, INTEGER)); in getColumnInfo()
23 …m.android.server.healthconnect.storage.datatypehelpers.RecordHelper.LAST_MODIFIED_TIME_COLUMN_NAME;107 Pair.create(LAST_MODIFIED_TIME_COLUMN_NAME, INTEGER)); in getColumnInfo()
26 …m.android.server.healthconnect.storage.datatypehelpers.RecordHelper.LAST_MODIFIED_TIME_COLUMN_NAME;355 StorageUtils.getCursorLong(cursor, LAST_MODIFIED_TIME_COLUMN_NAME), in getRecordData()
227 LAST_MODIFIED_TIME_COLUMN_NAME, in getPriorityAggregationColumnNames()