Home
last modified time | relevance | path

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

/frameworks/base/tools/preload2/src/com/android/preload/actions/
DComputeThresholdXAction.java22 public class ComputeThresholdXAction extends ComputeThresholdAction { class
24 public ComputeThresholdXAction(String name, DumpTableModel dataTableModel, in ComputeThresholdXAction() method in ComputeThresholdXAction
/frameworks/base/tools/preload2/src/com/android/preload/
DMain.java23 import com.android.preload.actions.ComputeThresholdXAction;
114 actions.add(new ComputeThresholdXAction("Compute(X)", dataTableModel, in Main()