Home
last modified time | relevance | path

Searched refs:epochDays (Results 1 – 1 of 1) sorted by relevance

/packages/modules/HealthFitness/service/java/com/android/server/healthconnect/storage/datatypehelpers/
DActivityDateHelper.java132 (recordTypeId, epochDays) -> in reSyncByRecordTypeIds()
133 epochDays.forEach( in reSyncByRecordTypeIds()
181 private static ContentValues getContentValues(int recordTypeId, long epochDays) { in getContentValues() argument
183 contentValues.put(EPOCH_DAYS_COLUMN_NAME, epochDays); in getContentValues()
208 public static UpsertTableRequest getUpsertTableRequest(int recordTypeId, long epochDays) { in getUpsertTableRequest() argument
209 return new UpsertTableRequest(TABLE_NAME, getContentValues(recordTypeId, epochDays)); in getUpsertTableRequest()