Searched refs:NotificationInfo (Results 1 – 8 of 8) sorted by relevance
/packages/apps/Dialer/java/com/android/incallui/ |
D | ExternalCallNotifier.java | 78 private Map<Call, NotificationInfo> notifications = new ArrayMap<>(); 96 NotificationInfo info = new NotificationInfo(call, nextUniqueNotificationId++); in onExternalCallAdded() 133 for (NotificationInfo info : notifications.values()) { in pullExternalCall() 146 private void showNotifcation(final NotificationInfo info) { in showNotifcation() 202 private void savePhoto(NotificationInfo info, ContactInfoCache.ContactCacheEntry entry) { in savePhoto() 215 private void saveContactInfo(NotificationInfo info, ContactInfoCache.ContactCacheEntry entry) { in saveContactInfo() 222 private void postNotification(NotificationInfo info) { in postNotification() 399 private static class NotificationInfo { class in ExternalCallNotifier 407 public NotificationInfo(@NonNull Call call, int notificationId) { in NotificationInfo() method in ExternalCallNotifier.NotificationInfo
|
/packages/apps/Launcher3/src/com/android/launcher3/notification/ |
D | NotificationItemView.java | 56 private List<NotificationInfo> mNotificationInfos = new ArrayList<>(); 147 public void applyNotificationInfos(final List<NotificationInfo> notificationInfos) { in applyNotificationInfos() 154 NotificationInfo mainNotification = notificationInfos.get(0); in applyNotificationInfos() 159 NotificationInfo currentMainNotificationInfo = mMainView.getNotificationInfo(); in trimNotifications() 165 NotificationInfo nextNotification = null; in trimNotifications()
|
D | NotificationMainView.java | 65 private NotificationInfo mNotificationInfo; 131 public void applyNotificationInfo(NotificationInfo mainNotification, boolean animate) { in applyNotificationInfo() 166 public NotificationInfo getNotificationInfo() { in getNotificationInfo()
|
D | NotificationInfo.java | 46 public class NotificationInfo implements View.OnClickListener { class 64 public NotificationInfo(Context context, StatusBarNotification statusBarNotification, in NotificationInfo() method in NotificationInfo
|
/packages/apps/Launcher3/src/com/android/launcher3/popup/ |
D | PopupPopulator.java | 34 import com.android.launcher3.notification.NotificationInfo; 142 final List<NotificationInfo> infos; in createUpdateRunnable() 147 .map(sbn -> new NotificationInfo(launcher, sbn, originalInfo)) in createUpdateRunnable()
|
D | PopupContainerWithArrow.java | 61 import com.android.launcher3.notification.NotificationInfo; 357 public void applyNotificationInfos(List<NotificationInfo> notificationInfos) { in applyNotificationInfos()
|
/packages/apps/Calendar/src/com/android/calendar/alerts/ |
D | AlertService.java | 161 static class NotificationInfo { class in AlertService 171 NotificationInfo(String eventName, String location, String description, long startMillis, in NotificationInfo() method in AlertService.NotificationInfo
|
/packages/apps/Launcher3/src/com/android/launcher3/dot/ |
D | DotInfo.java | 21 import com.android.launcher3.notification.NotificationInfo;
|