Searched defs:getUI (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/tools/preload2/src/com/android/preload/
H A DMain.java131 public static UI getUI() { method in class:Main
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()
[all...]

Completed in 630 milliseconds