Searched refs:SlabinfoHelper (Results 1 – 3 of 3) sorted by relevance
21 import com.android.helpers.SlabinfoHelper;31 createHelperInstance(new SlabinfoHelper()); in SlabinfoListener()
24 import com.android.helpers.SlabinfoHelper;25 import com.android.helpers.SlabinfoHelper.SlabinfoSample;40 private SlabinfoHelper mSlabinfoHelper;44 mSlabinfoHelper = new SlabinfoHelper(); in setUp()80 Map<String, Double> slopes = SlabinfoHelper.fitLinesToSamples(samples); in testSimpleExactFits()113 Map<String, Double> slopes = SlabinfoHelper.fitLinesToSamples(samples); in testNoSlopes()142 Map<String, Double> slopes = SlabinfoHelper.fitLinesToSamples(samples); in testNonexactFits()
46 public class SlabinfoHelper implements ICollectorHelper<Double> { class