Home
last modified time | relevance | path

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

/platform_testing/libraries/collectors-helper/statsd/src/com/android/helpers/
DAppStartupHelper.java89 AppStartOccurred appStartAtom = atom.getAppStartOccurred(); in getMetrics() local
90 String pkgName = appStartAtom.getPkgName(); in getMetrics()
91 String transitionType = appStartAtom.getType().toString(); in getMetrics()
92 int windowsDrawnMillis = appStartAtom.getWindowsDrawnDelayMillis(); in getMetrics()
93 int transitionDelayMillis = appStartAtom.getTransitionDelayMillis(); in getMetrics()
105 switch (appStartAtom.getType()) { in getMetrics()