Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/pm/
H A DUserJourneyLogger.java598 public UserJourneySession(long sessionId, @UserJourney int journey, long startTimeInMills) { in UserJourneySession() argument
601 mStartTimeInMills = startTimeInMills; in UserJourneySession()