HomeSort by relevance Sort by last modified time
    Searched refs:getUI (Results 1 - 10 of 10) sorted by null

  /frameworks/base/tools/preload2/src/com/android/preload/actions/
ScanPackageAction.java 42 Main.getUI().showWaitDialog();
45 Client client = Main.getUI().getSelectedClient();
55 Main.getUI().hideWaitDialog();
57 ClientWrapper ret = Main.getUI().showChoiceDialog("Choose a package to scan",
66 Main.getUI().hideWaitDialog();
72 Main.getUI().showWaitDialog();
73 Main.getUI().updateWaitDialog("Retrieving heap data for " + pkg);
ExportAction.java 40 lastSaveFile = Main.getUI().showSaveDialog();
48 Main.getUI().showWaitDialog();
58 Main.getUI().hideWaitDialog();
60 Main.getUI().hideWaitDialog();
61 Main.getUI().showMessageDialog("Failed writing: " + e.getMessage());
ImportAction.java 41 lastOpenFiles = Main.getUI().showOpenDialog(true);
49 Main.getUI().showWaitDialog();
60 Main.getUI().showMessageDialog("Failed reading: " + e.getMessage());
64 Main.getUI().hideWaitDialog();
ScanAllPackagesAction.java 42 Main.getUI().showWaitDialog();
48 Main.getUI().showWaitDialog();
49 Main.getUI().updateWaitDialog("Retrieving heap data for " + pkg);
60 Main.getUI().hideWaitDialog();
ComputeThresholdAction.java 65 Main.getUI().showMessageDialog("No data available, please scan packages or run "
70 Main.getUI().showMessageDialog("Cannot compute list from only one data set, please "
80 Main.getUI().showWaitDialog();
84 Main.getUI().updateWaitDialog("Merging " + d.getPackageName());
88 Main.getUI().updateWaitDialog("Computing thresholded set");
90 Main.getUI().hideWaitDialog();
92 boolean ret = Main.getUI().showConfirmDialog("Computed a set with " + result.size()
96 int ret2 = jfc.showSaveDialog(Main.getUI());
ComputeThresholdXAction.java 31 String value = Main.getUI().showInputDialog("Threshold?");
RunMonkeyAction.java 53 String packages = Main.getUI().showInputDialog("Please enter packages name to run with"
75 Main.getUI().showWaitDialog();
81 Main.getUI().updateWaitDialog("Running monkey on " + pkg);
96 Main.getUI().updateWaitDialog("Retrieving heap data for " + pkg);
108 Main.getUI().hideWaitDialog();
ShowDataAction.java 47 int selRow = Main.getUI().getSelectedDataTableRow();
  /frameworks/base/tools/preload2/src/com/android/preload/
Main.java 131 public static UI getUI() {
172 getUI().showWaitDialog();
178 getUI().hideWaitDialog();
189 getUI().hideWaitDialog();
196 DeviceWrapper ret = Main.getUI().showChoiceDialog("Choose a device", "Choose device",
204 boolean prepare = Main.getUI().showConfirmDialog("Prepare device?",
209 Main.getUI().showMessageDialog("Need a userdebug or eng build! (Found " + buildType
214 Main.getUI().showMessageDialog("Cannot prepare a device with pre-optimized boot "
223 Main.getUI().showMessageDialog("The device will reboot. This will potentially take a "
226 Main.getUI().showMessageDialog("Removing preloaded-classes failed unexpectedly!")
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.ide_3.6.2.M20101117-0800.jar 

Completed in 84 milliseconds