Home
last modified time | relevance | path

Searched defs:logWorkspaceLoadStartTime (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/logging/
DStartupLatencyLogger.kt42 fun logWorkspaceLoadStartTime() = logWorkspaceLoadStartTime(SystemClock.elapsedRealtime()) in logWorkspaceLoadStartTime() method
46 fun logWorkspaceLoadStartTime(startTimeMs: Long): StartupLatencyLogger { in logWorkspaceLoadStartTime() method