Home
last modified time | relevance | path

Searched refs:getCursorLong (Results 1 – 25 of 45) sorted by relevance

12

/packages/modules/HealthFitness/service/java/com/android/server/healthconnect/storage/datatypehelpers/
DMergeDataHelper.java188 long cursorStartTime = StorageUtils.getCursorLong(mCursor, getStartTimeColumnName()); in cursorOutOfRange()
189 long cursorEndTime = StorageUtils.getCursorLong(mCursor, getEndTimeColumnName()); in cursorOutOfRange()
325 StorageUtils.getCursorLong(cursor, getStartTimeColumnName())); in getRecordData()
328 StorageUtils.getCursorLong(cursor, getEndTimeColumnName())); in getRecordData()
348 StorageUtils.getCursorLong(cursor, APP_INFO_ID_COLUMN_NAME), in getRecordData()
349 StorageUtils.getCursorLong(cursor, LAST_MODIFIED_TIME_COLUMN_NAME), in getRecordData()
397 return StorageUtils.getCursorLong(cursor, mColumnNameToMerge); in getDataToAggregate()
DExerciseLapRecordHelper.java24 import static com.android.server.healthconnect.storage.utils.StorageUtils.getCursorLong;
81 .setStartTime(getCursorLong(cursor, EXERCISE_LAPS_START_TIME)) in populateLapIfRecorded()
82 .setEndTime(getCursorLong(cursor, EXERCISE_LAPS_END_TIME)) in populateLapIfRecorded()
DExerciseSegmentRecordHelper.java25 import static com.android.server.healthconnect.storage.utils.StorageUtils.getCursorLong;
88 .setStartTime(getCursorLong(cursor, EXERCISE_SEGMENT_START_TIME)) in updateSetWithRecordedSegment()
89 .setEndTime(getCursorLong(cursor, EXERCISE_SEGMENT_END_TIME)) in updateSetWithRecordedSegment()
DSleepStageRecordHelper.java25 import static com.android.server.healthconnect.storage.utils.StorageUtils.getCursorLong;
101 .setStartTime(getCursorLong(cursor, SLEEP_STAGE_START_TIME)) in populateStageIfRecorded()
102 .setEndTime(getCursorLong(cursor, SLEEP_STAGE_END_TIME)) in populateStageIfRecorded()
DIntervalRecordHelper.java21 import static com.android.server.healthconnect.storage.utils.StorageUtils.getCursorLong;
189 recordInternal.setStartTime(getCursorLong(cursor, START_TIME_COLUMN_NAME)); in populateRecordValue()
191 recordInternal.setEndTime(getCursorLong(cursor, END_TIME_COLUMN_NAME)); in populateRecordValue()
DRecordHelper.java34 import static com.android.server.healthconnect.storage.utils.StorageUtils.getCursorLong;
324 StorageUtils.getCursorLong( in getUpsertTableRequest()
584 currentStartTime = getCursorLong(cursor, getStartTimeColumnName()); in getNextInternalRecordsPageAndToken()
598 currentStartTime = getCursorLong(cursor, getStartTimeColumnName()); in getNextInternalRecordsPageAndToken()
632 record.setLastModifiedTime(getCursorLong(cursor, LAST_MODIFIED_TIME_COLUMN_NAME)); in getRecord()
634 record.setClientRecordVersion(getCursorLong(cursor, CLIENT_RECORD_VERSION_COLUMN_NAME)); in getRecord()
637 long deviceInfoId = getCursorLong(cursor, DEVICE_INFO_ID_COLUMN_NAME); in getRecord()
639 long appInfoId = getCursorLong(cursor, APP_INFO_ID_COLUMN_NAME); in getRecord()
DDeriveBasalCaloriesBurnedHelper.java100 long time = StorageUtils.getCursorLong(mCursor, mTimeColumnName); in getBasalCaloriesBurned()
187 long time = StorageUtils.getCursorLong(lbmCursor, mTimeColumnName); in derivedBasalCaloriesBurnedFromLeanBodyMass()
244 heightTime = StorageUtils.getCursorLong(heightCursor, mTimeColumnName); in derivedBasalCaloriesBurnedFromProfile()
248 weightTime = StorageUtils.getCursorLong(weightCursor, mTimeColumnName); in derivedBasalCaloriesBurnedFromProfile()
DActivityDateHelper.java21 import static com.android.server.healthconnect.storage.utils.StorageUtils.getCursorLong;
178 getCursorLong(cursor, recordHelper.getPeriodGroupByColumnName()); in fetchUpdatedDates()
205 long epochDay = getCursorLong(cursor, EPOCH_DAYS_COLUMN_NAME); in readDates()
DReadAccessLogsHelper.java26 import static com.android.server.healthconnect.storage.utils.StorageUtils.getCursorLong;
173 getCursorLong(cursor, READER_APP_ID_COLUMN_NAME)); in queryReadAccessLogs()
176 getCursorLong(cursor, WRITER_APP_ID_COLUMN_NAME)); in queryReadAccessLogs()
177 long readTimeStamp = getCursorLong(cursor, READ_TIME); in queryReadAccessLogs()
DAccessLogsHelper.java36 import static com.android.server.healthconnect.storage.utils.StorageUtils.getCursorLong;
124 getCursorLong(cursor, APP_ID_COLUMN_NAME)); in queryAccessLogs()
132 long accessTime = getCursorLong(cursor, ACCESS_TIME_COLUMN_NAME); in queryAccessLogs()
187 long accessTime = getCursorLong(cursor, ACCESS_TIME_COLUMN_NAME); in getLatestUpsertOrReadOperationAccessLogTimeStamp()
DMedicalDataSourceHelper.java40 import static com.android.server.healthconnect.storage.utils.StorageUtils.getCursorLong;
293 getCursorLong(cursor, LAST_DATA_SOURCE_MODIFIED_TIME_ALIAS); in getMedicalDataSourcesWithTimestamps()
307 getCursorLong(cursor, LAST_RESOURCES_MODIFIED_TIME_ALIAS)); in getMedicalDataSource()
809 return getCursorLong(cursor, MEDICAL_DATA_SOURCE_PRIMARY_COLUMN_NAME);
1042 long rowId = getCursorLong(cursor, MEDICAL_DATA_SOURCE_PRIMARY_COLUMN_NAME);
1062 long rowId = getCursorLong(cursor, MEDICAL_DATA_SOURCE_PRIMARY_COLUMN_NAME);
1084 appInfoIds.add(getCursorLong(cursor, APP_INFO_ID_COLUMN_NAME));
DExerciseRouteRecordHelper.java23 import static com.android.server.healthconnect.storage.utils.StorageUtils.getCursorLong;
50 .setTime(getCursorLong(cursor, ROUTE_LOCATION_TIME_IN_MILLIS_COLUMN_NAME)) in populateLocation()
DHeartRateRecordHelper.java26 import static com.android.server.healthconnect.storage.utils.StorageUtils.getCursorLong;
139 getCursorLong(seriesTableCursor, EPOCH_MILLIS_COLUMN_NAME))); in populateSpecificValues()
DInstantRecordHelper.java21 import static com.android.server.healthconnect.storage.utils.StorageUtils.getCursorLong;
168 instantRecordInternal.setTime(getCursorLong(cursor, TIME_COLUMN_NAME)); in populateRecordValue()
DBackupChangeTokenHelper.java26 import static com.android.server.healthconnect.storage.utils.StorageUtils.getCursorLong;
94 getCursorLong(cursor, DATA_TABLE_PAGE_TOKEN_COLUMN_NAME), in getBackupChangeToken()
DStepsCadenceRecordHelper.java26 import static com.android.server.healthconnect.storage.utils.StorageUtils.getCursorLong;
99 getCursorLong(seriesTableCursor, EPOCH_MILLIS_COLUMN_NAME))); in populateSpecificValues()
DCyclingPedalingCadenceRecordHelper.java26 import static com.android.server.healthconnect.storage.utils.StorageUtils.getCursorLong;
101 getCursorLong(seriesTableCursor, EPOCH_MILLIS_COLUMN_NAME))); in populateSpecificValues()
DPowerRecordHelper.java26 import static com.android.server.healthconnect.storage.utils.StorageUtils.getCursorLong;
134 getCursorLong(seriesTableCursor, EPOCH_MILLIS_COLUMN_NAME))); in populateSpecificValues()
DSpeedRecordHelper.java26 import static com.android.server.healthconnect.storage.utils.StorageUtils.getCursorLong;
98 getCursorLong(seriesTableCursor, EPOCH_MILLIS_COLUMN_NAME))); in populateSpecificValues()
/packages/modules/HealthFitness/service/java/com/android/server/healthconnect/storage/datatypehelpers/aggregation/
DSessionDurationAggregationData.java19 import static com.android.server.healthconnect.storage.utils.StorageUtils.getCursorLong;
112 mExcludeStarts.add(getCursorLong(cursor, mExcludeIntervalStartTimeColumn)); in updateIntervalsToExclude()
113 mExcludeEnds.add(getCursorLong(cursor, mExcludeIntervalEndTimeColumn)); in updateIntervalsToExclude()
118 return getCursorLong(cursor, physicalColumnName) in calculateLocalTime()
DAggregationRecordData.java78 StorageUtils.getCursorLong( in populateAggregationData()
84 StorageUtils.getCursorLong( in populateAggregationData()
87 mLastModifiedTime = StorageUtils.getCursorLong(cursor, LAST_MODIFIED_TIME_COLUMN_NAME); in populateAggregationData()
91 StorageUtils.getCursorLong(cursor, APP_INFO_ID_COLUMN_NAME), in populateAggregationData()
/packages/providers/MediaProvider/src/com/android/providers/media/photopicker/data/model/
DItem.java26 import static com.android.providers.media.photopicker.util.CursorUtils.getCursorLong;
177 mDateTaken = getCursorLong(cursor, MediaColumns.DATE_TAKEN_MILLIS); in updateFromCursor()
178 mGenerationModified = getCursorLong(cursor, MediaColumns.SYNC_GENERATION); in updateFromCursor()
179 mDuration = getCursorLong(cursor, MediaColumns.DURATION_MILLIS); in updateFromCursor()
/packages/apps/DocumentsUI/src/com/android/documentsui/sorting/
DSortingCursorWrapper.java19 import static com.android.documentsui.base.DocumentInfo.getCursorLong;
78 longValues[i] = getCursorLong(mCursor, Document.COLUMN_SIZE); in SortingCursorWrapper()
175 long l = getCursorLong(cursor, Document.COLUMN_LAST_MODIFIED); in getLastModified()
/packages/apps/DocumentsUI/src/com/android/documentsui/base/
DFilteringCursorWrapper.java19 import static com.android.documentsui.base.DocumentInfo.getCursorLong;
68 final long lastModified = getCursorLong(cursor, Document.COLUMN_LAST_MODIFIED); in filterLastModified()
DDocumentInfo.java182 this.lastModified = getCursorLong(cursor, Document.COLUMN_LAST_MODIFIED); in updateFromCursor()
185 this.size = getCursorLong(cursor, Document.COLUMN_SIZE); in updateFromCursor()
395 public static long getCursorLong(Cursor cursor, String columnName) { in getCursorLong() method in DocumentInfo

12