Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/pm/
H A DUserJourneyLogger.java280 final long elapsedTime = System.currentTimeMillis() - session.mStartTimeInMills; in logUserLifecycleJourneyReported()
589 public long mStartTimeInMills; field in UserJourneyLogger.UserJourneySession
595 mStartTimeInMills = System.currentTimeMillis(); in UserJourneySession()
601 mStartTimeInMills = startTimeInMills; in UserJourneySession()