Searched refs:mLiveNotifications (Results 1 – 2 of 2) sorted by relevance
98 protected ArrayMap<String, NotificationEntry> mLiveNotifications = new ArrayMap<>(); field in Assistant307 mLiveNotifications.put(sbn.getKey(), entry);323 String channelId = mLiveNotifications.remove(sbn.getKey()).getChannel().getId(); in onNotificationRemoved()376 NotificationEntry entry = mLiveNotifications.get(key); in onNotificationExpansionChanged()
460 assertTrue(mAssistant.mLiveNotifications.containsKey(sbn.getKey())); in testTrimLiveNotifications()465 assertFalse(mAssistant.mLiveNotifications.containsKey(sbn.getKey())); in testTrimLiveNotifications()