Home
last modified time | relevance | path

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

/packages/modules/HealthFitness/service/java/com/android/server/healthconnect/storage/datatypehelpers/
DAccessLogsHelper.java108 long mostRecentAccessTime = Long.MIN_VALUE; in getLatestAccessLogTimeStamp() local
113 mostRecentAccessTime = Math.max(mostRecentAccessTime, accessTime); in getLatestAccessLogTimeStamp()
116 return mostRecentAccessTime; in getLatestAccessLogTimeStamp()