Home
last modified time | relevance | path

Searched refs:notificationManager (Results 1 – 25 of 28) sorted by relevance

12

/frameworks/support/v4/api24/android/support/v4/app/
DNotificationManagerCompatApi24.java22 public static boolean areNotificationsEnabled(NotificationManager notificationManager) { in areNotificationsEnabled() argument
23 return notificationManager.areNotificationsEnabled(); in areNotificationsEnabled()
26 public static int getImportance(NotificationManager notificationManager) { in getImportance() argument
27 return notificationManager.getImportance(); in getImportance()
/frameworks/support/v4/eclair/android/support/v4/app/
DNotificationManagerCompatEclair.java23 static void cancelNotification(NotificationManager notificationManager, String tag, in cancelNotification() argument
25 notificationManager.cancel(tag, id); in cancelNotification()
28 public static void postNotification(NotificationManager notificationManager, String tag, int id, in postNotification() argument
30 notificationManager.notify(tag, id, notification); in postNotification()
/frameworks/support/v4/java/android/support/v4/app/
DNotificationManagerCompat.java156 void cancelNotification(NotificationManager notificationManager, String tag, int id); in cancelNotification() argument
158 void postNotification(NotificationManager notificationManager, String tag, int id, in postNotification() argument
163 boolean areNotificationsEnabled(Context context, NotificationManager notificationManager); in areNotificationsEnabled() argument
165 int getImportance(NotificationManager notificationManager); in getImportance() argument
171 public void cancelNotification(NotificationManager notificationManager, String tag, in cancelNotification() argument
173 notificationManager.cancel(id); in cancelNotification()
177 public void postNotification(NotificationManager notificationManager, String tag, int id, in postNotification() argument
179 notificationManager.notify(id, notification); in postNotification()
189 NotificationManager notificationManager) { in areNotificationsEnabled() argument
194 public int getImportance(NotificationManager notificationManager) { in getImportance() argument
[all …]
/frameworks/base/packages/Osu/src/com/android/
DMainActivity.java340 NotificationManager notificationManager = in sendNotification() local
342 notificationManager.notify(NOTIFICATION_ID, builder.build()); in sendNotification()
346 NotificationManager notificationManager = in cancelNotification() local
348 notificationManager.cancel(NOTIFICATION_ID); in cancelNotification()
378 NotificationManager notificationManager = in sendNotificationMessage() local
380 notificationManager.notify(NOTIFICATION_MESSAGE_ID, builder.build()); in sendNotificationMessage()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiNotificationController.java235 NotificationManager notificationManager = (NotificationManager) mContext in setNotificationVisible() local
270 notificationManager.notifyAsUser(null, ICON_NETWORKS_AVAILABLE, in setNotificationVisible()
273 notificationManager.cancelAsUser(null, ICON_NETWORKS_AVAILABLE, UserHandle.ALL); in setNotificationVisible()
/frameworks/base/docs/html-intl/intl/zh-cn/preview/features/
Dnotification-updates.jd114 NotificationManager notificationManager =
116 notificationManager.notify(notificationId, newMessageNotification);
189 NotificationManager notificationManager =
191 notificationManager.notify(notificationId, repliedNotification);
/frameworks/base/docs/html-intl/intl/ja/preview/features/
Dnotification-updates.jd114 NotificationManager notificationManager =
116 notificationManager.notify(notificationId, newMessageNotification);
189 NotificationManager notificationManager =
191 notificationManager.notify(notificationId, repliedNotification);
/frameworks/base/docs/html-intl/intl/ko/preview/features/
Dnotification-updates.jd114 NotificationManager notificationManager =
116 notificationManager.notify(notificationId, newMessageNotification);
189 NotificationManager notificationManager =
191 notificationManager.notify(notificationId, repliedNotification);
/frameworks/base/docs/html/training/wearables/notifications/
Dstacks.jd55 NotificationManagerCompat notificationManager =
57 notificationManager.notify(notificationId1, notif);
74 notificationManager.notify(notificationId2, notif2);
112 notificationManager.notify(notificationId3, summaryNotification);
Dpages.jd69 notificationManager =
71 notificationManager.notify(notificationId, notification);
Dcreating.jd80 NotificationManagerCompat notificationManager =
84 notificationManager.notify(notificationId, notificationBuilder.build());
296 NotificationManagerCompat notificationManager =
300 notificationManager.notify(notificationId, notif);
Dvoice-input.jd135 NotificationManagerCompat notificationManager =
137 notificationManager.notify(notificationId, notification);
/frameworks/base/location/java/com/android/internal/location/
DGpsNetInitiatedHandler.java356 NotificationManager notificationManager = (NotificationManager) mContext in setNiNotification() local
358 if (notificationManager == null) { in setNiNotification()
394 notificationManager.notifyAsUser(null, notif.notificationId, mNiNotificationBuilder.build(), in setNiNotification()
/frameworks/base/docs/html-intl/intl/ru/preview/features/
Dnotification-updates.jd113 NotificationManager notificationManager =
115 notificationManager.notify(notificationId, notification);
/frameworks/base/docs/html-intl/intl/zh-tw/preview/features/
Dnotification-updates.jd113 NotificationManager notificationManager =
115 notificationManager.notify(notificationId, notification);
/frameworks/base/docs/html-intl/intl/in/preview/features/
Dnotification-updates.jd114 NotificationManager notificationManager =
116 notificationManager.notify(notificationId, newMessageNotification);
189 NotificationManager notificationManager =
191 notificationManager.notify(notificationId, repliedNotification);
/frameworks/base/services/core/java/com/android/server/connectivity/
DTethering.java706 NotificationManager notificationManager = in showTetheredNotification() local
708 if (notificationManager == null) { in showTetheredNotification()
716 notificationManager.cancelAsUser(null, mLastNotificationId, in showTetheredNotification()
748 notificationManager.notifyAsUser(null, mLastNotificationId, in showTetheredNotification()
753 NotificationManager notificationManager = in clearTetheredNotification() local
755 if (notificationManager != null && mLastNotificationId != 0) { in clearTetheredNotification()
756 notificationManager.cancelAsUser(null, mLastNotificationId, in clearTetheredNotification()
/frameworks/base/docs/html/preview/features/
Dnotification-updates.jd116 NotificationManager notificationManager =
118 notificationManager.notify(notificationId, newMessageNotification);
193 NotificationManager notificationManager =
195 notificationManager.notify(notificationId, repliedNotification);
/frameworks/base/docs/html-intl/intl/pt-br/preview/features/
Dnotification-updates.jd112 NotificationManager notificationManager =
114 notificationManager.notify(notificationId, newMessageNotification);
187 NotificationManager notificationManager =
189 notificationManager.notify(notificationId, repliedNotification);
/frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/
DDpmMockContext.java255 public final NotificationManager notificationManager; field in DpmMockContext
290 notificationManager = mock(NotificationManager.class); in DpmMockContext()
DDevicePolicyManagerServiceTestable.java152 return context.notificationManager; in getNotificationManager()
/frameworks/base/docs/html-intl/intl/es/preview/features/
Dnotification-updates.jd114 NotificationManager notificationManager =
116 notificationManager.notify(notificationId, newMessageNotification);
189 NotificationManager notificationManager =
191 notificationManager.notify(notificationId, repliedNotification);
/frameworks/base/services/core/java/com/android/server/pm/
DPackageInstallerService.java986 NotificationManager notificationManager = (NotificationManager) in onPackageDeleted() local
988 notificationManager.notify(basePackageName, 0, mNotification); in onPackageDeleted()
1045 NotificationManager notificationManager = (NotificationManager) in onPackageInstalled() local
1047 notificationManager.notify(basePackageName, 0, notification); in onPackageInstalled()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhone.java1444 NotificationManager notificationManager =
1447 notificationManager.notify(notificationTag, notificationId,
/frameworks/base/docs/html-intl/intl/vi/preview/features/
Dnotification-updates.jd113 NotificationManager notificationManager =
115 notificationManager.notify(notificationId, notification);

12