Home
last modified time | relevance | path

Searched refs:removeCachedView (Results 1 – 5 of 5) sorted by relevance

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DNotificationContentInflater.java214 mRemoteViewCache.removeCachedView(entry, FLAG_CONTENT_VIEW_CONTRACTED); in freeNotificationView()
220 mRemoteViewCache.removeCachedView(entry, FLAG_CONTENT_VIEW_EXPANDED); in freeNotificationView()
226 mRemoteViewCache.removeCachedView(entry, FLAG_CONTENT_VIEW_HEADS_UP); in freeNotificationView()
233 mRemoteViewCache.removeCachedView(entry, FLAG_CONTENT_VIEW_PUBLIC); in freeNotificationView()
603 remoteViewCache.removeCachedView(entry, FLAG_CONTENT_VIEW_EXPANDED); in finishIfDone()
625 remoteViewCache.removeCachedView(entry, FLAG_CONTENT_VIEW_HEADS_UP); in finishIfDone()
H A DNotifRemoteViewCache.java67 void removeCachedView(NotificationEntry entry, @InflationFlag int flag); in removeCachedView() method
H A DNotifRemoteViewCacheImpl.java78 public void removeCachedView(NotificationEntry entry, @InflationFlag int flag) { in removeCachedView() method in NotifRemoteViewCacheImpl
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
H A DNotifRemoteViewCacheImplTest.java89 mNotifRemoteViewCache.removeCachedView(mEntry, FLAG_CONTENT_VIEW_CONTRACTED); in testRemoveCachedView()
H A DNotificationContentInflaterTest.java330 verify(mCache).removeCachedView( in testUnbindRemovesCachedRemoteView()