Searched refs:actualRealtime (Results 1 – 2 of 2) sorted by relevance
100 val actualRealtime = timeSource.elapsedRealtime() in checkForTimeChanged() constant101 val expectedSystemTime = (actualRealtime - realtimeSnapshot) + systemTimeSnapshot in checkForTimeChanged()106 persistTimeSnapshots(context, actualSystemTime, actualRealtime) in checkForTimeChanged()
760 var actualRealtime: Long = SNAPSHOT_UNINITIALIZED variable in com.android.permissioncontroller.hibernation.SystemTime780 systemTime.actualRealtime = SystemClock.elapsedRealtime() in getSystemTime()781 val expectedSystemTime = systemTime.actualRealtime - realtimeSnapshot + systemTimeSnapshot in getSystemTime()852 .putLong(PREF_KEY_ELAPSED_REALTIME_SNAPSHOT, systemTime.actualRealtime) in adjustStartTimeOfUnusedAppTracking()