HomeSort by relevance Sort by last modified time
    Searched refs:NotificationManager (Results 1 - 25 of 139) sorted by null

1 2 3 4 5 6

  /development/samples/AppNavigation/src/com/example/android/appnavigation/app/
NotificationsActivity.java 23 import android.app.NotificationManager;
49 NotificationManager nm = (NotificationManager) getSystemService(NOTIFICATION_SERVICE);
64 NotificationManager nm = (NotificationManager) getSystemService(NOTIFICATION_SERVICE);
  /development/samples/ApiDemos/src/com/example/android/apis/app/
IncomingMessageView.java 22 import android.app.NotificationManager;
53 NotificationManager nm = (NotificationManager) getSystemService(NOTIFICATION_SERVICE);
LocalService.java 20 import android.app.NotificationManager;
39 * <p>Notice the use of the {@link NotificationManager} when interesting things
46 private NotificationManager mNM;
65 mNM = (NotificationManager)getSystemService(NOTIFICATION_SERVICE);
AlarmService_Service.java 24 import android.app.NotificationManager;
43 NotificationManager mNM;
47 mNM = (NotificationManager)getSystemService(NOTIFICATION_SERVICE);
NotifyingService.java 24 import android.app.NotificationManager;
49 mNM = (NotificationManager) getSystemService(NOTIFICATION_SERVICE);
127 private NotificationManager mNM;
NotificationDisplay.java 24 import android.app.NotificationManager;
68 ((NotificationManager) getSystemService(NOTIFICATION_SERVICE))
IncomingMessage.java 25 import android.app.NotificationManager;
103 NotificationManager nm = (NotificationManager)getSystemService(NOTIFICATION_SERVICE);
152 NotificationManager nm = (NotificationManager)getSystemService(NOTIFICATION_SERVICE);
  /frameworks/base/tests/StatusBar/src/com/android/statusbartest/
TestAlertActivity.java 4 import android.app.NotificationManager;
27 NotificationManager nm = (NotificationManager) getSystemService(NOTIFICATION_SERVICE);
  /development/samples/SupportAppNavigation/src/com/example/android/support/appnavigation/app/
NotificationsActivity.java 22 import android.app.NotificationManager;
62 NotificationManager nm = (NotificationManager) getSystemService(NOTIFICATION_SERVICE);
77 NotificationManager nm = (NotificationManager) getSystemService(NOTIFICATION_SERVICE);
  /cts/tests/tests/app/src/android/app/cts/
NotificationManagerTest.java 20 import android.app.NotificationManager;
32 private NotificationManager mNotificationManager;
37 mNotificationManager = (NotificationManager) mContext.getSystemService(
  /developers/samples/android/ui/notifications/BasicNotifications/BasicNotificationsSample/src/main/java/com/example/android/basicnotifications/
MainActivity.java 4 import android.app.NotificationManager;
96 NotificationManager notificationManager = (NotificationManager) getSystemService(
98 notificationManager.notify(NOTIFICATION_ID, builder.build());
  /development/samples/browseable/BasicNotifications/src/com.example.android.basicnotifications/
MainActivity.java 4 import android.app.NotificationManager;
96 NotificationManager notificationManager = (NotificationManager) getSystemService(
98 notificationManager.notify(NOTIFICATION_ID, builder.build());
  /packages/apps/Mms/src/com/android/mms/transaction/
SimFullReceiver.java 21 import android.app.NotificationManager;
43 NotificationManager nm = (NotificationManager)
SmsRejectedReceiver.java 20 import android.app.NotificationManager;
53 NotificationManager nm = (NotificationManager)
  /packages/apps/Mms/src/com/android/mms/ui/
SmsStorageMonitor.java 20 import android.app.NotificationManager;
30 private static NotificationManager mNotificationManager;
37 (NotificationManager) mContext.getSystemService(Context.NOTIFICATION_SERVICE);
  /packages/services/Telephony/src/com/android/phone/
FakePhoneActivity.java 20 import android.app.NotificationManager;
68 NotificationManager nm =
69 (NotificationManager) getSystemService(NOTIFICATION_SERVICE);
  /development/samples/training/notify-user/src/com/example/android/pingme/
PingService.java 19 import android.app.NotificationManager;
31 private NotificationManager mNotificationManager;
50 NotificationManager nm = (NotificationManager)
70 mNotificationManager = (NotificationManager)
128 mNotificationManager = (NotificationManager)
  /developers/samples/android/ui/notifications/CustomNotifications/CustomNotificationsSample/src/main/java/com/example/android/customnotifications/
MainActivity.java 20 import android.app.NotificationManager;
103 // Use the NotificationManager to show the notification
104 NotificationManager nm = (NotificationManager) getSystemService(NOTIFICATION_SERVICE);
  /development/samples/Alarm/src/com/example/android/newalarm/
AlarmService.java 20 import android.app.NotificationManager;
67 // The NotificationManager used to send notifications to the status bar.
68 NotificationManager mNotificationManager;
133 mNotificationManager = (NotificationManager)getSystemService(NOTIFICATION_SERVICE);
208 // Sets a unique ID for the notification and sends it to NotificationManager to be
  /development/samples/browseable/CustomNotifications/src/com.example.android.customnotifications/
MainActivity.java 20 import android.app.NotificationManager;
103 // Use the NotificationManager to show the notification
104 NotificationManager nm = (NotificationManager) getSystemService(NOTIFICATION_SERVICE);
  /packages/apps/BasicSmsReceiver/src/com/android/basicsmsreceiver/
DialogSmsDisplay.java 22 import android.app.NotificationManager;
67 NotificationManager notificationManager =
68 (NotificationManager)getSystemService(Context.NOTIFICATION_SERVICE);
69 notificationManager.cancel(notificationId);
  /packages/apps/Calendar/src/com/android/calendar/alerts/
SnoozeAlarmsService.java 20 import android.app.NotificationManager;
65 NotificationManager nm =
66 (NotificationManager) getSystemService(Context.NOTIFICATION_SERVICE);
  /packages/apps/Exchange/src/com/android/exchange/
CalendarSyncEnabler.java 25 import android.app.NotificationManager;
108 NotificationManager nm =
109 (NotificationManager) mContext.getSystemService(Context.NOTIFICATION_SERVICE);
  /packages/experimental/NotificationShowcase/src/com/android/example/notificationshowcase/
ProgressService.java 20 import android.app.NotificationManager;
56 public void run() { NotificationManager noMa = (NotificationManager)
UpdateService.java 20 import android.app.NotificationManager;
51 NotificationManager noMa =
52 (NotificationManager) getSystemService(Context.NOTIFICATION_SERVICE);

Completed in 2074 milliseconds

1 2 3 4 5 6