OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:showAlert
(Results
1 - 8
of
8
) 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/Settings/src/com/android/settings/
WifiCallingSettings.java
155
private void
showAlert
(Intent intent) {
188
showAlert
(intent);
258
showAlert
(intent);
/packages/services/Telephony/sip/src/com/android/services/telephony/sip/
SipEditor.java
277
private void
showAlert
(Throwable e) {
280
showAlert
(msg);
283
private void
showAlert
(final String message) {
338
showAlert
(getString(R.string.not_a_valid_port));
349
showAlert
(getString(R.string.all_empty_alert));
352
showAlert
(getString(R.string.empty_alert, firstEmptyFieldTitle));
366
showAlert
(e);
384
showAlert
(e);
/packages/apps/LegacyCamera/src/com/android/camera/
VideoCamera.java
645
showAlert
();
[
all
...]
Completed in 5035 milliseconds