Home
last modified time | relevance | path

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

/platform_testing/libraries/collectors-helper/statsd/src/com/android/helpers/
DAppStartupHelper.java136 AppStartFullyDrawn appFullyDrawnAtom = atom.getAppStartFullyDrawn(); in getMetrics() local
137 String pkgName = appFullyDrawnAtom.getPkgName(); in getMetrics()
138 String transitionType = appFullyDrawnAtom.getType().toString(); in getMetrics()
139 long startupTimeMillis = appFullyDrawnAtom.getAppStartupTimeMillis(); in getMetrics()
144 switch (appFullyDrawnAtom.getType()) { in getMetrics()