HomeSort by relevance Sort by last modified time
    Searched refs:NotificationManager (Results 26 - 50 of 73) sorted by null

12 3

  /frameworks/base/tests/StatusBar/src/com/android/statusbartest/
TestActivity.java 21 import android.app.NotificationManager;
PowerTest.java 21 import android.app.NotificationManager;
30 import android.app.NotificationManager;
  /frameworks/base/services/java/com/android/server/
DeviceStorageMonitorService.java 21 import android.app.NotificationManager;
217 //post intent to NotificationManager to display icon if necessary
328 * This method sends a notification to NotificationManager to display
340 NotificationManager mNotificationMgr =
341 (NotificationManager)mContext.getSystemService(
362 NotificationManager mNotificationMgr =
363 (NotificationManager)mContext.getSystemService(
UiModeManagerService.java 24 import android.app.NotificationManager;
101 private NotificationManager mNotificationManager;
581 mNotificationManager = (NotificationManager)
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppReceiver.java 37 import android.app.NotificationManager;
124 NotificationManager notMgr = (NotificationManager)context
166 NotificationManager notMgr = (NotificationManager)context
BluetoothOppTransferActivity.java 54 import android.app.NotificationManager;
363 ((NotificationManager)getSystemService(NOTIFICATION_SERVICE))
372 ((NotificationManager)getSystemService(NOTIFICATION_SERVICE))
389 ((NotificationManager)getSystemService(NOTIFICATION_SERVICE))
407 ((NotificationManager)getSystemService(NOTIFICATION_SERVICE))
  /packages/apps/Calendar/src/com/android/calendar/
AlertActivity.java 24 import android.app.NotificationManager;
268 NotificationManager nm =
269 (NotificationManager) getSystemService(Context.NOTIFICATION_SERVICE);
300 NotificationManager nm =
301 (NotificationManager) getSystemService(Context.NOTIFICATION_SERVICE);
AlertService.java 21 import android.app.NotificationManager;
132 NotificationManager nm =
133 (NotificationManager) context.getSystemService(Context.NOTIFICATION_SERVICE);
283 NotificationManager nm =
284 (NotificationManager) context.getSystemService(Context.NOTIFICATION_SERVICE);
  /packages/apps/Email/tests/src/com/android/exchange/
CalendarSyncEnablerTest.java 25 import android.app.NotificationManager;
196 ((NotificationManager) getContext().getSystemService(Context.NOTIFICATION_SERVICE))
  /development/samples/ApiDemos/src/com/example/android/apis/app/
ServiceStartArguments.java 21 import android.app.NotificationManager;
45 * <p>Notice the use of the {@link NotificationManager} when interesting things
55 private NotificationManager mNM;
104 mNM = (NotificationManager)getSystemService(NOTIFICATION_SERVICE);
StatusBarNotifications.java 23 import android.app.NotificationManager;
36 private NotificationManager mNotificationManager;
50 mNotificationManager = (NotificationManager) getSystemService(NOTIFICATION_SERVICE);
RemoteService.java 21 import android.app.NotificationManager;
67 NotificationManager mNM;
71 mNM = (NotificationManager)getSystemService(NOTIFICATION_SERVICE);
  /development/samples/MySampleRss/src/com/example/codelab/rssexample/
RssService.java 20 import android.app.NotificationManager;
49 private NotificationManager mNM;
60 mNM = (NotificationManager) getSystemService(NOTIFICATION_SERVICE);
  /packages/apps/Browser/src/com/android/browser/
WebStorageSizeManager.java 20 import android.app.NotificationManager;
414 NotificationManager mgr =
415 (NotificationManager) mContext.getSystemService(ns);
  /packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
CellBroadcastAlertService.java 20 import android.app.NotificationManager;
206 NotificationManager notificationManager =
207 (NotificationManager)getSystemService(Context.NOTIFICATION_SERVICE);
209 notificationManager.notify(notificationId, notification);
CellBroadcastListActivity.java 21 import android.app.NotificationManager;
267 NotificationManager notificationManager =
268 (NotificationManager)getSystemService(Context.NOTIFICATION_SERVICE);
269 notificationManager.cancel(notificationId);
  /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...]
  /packages/apps/Email/src/com/android/email/
SecurityPolicy.java 26 import android.app.NotificationManager;
364 NotificationManager notificationManager =
365 (NotificationManager) mContext.getSystemService(Context.NOTIFICATION_SERVICE);
366 notificationManager.notify(MailService.NOTIFICATION_ID_SECURITY_NEEDED, notification);
374 NotificationManager notificationManager =
375 (NotificationManager) mContext.getSystemService(Context.NOTIFICATION_SERVICE);
376 notificationManager.cancel(MailService.NOTIFICATION_ID_SECURITY_NEEDED);
  /frameworks/base/location/java/com/android/internal/location/
GpsNetInitiatedHandler.java 22 import android.app.NotificationManager;
179 NotificationManager notificationManager = (NotificationManager) mContext
181 if (notificationManager == null) {
214 notificationManager.notify(notif.notificationId, mNiNotification);
216 notificationManager.cancel(notif.notificationId);
  /packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
BluetoothPbapService.java 38 import android.app.NotificationManager;
627 NotificationManager nm = (NotificationManager)
674 NotificationManager nm = (NotificationManager)
  /packages/apps/Email/src/com/android/email/service/
MailService.java 32 import android.app.NotificationManager;
206 NotificationManager notificationManager =
207 (NotificationManager) getSystemService(Context.NOTIFICATION_SERVICE);
208 notificationManager.cancel(NOTIFICATION_ID_NEW_MESSAGES);
725 NotificationManager notificationManager =
726 (NotificationManager) getSystemService(Context.NOTIFICATION_SERVICE);
727 notificationManager.notify(NOTIFICATION_ID_NEW_MESSAGES, notification);
  /packages/apps/Mms/src/com/android/mms/transaction/
MessagingNotification.java 39 import android.app.NotificationManager;
423 NotificationManager nm = (NotificationManager) context.getSystemService(
535 NotificationManager nm = (NotificationManager)
597 NotificationManager nm = (NotificationManager)
  /frameworks/base/packages/VpnServices/src/com/android/server/vpn/
VpnService.java 20 import android.app.NotificationManager;
445 ((NotificationManager) mContext.getSystemService(
450 ((NotificationManager) mContext.getSystemService(
  /packages/apps/Email/src/com/android/email/activity/
AccountFolderList.java 40 import android.app.NotificationManager;
193 NotificationManager notifMgr = (NotificationManager)
502 NotificationManager notificationManager = (NotificationManager)
504 notificationManager.cancel(MailService.NOTIFICATION_ID_NEW_MESSAGES);
    [all...]
  /cts/tests/tests/accessibilityservice/src/android/accessibilityservice/cts/
AccessibilityEndToEndTest.java 26 import android.app.NotificationManager;
358 NotificationManager notificationManager = (NotificationManager) activity
360 notificationManager.notify(notificationId, notification);
366 notificationManager.cancel(notificationId);

Completed in 3629 milliseconds

12 3