Searched refs:putCachedView (Results 1 – 5 of 5) sorted by relevance
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/ |
H A D | NotifRemoteViewCacheImplTest.java | 73 mNotifRemoteViewCache.putCachedView(mEntry, FLAG_CONTENT_VIEW_CONTRACTED, mRemoteViews); in testPutCachedView() 86 mNotifRemoteViewCache.putCachedView(mEntry, FLAG_CONTENT_VIEW_CONTRACTED, mRemoteViews); in testRemoveCachedView() 98 mNotifRemoteViewCache.putCachedView(mEntry, FLAG_CONTENT_VIEW_CONTRACTED, mRemoteViews); in testClearCache() 99 mNotifRemoteViewCache.putCachedView(mEntry, FLAG_CONTENT_VIEW_EXPANDED, mRemoteViews); in testClearCache()
|
H A D | NotificationContentInflaterTest.java | 318 verify(mCache).putCachedView( in testInflationCachesCreatedRemoteView()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ |
H A D | NotificationContentInflater.java | 585 remoteViewCache.putCachedView(entry, FLAG_CONTENT_VIEW_CONTRACTED, in finishIfDone() 590 remoteViewCache.putCachedView(entry, FLAG_CONTENT_VIEW_CONTRACTED, in finishIfDone() 599 remoteViewCache.putCachedView(entry, FLAG_CONTENT_VIEW_EXPANDED, in finishIfDone() 605 remoteViewCache.putCachedView(entry, FLAG_CONTENT_VIEW_EXPANDED, in finishIfDone() 621 remoteViewCache.putCachedView(entry, FLAG_CONTENT_VIEW_HEADS_UP, in finishIfDone() 627 remoteViewCache.putCachedView(entry, FLAG_CONTENT_VIEW_HEADS_UP, in finishIfDone() 645 remoteViewCache.putCachedView(entry, FLAG_CONTENT_VIEW_PUBLIC, in finishIfDone() 648 remoteViewCache.putCachedView(entry, FLAG_CONTENT_VIEW_PUBLIC, in finishIfDone()
|
H A D | NotifRemoteViewCache.java | 56 void putCachedView( in putCachedView() method
|
H A D | NotifRemoteViewCacheImpl.java | 61 public void putCachedView( in putCachedView() method in NotifRemoteViewCacheImpl
|