Searched refs:showMessageDialog (Results 1 – 5 of 5) sorted by relevance
209 Main.getUI().showMessageDialog("Need a userdebug or eng build! (Found " + buildType in initDevice()214 Main.getUI().showMessageDialog("Cannot prepare a device with pre-optimized boot " in initDevice()223 Main.getUI().showMessageDialog("The device will reboot. This will potentially take a " in initDevice()226 Main.getUI().showMessageDialog("Removing preloaded-classes failed unexpectedly!"); in initDevice()
65 Main.getUI().showMessageDialog("No data available, please scan packages or run " in actionPerformed()70 Main.getUI().showMessageDialog("Cannot compute list from only one data set, please " in actionPerformed()
60 Main.getUI().showMessageDialog("Failed reading: " + e.getMessage()); in run()
61 Main.getUI().showMessageDialog("Failed writing: " + e.getMessage()); in run()
134 public void showMessageDialog(String s) { in showMessageDialog() method in UI141 JOptionPane.showMessageDialog(this, s); in showMessageDialog()