HomeSort by relevance Sort by last modified time
    Searched refs:showAlert (Results 1 - 12 of 12) sorted by null

  /development/samples/MySampleRss/src/com/example/codelab/rssexample/
MyRssReader.java 85 showAlert(null, "You clicked 'start'!", "ok", null, false, null);
88 showAlert(null, "You clicked stop!", "ok", null, false, null);
91 showAlert(null, "You clicked 'Add'!", "ok", null, false, null);
94 showAlert(null, "You clicked 'Delete'!", "ok", null, false, null);
97 showAlert(null, "You clicked 'Update'!", "ok", null, false, null);
100 showAlert(null, "I have no idea what you clicked!", "ok", null, false, null);
MyRssReader2.java 52 // Note: Calling showAlert() would fail here because dialogs opened
119 showAlert(null, "You clicked 'start'!", "ok", null, false, null);
122 showAlert(null, "You clicked stop!", "ok", null, false, null);
125 showAlert(null, "You clicked 'Add'!", "ok", null, false, null);
128 showAlert(null, "You clicked 'Delete'!", "ok", null, false, null);
131 showAlert(null, "You clicked 'Update'!", "ok", null, false, null);
134 showAlert(null, "I have no idea what you clicked!", "ok", null, false, null);
MyRssReader3.java 104 showAlert(null, "You clicked 'start'!", "ok", null, false, null);
107 showAlert(null, "You clicked stop!", "ok", null, false, null);
123 showAlert(null, "You clicked 'Update'!", "ok", null, false, null);
126 showAlert(null, "I have no idea what you clicked!", "ok", null, false, null);
MyRssReader4.java 114 showAlert(null, "You clicked 'start'!", "ok", null, false, null);
117 showAlert(null, "You clicked stop!", "ok", null, false, null);
137 showAlert(null, "You clicked 'Update'!", "ok", null, false, null);
140 showAlert(null, "I have no idea what you clicked!", "ok", null, false, null);
AddRssItem.java 41 showAlert("Missing Values",
MyRssReader5.java 177 showAlert(null, "I have no idea what you clicked!", "ok", null, false, null);
  /packages/apps/Phone/src/com/android/phone/sip/
SipEditor.java 284 private void showAlert(Throwable e) {
287 showAlert(msg);
290 private void showAlert(final String message) {
345 showAlert(getString(R.string.not_a_valid_port));
356 showAlert(getString(R.string.empty_alert, firstEmptyFieldTitle));
371 showAlert(e);
405 showAlert(e);
  /hardware/ti/wpan/tools/FM/FmRxApp/src/com/ti/fmrxapp/
FmRxApp.java 368 showAlert(this, "FmRadio", "Cannot resume Radio!!!!");
380 showAlert(this, "FmRadio", "Cannot enable Radio!!!!");
403 showAlert(this, "FmRadio", "Cannot enable Radio!!!!");
755 showAlert(getParent(), "FmRadio","Not able to setband!!!!");
760 showAlert(getParent(), "FmRadio","Not able to tune!!!!");
768 showAlert(getParent(), "FmRadio","Not able to setband!!!!");
811 showAlert(getParent(), "FmRadio",
887 showAlert(getParent(), "FmRadio", "Not able to tune!!!!");
    [all...]
FmRxRdsConfig.java 212 public void showAlert(Context context, String title, String msg) {
  /hardware/ti/wpan/tools/FM/FmTxApp/src/com/ti/fmtxapp/
FmTxConfig.java 221 public void showAlert(Context context,String title,String msg)
  /packages/apps/LegacyCamera/src/com/android/camera/
VideoCamera.java 645 showAlert();
    [all...]
  /packages/apps/Camera/src/com/android/camera/
VideoModule.java 643 showAlert();
    [all...]

Completed in 459 milliseconds