Home
last modified time | relevance | path

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

/frameworks/base/tools/preload2/src/com/android/preload/
DMain.java22 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()
/frameworks/base/tools/preload2/src/com/android/preload/actions/
DComputeThresholdAction.java42 public class ComputeThresholdAction extends AbstractAction implements Runnable { class
51 public ComputeThresholdAction(String name, DumpTableModel dataTableModel, int threshold, in ComputeThresholdAction() method in ComputeThresholdAction
DComputeThresholdXAction.java22 public class ComputeThresholdXAction extends ComputeThresholdAction {