Home
last modified time | relevance | path

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

/frameworks/base/tools/preload2/src/com/android/preload/ui/
DIUI.java35 boolean showConfirmDialog(String title, String message); in showConfirmDialog() method
DSwingUI.java170 public boolean showConfirmDialog(String title, String message) { in showConfirmDialog() method in SwingUI
177 return JOptionPane.showConfirmDialog(this, title, message, JOptionPane.YES_NO_OPTION) in showConfirmDialog()
DSequenceUI.java171 public boolean showConfirmDialog(String title, String message) { in showConfirmDialog() method in SequenceUI
/frameworks/base/tools/preload2/src/com/android/preload/actions/
DComputeThresholdAction.java91 boolean ret = Main.getUI().showConfirmDialog("Computed a set with " + result.size() in run()
/frameworks/base/tools/preload2/src/com/android/preload/
DMain.java295 boolean prepare = Main.getUI().showConfirmDialog("Prepare device?", in initDevice()