Home | History | Annotate | Download | only in rssexample

Lines Matching refs:null

65         menu.add(0, 0, "Start RSS Service", null);
66 menu.add(0, 1, "Stop RSS Service", null);
67 menu.add(0, 2, "Add New Feed", null);
68 menu.add(0, 3, "Delete Feed", null);
69 menu.add(0, 4, "Update All Feeds", null);
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);