HomeSort by relevance Sort by last modified time
    Searched defs:showAlert (Results 1 - 11 of 11) 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);
MyRssReader5.java 177 showAlert(null, "I have no idea what you clicked!", "ok", null, false, null);
  /packages/apps/IM/src/com/android/im/app/
SimpleAlertHandler.java 70 public void showAlert(int titleId, int messageId) {
71 showAlert(mRes.getString(titleId), mRes.getString(messageId));
74 public void showAlert(int titleId, CharSequence message) {
75 showAlert(mRes.getString(titleId), message);
78 public void showAlert(CharSequence title, int messageId) {
79 showAlert(title, mRes.getString(messageId));
82 public void showAlert(final CharSequence title, final CharSequence message) {
103 showAlert(R.string.error, R.string.service_error);
132 showAlert(R.string.error, errorInfo);
BlockedContactsActivity.java 84 mHandler.showAlert(R.string.error, R.string.select_contact);
168 mHandler.showAlert(R.string.error, R.string.disconnected);
AddContactActivity.java 170 mHandler.showAlert(R.string.error,
UserPresenceView.java 225 mHandler.showAlert(R.string.error,
ContactListView.java 293 mHandler.showAlert(R.string.error, R.string.select_contact);
303 mHandler.showAlert(R.string.error,
335 mHandler.showAlert(R.string.error, R.string.select_contact);
345 mHandler.showAlert(R.string.error,
  /packages/apps/Camera/src/com/android/camera/
VideoCamera.java 668 showAlert();
    [all...]

Completed in 89 milliseconds