Searched refs:ComputeThresholdAction (Results 1 – 3 of 3) sorted by relevance
22 import com.android.preload.actions.ComputeThresholdAction;110 actions.add(new ComputeThresholdAction("Compute preloaded-classes", dataTableModel, 2, in Main()112 actions.add(new ComputeThresholdAction("Compute compiled-classes", dataTableModel, 1, in Main()
42 public class ComputeThresholdAction extends AbstractAction implements Runnable { class51 public ComputeThresholdAction(String name, DumpTableModel dataTableModel, int threshold, in ComputeThresholdAction() method in ComputeThresholdAction
22 public class ComputeThresholdXAction extends ComputeThresholdAction {