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

1 2

  /cts/tests/tests/app/src/android/app/cts/
NotificationManagerTest.java 32 private NotificationManager mNotificationManager;
37 mNotificationManager = (NotificationManager) mContext.getSystemService(
44 mNotificationManager.cancelAll();
55 mNotificationManager.cancel(id);
62 mNotificationManager.cancelAll();
78 mNotificationManager.notify(id, notification);
  /packages/apps/Mms/src/com/android/mms/ui/
SmsStorageMonitor.java 30 private static NotificationManager mNotificationManager;
35 if (mNotificationManager == null) {
36 mNotificationManager =
53 mNotificationManager.notify(NOTIFICATION_STORAGE_LIMITED_ID, mBuilder.build());
57 mNotificationManager.cancel(NOTIFICATION_STORAGE_LIMITED_ID);
  /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);
  /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(
  /developers/build/prebuilts/androidtv/leanback/app/src/main/java/com/example/android/leanback/
RecommendationBuilder.java 41 private NotificationManager mNotificationManager;
104 if (mNotificationManager == null) {
105 mNotificationManager = (NotificationManager) mContext
135 mNotificationManager.notify(mId, notification);
136 mNotificationManager = null;
  /development/samples/Alarm/tests/src/com/example/android/newalarm/
AlarmServiceTest.java 77 assertNotNull(mService.mNotificationManager);
  /packages/apps/Gallery2/src/com/android/gallery3d/ingest/
IngestService.java 78 private NotificationManager mNotificationManager;
87 mNotificationManager = (NotificationManager) getSystemService(NOTIFICATION_SERVICE);
159 mNotificationManager.notify(R.id.ingest_notification_scanning,
164 mNotificationManager.cancel(R.id.ingest_notification_importing);
165 mNotificationManager.cancel(R.id.ingest_notification_scanning);
214 mNotificationManager.cancel(R.id.ingest_notification_scanning);
215 mNotificationManager.cancel(R.id.ingest_notification_importing);
234 mNotificationManager.notify(R.id.ingest_notification_importing,
251 mNotificationManager.notify(R.id.ingest_notification_importing,
268 mNotificationManager.notify(R.id.ingest_notification_scanning
    [all...]
  /developers/build/prebuilts/gradle/LNotifications/Application/src/main/java/com/example/android/lnotifications/
HeadsUpNotificationFragment.java 43 private NotificationManager mNotificationManager;
75 mNotificationManager = (NotificationManager) getActivity().getSystemService(Context
93 mNotificationManager.notify(NOTIFICATION_ID, createNotification(
VisibilityMetadataFragment.java 40 private NotificationManager mNotificationManager;
77 mNotificationManager = (NotificationManager) getActivity().getSystemService(Context
154 mNotificationManager.notify(mIncrementalNotificationId, createNotification(visibility));
  /developers/samples/android/ui/notifications/LNotifications/Application/src/main/java/com/example/android/lnotifications/
HeadsUpNotificationFragment.java 43 private NotificationManager mNotificationManager;
75 mNotificationManager = (NotificationManager) getActivity().getSystemService(Context
93 mNotificationManager.notify(NOTIFICATION_ID, createNotification(
VisibilityMetadataFragment.java 40 private NotificationManager mNotificationManager;
77 mNotificationManager = (NotificationManager) getActivity().getSystemService(Context
154 mNotificationManager.notify(mIncrementalNotificationId, createNotification(visibility));
  /developers/samples/android/wearable/wear/RecipeAssistant/Application/src/main/java/com/example/android/recipeassistant/
RecipeService.java 31 private NotificationManagerCompat mNotificationManager;
43 mNotificationManager = NotificationManagerCompat.from(this);
94 mNotificationManager.notify(Constants.NOTIFICATION_ID, notification);
  /development/samples/browseable/LNotifications/src/com.example.android.lnotifications/
HeadsUpNotificationFragment.java 43 private NotificationManager mNotificationManager;
75 mNotificationManager = (NotificationManager) getActivity().getSystemService(Context
93 mNotificationManager.notify(NOTIFICATION_ID, createNotification(
VisibilityMetadataFragment.java 40 private NotificationManager mNotificationManager;
77 mNotificationManager = (NotificationManager) getActivity().getSystemService(Context
154 mNotificationManager.notify(mIncrementalNotificationId, createNotification(visibility));
  /development/samples/wearable/RecipeAssistant/Application/src/main/java/com/example/android/wearable/recipeassistant/
RecipeService.java 31 private NotificationManagerCompat mNotificationManager;
43 mNotificationManager = NotificationManagerCompat.from(this);
94 mNotificationManager.notify(Constants.NOTIFICATION_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);
  /development/samples/training/notify-user/src/com/example/android/pingme/
PingService.java 31 private NotificationManager mNotificationManager;
70 mNotificationManager = (NotificationManager)
128 mNotificationManager = (NotificationManager)
131 mNotificationManager.notify(CommonConstants.NOTIFICATION_ID, builder.build());
  /packages/apps/ContactsCommon/src/com/android/contacts/common/vcard/
NotificationImportExportListener.java 47 private final NotificationManager mNotificationManager;
53 mNotificationManager = (NotificationManager) activity.getSystemService(
89 mNotificationManager.notify(DEFAULT_NOTIFICATION_TAG, jobId, notification);
111 mNotificationManager.notify(DEFAULT_NOTIFICATION_TAG, jobId, notification);
131 mNotificationManager.notify(NotificationImportExportListener.DEFAULT_NOTIFICATION_TAG,
149 mNotificationManager.notify(NotificationImportExportListener.DEFAULT_NOTIFICATION_TAG,
163 mNotificationManager.notify(DEFAULT_NOTIFICATION_TAG, jobId, notification);
178 mNotificationManager.notify(DEFAULT_NOTIFICATION_TAG, request.jobId, notification);
ExportProcessor.java 51 private final NotificationManager mNotificationManager;
64 mNotificationManager =
242 mNotificationManager.notify(NotificationImportExportListener.DEFAULT_NOTIFICATION_TAG,
252 mNotificationManager.notify(NotificationImportExportListener.DEFAULT_NOTIFICATION_TAG,
263 mNotificationManager.notify(NotificationImportExportListener.DEFAULT_NOTIFICATION_TAG,
  /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/services/Telephony/src/com/android/phone/
NotificationMgr.java 79 private NotificationManager mNotificationManager;
101 mNotificationManager =
352 mNotificationManager.notifyAsUser(
357 mNotificationManager.cancelAsUser(
397 mNotificationManager.notifyAsUser(
401 mNotificationManager.cancelAsUser(
432 mNotificationManager.notifyAsUser(
442 mNotificationManager.cancel(DATA_DISCONNECTED_ROAMING_NOTIFICATION);
473 mNotificationManager.notifyAsUser(
486 mNotificationManager.cancelAsUser
    [all...]
EmergencyCallbackModeService.java 57 private NotificationManager mNotificationManager = null;
91 mNotificationManager = (NotificationManager) getSystemService(NOTIFICATION_SERVICE);
108 mNotificationManager.cancel(R.string.phone_in_ecm_notification_title);
208 mNotificationManager.notify(R.string.phone_in_ecm_notification_title, builder.build());
  /frameworks/base/tests/StatusBar/src/com/android/statusbartest/
StatusBarTest.java 35 NotificationManager mNotificationManager;
55 mNotificationManager = (NotificationManager) getSystemService(NOTIFICATION_SERVICE);
175 mNotificationManager.notify(id, not);
268 mNotificationManager.notify(1,
282 mNotificationManager.cancel(1);
  /frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/
NotificationController.java 61 private final NotificationManager mNotificationManager;
65 mNotificationManager = (NotificationManager)
130 mNotificationManager.notify(0, builder.build());
148 mNotificationManager.notify(0, builder.build());
164 mNotificationManager.notify(0, builder.build());
178 mNotificationManager.notify(0, builder.build());
212 mNotificationManager.notify(0, builder.build());
247 mNotificationManager.cancel(0);
  /packages/apps/Nfc/src/com/android/nfc/
P2pEventManager.java 37 final NotificationManager mNotificationManager;
51 mNotificationManager = (NotificationManager) mContext.getSystemService(

Completed in 836 milliseconds

1 2