Home
last modified time | relevance | path

Searched refs:getUI (Results 1 – 11 of 11) sorted by relevance

/frameworks/base/tools/preload2/src/com/android/preload/actions/
DScanPackageAction.java42 Main.getUI().showWaitDialog(); in run()
45 Client client = Main.getUI().getSelectedClient(); in run()
55 Main.getUI().hideWaitDialog(); in run()
57 ClientWrapper ret = Main.getUI().showChoiceDialog("Choose a package to scan", in run()
66 Main.getUI().hideWaitDialog(); in run()
72 Main.getUI().showWaitDialog(); in work()
73 Main.getUI().updateWaitDialog("Retrieving heap data for " + pkg); in work()
DExportAction.java37 lastSaveFile = Main.getUI().showSaveDialog(); in actionPerformed()
45 Main.getUI().showWaitDialog(); in run()
55 Main.getUI().hideWaitDialog(); in run()
57 Main.getUI().hideWaitDialog(); in run()
58 Main.getUI().showMessageDialog("Failed writing: " + e.getMessage()); in run()
DComputeThresholdAction.java64 Main.getUI().showMessageDialog("No data available, please scan packages or run " in actionPerformed()
69 Main.getUI().showMessageDialog("Cannot compute list from only one data set, please " in actionPerformed()
79 Main.getUI().showWaitDialog(); in run()
83 Main.getUI().updateWaitDialog("Merging " + d.getPackageName()); in run()
87 Main.getUI().updateWaitDialog("Computing thresholded set"); in run()
89 Main.getUI().hideWaitDialog(); in run()
91 boolean ret = Main.getUI().showConfirmDialog("Computed a set with " + result.size() in run()
94 File f = Main.getUI().showSaveDialog(); in run()
DRunMonkeyAction.java53 String packages = Main.getUI().showInputDialog("Please enter packages name to run with" in actionPerformed()
62 if (Main.getUI().isSingleThreaded()) { in actionPerformed()
80 Main.getUI().showWaitDialog(); in run()
86 Main.getUI().updateWaitDialog("Running monkey on " + pkg); in run()
101 Main.getUI().updateWaitDialog("Retrieving heap data for " + pkg); in run()
113 Main.getUI().hideWaitDialog(); in run()
DImportAction.java41 lastOpenFiles = Main.getUI().showOpenDialog(true); in actionPerformed()
49 Main.getUI().showWaitDialog(); in run()
60 Main.getUI().showMessageDialog("Failed reading: " + e.getMessage()); in run()
64 Main.getUI().hideWaitDialog(); in run()
DScanAllPackagesAction.java42 Main.getUI().showWaitDialog(); in run()
48 Main.getUI().showWaitDialog(); in run()
49 Main.getUI().updateWaitDialog("Retrieving heap data for " + pkg); in run()
60 Main.getUI().hideWaitDialog(); in run()
DWritePreloadedClassesAction.java41 File[] files = Main.getUI().showOpenDialog(true); in actionPerformed()
50 Main.getUI().showWaitDialog(); in run()
57 Main.getUI().hideWaitDialog(); in run()
DAbstractThreadedAction.java32 if (Main.getUI().isSingleThreaded()) { in actionPerformed()
DComputeThresholdXAction.java31 String value = Main.getUI().showInputDialog("Threshold?"); in run()
DShowDataAction.java47 int selRow = Main.getUI().getSelectedDataTableRow(); in actionPerformed()
/frameworks/base/tools/preload2/src/com/android/preload/
DMain.java221 public static IUI getUI() { in getUI() method in Main
262 getUI().showWaitDialog(); in startUp()
268 getUI().hideWaitDialog(); in startUp()
269 getUI().ready(); in startUp()
280 getUI().hideWaitDialog(); in initDevice()
287 DeviceWrapper ret = Main.getUI().showChoiceDialog("Choose a device", "Choose device", in initDevice()
295 boolean prepare = Main.getUI().showConfirmDialog("Prepare device?", in initDevice()
300 Main.getUI().showMessageDialog("Need a userdebug or eng build! (Found " + buildType in initDevice()
305 Main.getUI().showMessageDialog("Cannot prepare a device with pre-optimized boot " in initDevice()
314 Main.getUI().showMessageDialog("The device will reboot. This will potentially take a " in initDevice()
[all …]