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

  /development/samples/ApiDemos/src/com/example/android/apis/app/
NotifyingService.java 71 showNotification(R.drawable.stat_happy,
75 showNotification(R.drawable.stat_neutral,
79 showNotification(R.drawable.stat_sad,
94 private void showNotification(int moodId, int textId) {
LocalService.java 64 showNotification();
96 private void showNotification() {
AlarmService_Service.java 50 showNotification();
98 private void showNotification() {
IncomingMessage.java 45 showNotification();
78 protected void showNotification() {
MessengerService.java 124 showNotification();
148 private void showNotification() {
ServiceStartArguments.java 80 showNotification(txt);
176 private void showNotification(String text) {
RemoteService.java 74 showNotification();
177 private void showNotification() {
  /packages/apps/Phone/src/com/android/phone/
EmergencyCallbackModeService.java 141 showNotification(ecmTimeout);
149 EmergencyCallbackModeService.this.showNotification(millisUntilFinished);
163 private void showNotification(long millisUntilFinished) {
204 showNotification(0);
  /development/samples/Alarm/src/com/example/android/newalarm/
AlarmService.java 136 showNotification();
157 // Cancels the status bar mNotification based on its ID, which is set in showNotification().
180 private void showNotification() {
  /packages/apps/Email/src/com/android/exchange/
CalendarSyncEnabler.java 59 showNotification(emailAddresses.toString());
96 /* package for testing */ void showNotification(String emailAddresses) {
  /packages/apps/Email/tests/src/com/android/exchange/
CalendarSyncEnablerTest.java 193 enabler.showNotification("a@b.com");

Completed in 120 milliseconds