/packages/modules/HealthFitness/service/java/com/android/server/healthconnect/storage/datatypehelpers/aggregation/ |
D | SessionDurationAggregationData.java | 19 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()
|
D | AggregationRecordData.java | 78 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/ |
D | MergeDataHelper.java | 194 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()
|
D | AccessLogsHelper.java | 26 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()
|
D | ExerciseLapRecordHelper.java | 24 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()
|
D | SleepStageRecordHelper.java | 25 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()
|
D | ExerciseSegmentRecordHelper.java | 25 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()
|
D | IntervalRecordHelper.java | 21 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()
|
D | RecordHelper.java | 34 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()
|
D | DeriveBasalCaloriesBurnedHelper.java | 97 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()
|
D | ActivityDateHelper.java | 21 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()
|
D | CyclingPedalingCadenceRecordHelper.java | 26 import static com.android.server.healthconnect.storage.utils.StorageUtils.getCursorLong; 96 getCursorLong(seriesTableCursor, EPOCH_MILLIS_COLUMN_NAME))); in populateSpecificValues()
|
D | PowerRecordHelper.java | 26 import static com.android.server.healthconnect.storage.utils.StorageUtils.getCursorLong; 127 getCursorLong(seriesTableCursor, EPOCH_MILLIS_COLUMN_NAME))); in populateSpecificValues()
|
D | StepsCadenceRecordHelper.java | 26 import static com.android.server.healthconnect.storage.utils.StorageUtils.getCursorLong; 93 getCursorLong(seriesTableCursor, EPOCH_MILLIS_COLUMN_NAME))); in populateSpecificValues()
|
D | ExerciseRouteRecordHelper.java | 23 import static com.android.server.healthconnect.storage.utils.StorageUtils.getCursorLong; 51 .setTime(getCursorLong(cursor, ROUTE_LOCATION_TIME_IN_MILLIS_COLUMN_NAME)) in populateLocation()
|
D | HeartRateRecordHelper.java | 26 import static com.android.server.healthconnect.storage.utils.StorageUtils.getCursorLong; 132 getCursorLong(seriesTableCursor, EPOCH_MILLIS_COLUMN_NAME))); in populateSpecificValues()
|
D | SpeedRecordHelper.java | 26 import static com.android.server.healthconnect.storage.utils.StorageUtils.getCursorLong; 93 getCursorLong(seriesTableCursor, EPOCH_MILLIS_COLUMN_NAME))); in populateSpecificValues()
|
D | InstantRecordHelper.java | 21 import static com.android.server.healthconnect.storage.utils.StorageUtils.getCursorLong; 172 instantRecordInternal.setTime(getCursorLong(cursor, TIME_COLUMN_NAME)); in populateRecordValue()
|
D | ChangeLogsHelper.java | 30 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()
|
D | SkinTemperatureRecordHelper.java | 31 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/ |
D | Item.java | 26 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/ |
D | FilteringCursorWrapper.java | 19 import static com.android.documentsui.base.DocumentInfo.getCursorLong; 68 final long lastModified = getCursorLong(cursor, Document.COLUMN_LAST_MODIFIED); in filterLastModified()
|
D | DocumentInfo.java | 181 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/ |
D | SortingCursorWrapper.java | 19 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/ |
D | TransactionManager.java | 291 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()
|