/frameworks/support/v4/api24/android/support/v4/app/ |
D | NotificationManagerCompatApi24.java | 22 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/ |
D | NotificationManagerCompatEclair.java | 23 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/ |
D | NotificationManagerCompat.java | 156 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/ |
D | MainActivity.java | 340 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/ |
D | WifiNotificationController.java | 235 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/ |
D | notification-updates.jd | 114 NotificationManager notificationManager = 116 notificationManager.notify(notificationId, newMessageNotification); 189 NotificationManager notificationManager = 191 notificationManager.notify(notificationId, repliedNotification);
|
/frameworks/base/docs/html-intl/intl/ja/preview/features/ |
D | notification-updates.jd | 114 NotificationManager notificationManager = 116 notificationManager.notify(notificationId, newMessageNotification); 189 NotificationManager notificationManager = 191 notificationManager.notify(notificationId, repliedNotification);
|
/frameworks/base/docs/html-intl/intl/ko/preview/features/ |
D | notification-updates.jd | 114 NotificationManager notificationManager = 116 notificationManager.notify(notificationId, newMessageNotification); 189 NotificationManager notificationManager = 191 notificationManager.notify(notificationId, repliedNotification);
|
/frameworks/base/docs/html/training/wearables/notifications/ |
D | stacks.jd | 55 NotificationManagerCompat notificationManager = 57 notificationManager.notify(notificationId1, notif); 74 notificationManager.notify(notificationId2, notif2); 112 notificationManager.notify(notificationId3, summaryNotification);
|
D | pages.jd | 69 notificationManager = 71 notificationManager.notify(notificationId, notification);
|
D | creating.jd | 80 NotificationManagerCompat notificationManager = 84 notificationManager.notify(notificationId, notificationBuilder.build()); 296 NotificationManagerCompat notificationManager = 300 notificationManager.notify(notificationId, notif);
|
D | voice-input.jd | 135 NotificationManagerCompat notificationManager = 137 notificationManager.notify(notificationId, notification);
|
/frameworks/base/location/java/com/android/internal/location/ |
D | GpsNetInitiatedHandler.java | 356 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/ |
D | notification-updates.jd | 113 NotificationManager notificationManager = 115 notificationManager.notify(notificationId, notification);
|
/frameworks/base/docs/html-intl/intl/zh-tw/preview/features/ |
D | notification-updates.jd | 113 NotificationManager notificationManager = 115 notificationManager.notify(notificationId, notification);
|
/frameworks/base/docs/html-intl/intl/in/preview/features/ |
D | notification-updates.jd | 114 NotificationManager notificationManager = 116 notificationManager.notify(notificationId, newMessageNotification); 189 NotificationManager notificationManager = 191 notificationManager.notify(notificationId, repliedNotification);
|
/frameworks/base/services/core/java/com/android/server/connectivity/ |
D | Tethering.java | 706 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/ |
D | notification-updates.jd | 116 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/ |
D | notification-updates.jd | 112 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/ |
D | DpmMockContext.java | 255 public final NotificationManager notificationManager; field in DpmMockContext 290 notificationManager = mock(NotificationManager.class); in DpmMockContext()
|
D | DevicePolicyManagerServiceTestable.java | 152 return context.notificationManager; in getNotificationManager()
|
/frameworks/base/docs/html-intl/intl/es/preview/features/ |
D | notification-updates.jd | 114 NotificationManager notificationManager = 116 notificationManager.notify(notificationId, newMessageNotification); 189 NotificationManager notificationManager = 191 notificationManager.notify(notificationId, repliedNotification);
|
/frameworks/base/services/core/java/com/android/server/pm/ |
D | PackageInstallerService.java | 986 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/ |
D | ImsPhone.java | 1444 NotificationManager notificationManager = 1447 notificationManager.notify(notificationTag, notificationId,
|
/frameworks/base/docs/html-intl/intl/vi/preview/features/ |
D | notification-updates.jd | 113 NotificationManager notificationManager = 115 notificationManager.notify(notificationId, notification);
|