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

1 2 3 4 5

  /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);
MessengerService.java 20 import android.app.NotificationManager;
46 * <p>Notice the use of the {@link NotificationManager} when interesting things
54 NotificationManager mNM;
121 mNM = (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(
  /packages/apps/Mms/src/com/android/mms/transaction/
SimFullReceiver.java 24 import android.app.NotificationManager;
43 NotificationManager nm = (NotificationManager)
SmsRejectedReceiver.java 22 import android.app.NotificationManager;
53 NotificationManager nm = (NotificationManager)
  /packages/apps/Phone/src/com/android/phone/
FakePhoneActivity.java 20 import android.app.NotificationManager;
68 NotificationManager nm =
69 (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
  /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);
SmsMessageReceiver.java 20 import android.app.NotificationManager;
67 NotificationManager notificationManager =
68 (NotificationManager)context.getSystemService(Context.NOTIFICATION_SERVICE);
70 notificationManager.notify(notificationId, notification.getNotification());
  /packages/apps/Calendar/src/com/android/calendar/alerts/
SnoozeAlarmsService.java 20 import android.app.NotificationManager;
65 NotificationManager nm =
66 (NotificationManager) getSystemService(Context.NOTIFICATION_SERVICE);
DismissAlarmsService.java 20 import android.app.NotificationManager;
80 NotificationManager nm =
81 (NotificationManager) getSystemService(Context.NOTIFICATION_SERVICE);
  /packages/apps/Exchange/exchange2/src/com/android/exchange/
CalendarSyncEnabler.java 24 import android.app.NotificationManager;
107 NotificationManager nm =
108 (NotificationManager) mContext.getSystemService(Context.NOTIFICATION_SERVICE);
  /packages/apps/Settings/src/com/android/settings/bluetooth/
BluetoothPairingRequest.java 22 import android.app.NotificationManager;
95 NotificationManager manager = (NotificationManager)
103 NotificationManager manager = (NotificationManager) context
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
LocationController.java 22 import android.app.NotificationManager;
57 NotificationManager nm = (NotificationManager)context.getSystemService(
  /frameworks/base/tests/FixVibrateSetting/src/com/android/fixvibratesetting/
FixVibrateSetting.java 21 import android.app.NotificationManager;
33 NotificationManager mNotificationManager;
46 mNotificationManager = (NotificationManager)getSystemService(NOTIFICATION_SERVICE);
  /packages/apps/Nfc/src/com/android/nfc/
P2pEventManager.java 19 import android.app.NotificationManager;
37 final NotificationManager mNotificationManager;
50 mNotificationManager = (NotificationManager) mContext.getSystemService(
  /packages/providers/DownloadProvider/src/com/android/providers/downloads/
RealSystemFacade.java 5 import android.app.NotificationManager;
18 private NotificationManager mNotificationManager;
22 mNotificationManager = (NotificationManager)

Completed in 1219 milliseconds

1 2 3 4 5