Home
last modified time | relevance | path

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

12

/packages/modules/HealthFitness/service/java/com/android/server/healthconnect/storage/datatypehelpers/aggregation/
DSessionDurationAggregationData.java19 import static com.android.server.healthconnect.storage.utils.StorageUtils.getCursorLong;
104 mExcludeStarts.add(getCursorLong(cursor, mExcludeIntervalStartTimeColumn)); in updateIntervalsToExclude()
105 mExcludeEnds.add(getCursorLong(cursor, mExcludeIntervalEndTimeColumn)); in updateIntervalsToExclude()
110 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/modules/HealthFitness/service/java/com/android/server/healthconnect/storage/datatypehelpers/
DMergeDataHelper.java194 long cursorStartTime = StorageUtils.getCursorLong(mCursor, getStartTimeColumnName()); in cursorOutOfRange()
195 long cursorEndTime = StorageUtils.getCursorLong(mCursor, getEndTimeColumnName()); in cursorOutOfRange()
331 StorageUtils.getCursorLong(cursor, getStartTimeColumnName())); in getRecordData()
334 StorageUtils.getCursorLong(cursor, getEndTimeColumnName())); in getRecordData()
354 StorageUtils.getCursorLong(cursor, APP_INFO_ID_COLUMN_NAME), in getRecordData()
355 StorageUtils.getCursorLong(cursor, LAST_MODIFIED_TIME_COLUMN_NAME), in getRecordData()
403 return StorageUtils.getCursorLong(cursor, mColumnNameToMerge); in getDataToAggregate()
DAccessLogsHelper.java26 import static com.android.server.healthconnect.storage.utils.StorageUtils.getCursorLong;
80 appInfoHelper.getPackageName(getCursorLong(cursor, APP_ID_COLUMN_NAME)); in queryAccessLogs()
84 long accessTime = getCursorLong(cursor, ACCESS_TIME_COLUMN_NAME); in queryAccessLogs()
112 long accessTime = getCursorLong(cursor, ACCESS_TIME_COLUMN_NAME); in getLatestAccessLogTimeStamp()
DExerciseLapRecordHelper.java24 import static com.android.server.healthconnect.storage.utils.StorageUtils.getCursorLong;
83 .setStarTime(getCursorLong(cursor, EXERCISE_LAPS_START_TIME)) in populateLapIfRecorded()
84 .setEndTime(getCursorLong(cursor, EXERCISE_LAPS_END_TIME)) in populateLapIfRecorded()
DSleepStageRecordHelper.java25 import static com.android.server.healthconnect.storage.utils.StorageUtils.getCursorLong;
102 .setStartTime(getCursorLong(cursor, SLEEP_STAGE_START_TIME)) in populateStageIfRecorded()
103 .setEndTime(getCursorLong(cursor, SLEEP_STAGE_END_TIME)) in populateStageIfRecorded()
DExerciseSegmentRecordHelper.java25 import static com.android.server.healthconnect.storage.utils.StorageUtils.getCursorLong;
89 .setStarTime(getCursorLong(cursor, EXERCISE_SEGMENT_START_TIME)) in updateSetWithRecordedSegment()
90 .setEndTime(getCursorLong(cursor, EXERCISE_SEGMENT_END_TIME)) in updateSetWithRecordedSegment()
DIntervalRecordHelper.java21 import static com.android.server.healthconnect.storage.utils.StorageUtils.getCursorLong;
194 recordInternal.setStartTime(getCursorLong(cursor, START_TIME_COLUMN_NAME)); in populateRecordValue()
196 recordInternal.setEndTime(getCursorLong(cursor, END_TIME_COLUMN_NAME)); in populateRecordValue()
DRecordHelper.java34 import static com.android.server.healthconnect.storage.utils.StorageUtils.getCursorLong;
278 StorageUtils.getCursorLong( in getUpsertTableRequest()
509 currentStartTime = getCursorLong(cursor, getStartTimeColumnName()); in getNextInternalRecordsPageAndToken()
523 currentStartTime = getCursorLong(cursor, getStartTimeColumnName()); in getNextInternalRecordsPageAndToken()
553 record.setLastModifiedTime(getCursorLong(cursor, LAST_MODIFIED_TIME_COLUMN_NAME)); in getRecord()
555 record.setClientRecordVersion(getCursorLong(cursor, CLIENT_RECORD_VERSION_COLUMN_NAME)); in getRecord()
558 long deviceInfoId = getCursorLong(cursor, DEVICE_INFO_ID_COLUMN_NAME); in getRecord()
560 long appInfoId = getCursorLong(cursor, APP_INFO_ID_COLUMN_NAME); in getRecord()
DDeriveBasalCaloriesBurnedHelper.java97 long time = StorageUtils.getCursorLong(mCursor, mTimeColumnName); in getBasalCaloriesBurned()
185 long time = StorageUtils.getCursorLong(lbmCursor, mTimeColumnName); in derivedBasalCaloriesBurnedFromLeanBodyMass()
242 heightTime = StorageUtils.getCursorLong(heightCursor, mTimeColumnName); in derivedBasalCaloriesBurnedFromProfile()
246 weightTime = StorageUtils.getCursorLong(weightCursor, mTimeColumnName); in derivedBasalCaloriesBurnedFromProfile()
DActivityDateHelper.java21 import static com.android.server.healthconnect.storage.utils.StorageUtils.getCursorLong;
171 getCursorLong(cursor, recordHelper.getPeriodGroupByColumnName()); in fetchUpdatedDates()
200 long epochDay = getCursorLong(cursor, EPOCH_DAYS_COLUMN_NAME); in readDates()
DCyclingPedalingCadenceRecordHelper.java26 import static com.android.server.healthconnect.storage.utils.StorageUtils.getCursorLong;
96 getCursorLong(seriesTableCursor, EPOCH_MILLIS_COLUMN_NAME))); in populateSpecificValues()
DPowerRecordHelper.java26 import static com.android.server.healthconnect.storage.utils.StorageUtils.getCursorLong;
127 getCursorLong(seriesTableCursor, EPOCH_MILLIS_COLUMN_NAME))); in populateSpecificValues()
DStepsCadenceRecordHelper.java26 import static com.android.server.healthconnect.storage.utils.StorageUtils.getCursorLong;
93 getCursorLong(seriesTableCursor, EPOCH_MILLIS_COLUMN_NAME))); in populateSpecificValues()
DExerciseRouteRecordHelper.java23 import static com.android.server.healthconnect.storage.utils.StorageUtils.getCursorLong;
51 .setTime(getCursorLong(cursor, ROUTE_LOCATION_TIME_IN_MILLIS_COLUMN_NAME)) in populateLocation()
DHeartRateRecordHelper.java26 import static com.android.server.healthconnect.storage.utils.StorageUtils.getCursorLong;
132 getCursorLong(seriesTableCursor, EPOCH_MILLIS_COLUMN_NAME))); in populateSpecificValues()
DSpeedRecordHelper.java26 import static com.android.server.healthconnect.storage.utils.StorageUtils.getCursorLong;
93 getCursorLong(seriesTableCursor, EPOCH_MILLIS_COLUMN_NAME))); in populateSpecificValues()
DInstantRecordHelper.java21 import static com.android.server.healthconnect.storage.utils.StorageUtils.getCursorLong;
172 instantRecordInternal.setTime(getCursorLong(cursor, TIME_COLUMN_NAME)); in populateRecordValue()
DChangeLogsHelper.java30 import static com.android.server.healthconnect.storage.utils.StorageUtils.getCursorLong;
163 long appId = getCursorLong(cursor, APP_ID_COLUMN_NAME); in addChangeLogs()
166 new ChangeLogs(operationType, getCursorLong(cursor, TIME_COLUMN_NAME))); in addChangeLogs()
DSkinTemperatureRecordHelper.java31 import static com.android.server.healthconnect.storage.utils.StorageUtils.getCursorLong;
143 getCursorLong(cursor, EPOCH_MILLIS_COLUMN_NAME))); in populateSpecificRecordValue()
/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/base/
DFilteringCursorWrapper.java19 import static com.android.documentsui.base.DocumentInfo.getCursorLong;
68 final long lastModified = getCursorLong(cursor, Document.COLUMN_LAST_MODIFIED); in filterLastModified()
DDocumentInfo.java181 this.lastModified = getCursorLong(cursor, Document.COLUMN_LAST_MODIFIED); in updateFromCursor()
184 this.size = getCursorLong(cursor, Document.COLUMN_SIZE); in updateFromCursor()
394 public static long getCursorLong(Cursor cursor, String columnName) { in getCursorLong() method in DocumentInfo
/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/modules/HealthFitness/service/java/com/android/server/healthconnect/storage/
DTransactionManager.java291 StorageUtils.getCursorLong( in deleteAll()
318 StorageUtils.getCursorLong( in deleteAll()
806 final long rowId = StorageUtils.getCursorLong(cursor, request.getRowIdColName()); in updateRecord()
889 final long rowId = StorageUtils.getCursorLong(cursor, request.getRowIdColName()); in updateEntriesIfRequired()
932 StorageUtils.getCursorLong(cursorAdditionalUuids, APP_INFO_ID_COLUMN_NAME), in addChangelogsForOtherModifiedRecords()

12