HomeSort by relevance Sort by last modified time
    Searched full:notificationmanager (Results 1 - 25 of 124) sorted by null

1 2 3 4 5

  /frameworks/base/tests/StatusBar/src/com/android/statusbartest/
TestAlertActivity.java 4 import android.app.NotificationManager;
27 NotificationManager nm = (NotificationManager) getSystemService(NOTIFICATION_SERVICE);
  /development/samples/ApiDemos/src/com/example/android/apis/app/
IncomingMessageView.java 22 import android.app.NotificationManager;
37 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);
IncomingMessage.java 23 import android.app.NotificationManager;
61 NotificationManager nm = (NotificationManager)getSystemService(NOTIFICATION_SERVICE);
NotificationDisplay.java 24 import android.app.NotificationManager;
68 ((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);
  /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());
  /cts/tests/tests/app/src/android/app/cts/
NotificationManagerTest.java 20 import android.app.NotificationManager;
35 @TestTargetClass(NotificationManager.class)
38 private NotificationManager mNotificationManager;
43 mNotificationManager = (NotificationManager) mContext.getSystemService(
65 @ToBeFixed(bug = "1716929", explanation = "NotificationManager#notify(int, Notification) "
84 @ToBeFixed(bug = "1716929", explanation = "NotificationManager#cancel(int) find a way "
104 @ToBeFixed(bug = "1716929", explanation = "NotificationManager#cancelAll() find a way to "
  /packages/apps/Settings/src/com/android/settings/bluetooth/
BluetoothPairingRequest.java 22 import android.app.NotificationManager;
95 NotificationManager manager = (NotificationManager)
103 NotificationManager manager = (NotificationManager) context
BluetoothPermissionRequest.java 20 import android.app.NotificationManager;
111 NotificationManager notificationManager =
112 (NotificationManager) context.getSystemService(Context.NOTIFICATION_SERVICE);
113 notificationManager.notify(NOTIFICATION_ID, notification);
117 NotificationManager manager = (NotificationManager) context
  /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);
  /packages/providers/DownloadProvider/src/com/android/providers/downloads/
RealSystemFacade.java 5 import android.app.NotificationManager;
18 private NotificationManager mNotificationManager;
22 mNotificationManager = (NotificationManager)
SystemFacade.java 51 * Post a system notification to the NotificationManager.
  /frameworks/base/packages/SystemUI/src/com/android/systemui/usb/
StorageNotification.java 20 import android.app.NotificationManager;
285 NotificationManager notificationManager = (NotificationManager) mContext
288 if (notificationManager == null) {
339 notificationManager.notify(notificationId, mUsbStorageNotification);
341 notificationManager.cancel(notificationId);
364 NotificationManager notificationManager = (NotificationManager) mContex
    [all...]
  /frameworks/base/docs/html/sdk/api_diff/5/changes/
android.app.NotificationManager.html 10 android.app.NotificationManager
74 Class android.app.<A HREF="../../../../reference/android/app/NotificationManager.html" target="_top"><font size="+2"><code>NotificationManager</code></font></A>
86 <A NAME="android.app.NotificationManager.cancel_added(java.lang.String, int)"></A>
87 <nobr><code>void</code>&nbsp;<A HREF="../../../../reference/android/app/NotificationManager.html#cancel(java.lang.String, int)" target="_top"><code>cancel</code></A>(<code>String,</nobr> int<nobr><nobr></code>)</nobr>
93 <A NAME="android.app.NotificationManager.notify_added(java.lang.String, int, android.app.Notification)"></A>
94 <nobr><code>void</code>&nbsp;<A HREF="../../../../reference/android/app/NotificationManager.html#notify(java.lang.String, int, android.app.Notification)" target="_top"><code>notify</code></A>(<code>String,</nobr> int<nobr>,</nobr> Notification<nobr><nobr></code>)</nobr>
  /packages/apps/Contacts/src/com/android/contacts/calllog/
DefaultVoicemailNotifier.java 25 import android.app.NotificationManager;
57 private final NotificationManager mNotificationManager;
65 NotificationManager notificationManager =
66 (NotificationManager) context.getSystemService(Context.NOTIFICATION_SERVICE);
68 sInstance = new DefaultVoicemailNotifier(context, notificationManager,
77 NotificationManager notificationManager, NewCallsQuery newCallsQuery,
80 mNotificationManager = notificationManager;
  /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/Exchange/src/com/android/exchange/
CalendarSyncEnabler.java 24 import android.app.NotificationManager;
107 NotificationManager nm =
108 (NotificationManager) mContext.getSystemService(Context.NOTIFICATION_SERVICE);
  /packages/apps/Nfc/src/com/android/nfc/
P2pEventManager.java 19 import android.app.NotificationManager;
39 final NotificationManager mNotificationManager;
52 mNotificationManager = (NotificationManager) mContext.getSystemService(
  /frameworks/base/core/tests/notificationtests/src/android/app/
NotificationStressTest.java 53 private NotificationManager mNotificationManager;
60 mNotificationManager = (NotificationManager) mContext.getSystemService(

Completed in 347 milliseconds

1 2 3 4 5