Searched refs:JankListener (Results 1 – 2 of 2) sorted by relevance
59 JankListener.PACKAGE_NAMES_KEY, in testCollect_specificProcess()60 String.join(JankListener.PACKAGE_SEPARATOR, "pkg1", "pkg2")); in testCollect_specificProcess()61 JankListener collector = new JankListener(twoProcBundle, mHelper); in testCollect_specificProcess()75 JankListener collector = new JankListener(new Bundle(), mHelper); in testCollect_allProcesses()
33 public class JankListener extends BaseCollectionListener<Double> { class34 private static final String LOG_TAG = JankListener.class.getSimpleName();39 public JankListener() { in JankListener() method in JankListener44 public JankListener(Bundle args, JankCollectionHelper helper) { in JankListener() method in JankListener