/frameworks/base/core/tests/notificationtests/src/android/app/ |
NotificationStressTest.java | 53 private NotificationManager mNotificationManager; 60 mNotificationManager = (NotificationManager) mContext.getSystemService( 67 mNotificationManager.cancelAll(); 74 mNotificationManager.cancel(notifyId - 4); 89 mNotificationManager.notify(id, notification);
|
/packages/providers/DownloadProvider/src/com/android/providers/downloads/ |
RealSystemFacade.java | 18 private NotificationManager mNotificationManager; 22 mNotificationManager = (NotificationManager) 88 mNotificationManager.notify((int) id, notification); 93 mNotificationManager.cancel((int) id); 98 mNotificationManager.cancelAll();
|
/cts/tests/tests/app/src/android/app/cts/ |
NotificationManagerTest.java | 38 private NotificationManager mNotificationManager; 43 mNotificationManager = (NotificationManager) mContext.getSystemService( 50 mNotificationManager.cancelAll(); 89 mNotificationManager.cancel(id); 110 mNotificationManager.cancelAll(); 126 mNotificationManager.notify(id, notification);
|
/frameworks/base/tests/FixVibrateSetting/src/com/android/fixvibratesetting/ |
FixVibrateSetting.java | 33 NotificationManager mNotificationManager; 46 mNotificationManager = (NotificationManager)getSystemService(NOTIFICATION_SERVICE); 120 mNotificationManager.notify(1, n);
|
/packages/apps/Contacts/src/com/android/contacts/vcard/ |
NotificationImportExportListener.java | 48 private final NotificationManager mNotificationManager; 54 mNotificationManager = (NotificationManager) activity.getSystemService( 90 mNotificationManager.notify(DEFAULT_NOTIFICATION_TAG, jobId, notification); 112 mNotificationManager.notify(DEFAULT_NOTIFICATION_TAG, jobId, notification); 132 mNotificationManager.notify(NotificationImportExportListener.DEFAULT_NOTIFICATION_TAG, 150 mNotificationManager.notify(NotificationImportExportListener.DEFAULT_NOTIFICATION_TAG, 164 mNotificationManager.notify(DEFAULT_NOTIFICATION_TAG, jobId, notification); 179 mNotificationManager.notify(DEFAULT_NOTIFICATION_TAG, request.jobId, notification);
|
ExportProcessor.java | 52 private final NotificationManager mNotificationManager; 62 mNotificationManager = 241 mNotificationManager.notify(NotificationImportExportListener.DEFAULT_NOTIFICATION_TAG, 251 mNotificationManager.notify(NotificationImportExportListener.DEFAULT_NOTIFICATION_TAG, 261 mNotificationManager.notify(NotificationImportExportListener.DEFAULT_NOTIFICATION_TAG,
|
/packages/apps/Phone/src/com/android/phone/ |
EmergencyCallbackModeService.java | 55 private NotificationManager mNotificationManager = null; 88 mNotificationManager = (NotificationManager) getSystemService(NOTIFICATION_SERVICE); 105 mNotificationManager.cancel(R.string.phone_in_ecm_notification_title); 192 mNotificationManager.notify(R.string.phone_in_ecm_notification_title, notification);
|
NotificationMgr.java | 93 private NotificationManager mNotificationManager; 129 mNotificationManager = 480 mNotificationManager.notify(MISSED_CALL_NOTIFICATION, note); 498 mNotificationManager.cancel(MISSED_CALL_NOTIFICATION); [all...] |
/frameworks/base/tests/StatusBar/src/com/android/statusbartest/ |
StatusBarTest.java | 49 NotificationManager mNotificationManager; 69 mNotificationManager = (NotificationManager) getSystemService(NOTIFICATION_SERVICE); 189 mNotificationManager.notify(id, not); 282 mNotificationManager.notify(1, 296 mNotificationManager.cancel(1);
|
/development/samples/ApiDemos/src/com/example/android/apis/app/ |
StatusBarNotifications.java | 37 private NotificationManager mNotificationManager; 51 mNotificationManager = (NotificationManager) getSystemService(NOTIFICATION_SERVICE); 143 mNotificationManager.cancel(R.layout.status_bar_notifications); 210 mNotificationManager.notify(MOOD_NOTIFICATIONS, notification); 238 mNotificationManager.notify(MOOD_NOTIFICATIONS, notif); 265 mNotificationManager.notify(
|
/packages/apps/Nfc/src/com/android/nfc/ |
P2pEventManager.java | 39 final NotificationManager mNotificationManager; 52 mNotificationManager = (NotificationManager) mContext.getSystemService(
|
/development/samples/Alarm/src/com/example/android/newalarm/ |
AlarmService.java | 68 NotificationManager mNotificationManager; 133 mNotificationManager = (NotificationManager)getSystemService(NOTIFICATION_SERVICE); 158 mNotificationManager.cancel(R.string.alarm_service_started); 211 mNotificationManager.notify(
|
/packages/apps/Email/src/com/android/email/ |
NotificationController.java | 84 private final NotificationManager mNotificationManager; 120 mNotificationManager = (NotificationManager) context.getSystemService( 211 mNotificationManager.notify(notificationId, notification); 295 mNotificationManager.cancel(getNewMessageNotificationId(accountId)); 300 mNotificationManager.cancel(getNewMessageNotificationId(accountId)); 543 mNotificationManager.cancel(getLoginFailedNotificationId(accountId)); 589 mNotificationManager.cancel(NOTIFICATION_ID_PASSWORD_EXPIRING); 590 mNotificationManager.cancel(NOTIFICATION_ID_PASSWORD_EXPIRED); 611 mNotificationManager.cancel(NOTIFICATION_ID_SECURITY_NEEDED); 689 sInstance.mNotificationManager.cancel(notificationId) [all...] |
/development/samples/Alarm/tests/src/com/example/android/newalarm/ |
AlarmServiceTest.java | 77 assertNotNull(mService.mNotificationManager);
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/ |
GlobalScreenshot.java | 83 private NotificationManager mNotificationManager; 126 mNotificationManager = nManager; 136 mNotificationManager.notify(nId, n); 193 GlobalScreenshot.notifyScreenshotError(params.context, mNotificationManager); 212 mNotificationManager.notify(mNotificationId, n); 242 private NotificationManager mNotificationManager; 297 mNotificationManager = 324 new SaveImageInBackgroundTask(mContext, data, mNotificationManager, 365 notifyScreenshotError(mContext, mNotificationManager);
|
/packages/apps/Contacts/src/com/android/contacts/calllog/ |
DefaultVoicemailNotifier.java | 57 private final NotificationManager mNotificationManager; 80 mNotificationManager = notificationManager; 179 mNotificationManager.notify(NOTIFICATION_TAG, NOTIFICATION_ID, notification); 191 mNotificationManager.cancel(NOTIFICATION_TAG, NOTIFICATION_ID);
|
/frameworks/base/services/java/com/android/server/usb/ |
UsbDeviceManager.java | 103 private NotificationManager mNotificationManager; 165 mNotificationManager = (NotificationManager) 552 if (mNotificationManager == null || !mUseUsbNotification) return; 575 mNotificationManager.cancel(mUsbNotificationId); 598 mNotificationManager.notify(id, notification); 605 if (mNotificationManager == null) return; 632 mNotificationManager.notify(id, notification); 636 mNotificationManager.cancel(id);
|
/frameworks/base/services/java/com/android/server/ |
UiModeManagerService.java | 105 private NotificationManager mNotificationManager; 621 if (mNotificationManager == null) { 622 mNotificationManager = (NotificationManager) 626 if (mNotificationManager != null) { 640 mNotificationManager.notify(0, n); 642 mNotificationManager.cancel(0); [all...] |
ThrottleService.java | 110 private NotificationManager mNotificationManager; 161 mNotificationManager = (NotificationManager)mContext.getSystemService( 613 mNotificationManager.cancel(R.drawable.stat_sys_throttled); 649 mNotificationManager.cancel(R.drawable.stat_sys_throttled); 657 mNotificationManager.cancel(R.drawable.stat_sys_throttled); 687 mNotificationManager.notify(mThrottlingNotification.icon, mThrottlingNotification); 702 mNotificationManager.cancel(R.drawable.stat_sys_throttled); [all...] |
InputMethodManagerService.java | 175 private NotificationManager mNotificationManager; 623 mNotificationManager = (NotificationManager) [all...] |
/packages/apps/Stk/src/com/android/stk/ |
StkAppService.java | 76 private NotificationManager mNotificationManager = null; 165 mNotificationManager = (NotificationManager) mContext 763 mNotificationManager.cancel(STK_NOTIFICATION_ID); 767 mNotificationManager.cancel(STK_NOTIFICATION_ID); 795 mNotificationManager.notify(STK_NOTIFICATION_ID, notification); [all...] |
/frameworks/base/docs/html/guide/topics/ui/notifiers/ |
notifications.jd | 106 NotificationManager mNotificationManager = (NotificationManager) getSystemService(ns); 134 mNotificationManager.notify(HELLO_ID, notification); 277 NotificationManager mNotificationManager = (NotificationManager) getSystemService(ns); 627 <pre>mNotificationManager.notify(CUSTOM_VIEW_ID, notification);</pre>
|
/development/samples/RandomMusicPlayer/src/com/example/android/musicplayer/ |
MusicService.java | 151 NotificationManager mNotificationManager; 188 mNotificationManager = (NotificationManager) getSystemService(NOTIFICATION_SERVICE); 520 mNotificationManager.notify(NOTIFICATION_ID, mNotification);
|
/cts/tools/dex-tools/dex/ |
classes.out.dex | [all...] |
/dalvik/hit/samples/ |
android.hprof | [all...] |