Searched refs:actualSystemTime (Results 1 – 2 of 2) sorted by relevance
99 val actualSystemTime = timeSource.currentTimeMillis() in checkForTimeChanged() constant102 val diffSystemTime = actualSystemTime - expectedSystemTime in checkForTimeChanged()106 persistTimeSnapshots(context, actualSystemTime, actualRealtime) in checkForTimeChanged()
759 var actualSystemTime: Long = SNAPSHOT_UNINITIALIZED variable in com.android.permissioncontroller.hibernation.SystemTime779 systemTime.actualSystemTime = System.currentTimeMillis() in getSystemTime()782 systemTime.diffSystemTime = systemTime.actualSystemTime - expectedSystemTime in getSystemTime()795 val actualSystemTime = System.currentTimeMillis() in getStartTimeOfUnusedAppTracking() constant798 .putLong(PREF_KEY_START_TIME_OF_UNUSED_APP_TRACKING, actualSystemTime) in getStartTimeOfUnusedAppTracking()800 return actualSystemTime in getStartTimeOfUnusedAppTracking()851 .putLong(PREF_KEY_BOOT_TIME_SNAPSHOT, systemTime.actualSystemTime) in adjustStartTimeOfUnusedAppTracking()