Home
last modified time | relevance | path

Searched refs:showMessageDialog (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/tools/preload2/src/com/android/preload/
DMain.java209 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()
/frameworks/base/tools/preload2/src/com/android/preload/actions/
DComputeThresholdAction.java65 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()
DImportAction.java60 Main.getUI().showMessageDialog("Failed reading: " + e.getMessage()); in run()
DExportAction.java61 Main.getUI().showMessageDialog("Failed writing: " + e.getMessage()); in run()
/frameworks/base/tools/preload2/src/com/android/preload/ui/
DUI.java134 public void showMessageDialog(String s) { in showMessageDialog() method in UI
141 JOptionPane.showMessageDialog(this, s); in showMessageDialog()