Searched refs:showNotification (Results 1 - 8 of 8) sorted by relevance

/development/samples/ApiDemos/src/com/example/android/apis/app/
H A DNotifyingService.java70 showNotification(R.drawable.stat_happy,
74 showNotification(R.drawable.stat_neutral,
78 showNotification(R.drawable.stat_sad,
93 private void showNotification(int moodId, int textId) { method in class:NotifyingService
H A DLocalService.java68 showNotification();
100 private void showNotification() { method in class:LocalService
H A DAlarmService_Service.java50 showNotification();
98 private void showNotification() { method in class:AlarmService_Service
H A DMessengerService.java124 showNotification();
148 private void showNotification() { method in class:MessengerService
H A DServiceStartArguments.java80 showNotification(txt);
176 private void showNotification(String text) { method in class:ServiceStartArguments
H A DRemoteService.java74 showNotification();
182 private void showNotification() { method in class:RemoteService
/development/samples/Alarm/src/com/example/android/newalarm/
H A DAlarmService.java136 showNotification();
157 // Cancels the status bar mNotification based on its ID, which is set in showNotification().
180 private void showNotification() { method in class:AlarmService
/development/samples/HoneycombGallery/src/com/example/android/hcgallery/
H A DMainActivity.java140 showNotification(false);
144 showNotification(true);
259 void showNotification(boolean custom) { method in class:MainActivity

Completed in 90 milliseconds