Home
last modified time | relevance | path

Searched refs:mLiveNotifications (Results 1 – 2 of 2) sorted by relevance

/packages/modules/ExtServices/src/android/ext/services/notification/
DAssistant.java98 protected ArrayMap<String, NotificationEntry> mLiveNotifications = new ArrayMap<>(); field in Assistant
307 mLiveNotifications.put(sbn.getKey(), entry);
323 String channelId = mLiveNotifications.remove(sbn.getKey()).getChannel().getId(); in onNotificationRemoved()
376 NotificationEntry entry = mLiveNotifications.get(key); in onNotificationExpansionChanged()
/packages/modules/ExtServices/tests/src/android/ext/services/notification/
DAssistantTest.java460 assertTrue(mAssistant.mLiveNotifications.containsKey(sbn.getKey())); in testTrimLiveNotifications()
465 assertFalse(mAssistant.mLiveNotifications.containsKey(sbn.getKey())); in testTrimLiveNotifications()