Home
last modified time | relevance | path

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

/packages/apps/Dialer/java/com/android/dialer/performancereport/
DPerformanceReport.java50 private static long appLaunchTimeMillis = INVALID_TIME; field in PerformanceReport
63 appLaunchTimeMillis = SystemClock.elapsedRealtime(); in startRecording()
64 lastActionTimeMillis = appLaunchTimeMillis; in startRecording()
104 actionTimestamps.add(currentTime - appLaunchTimeMillis); in recordClick()
124 if (appLaunchTimeMillis == INVALID_TIME) { in getTimeSinceAppLaunch()
127 return SystemClock.elapsedRealtime() - appLaunchTimeMillis; in getTimeSinceAppLaunch()