Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
DNotifRemoteViewCacheImplTest.java73 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()
DNotificationContentInflaterTest.java296 verify(mCache).putCachedView( in testInflationCachesCreatedRemoteView()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationContentInflater.java574 remoteViewCache.putCachedView(entry, FLAG_CONTENT_VIEW_CONTRACTED, in finishIfDone()
579 remoteViewCache.putCachedView(entry, FLAG_CONTENT_VIEW_CONTRACTED, in finishIfDone()
587 remoteViewCache.putCachedView(entry, FLAG_CONTENT_VIEW_EXPANDED, in finishIfDone()
593 remoteViewCache.putCachedView(entry, FLAG_CONTENT_VIEW_EXPANDED, in finishIfDone()
608 remoteViewCache.putCachedView(entry, FLAG_CONTENT_VIEW_HEADS_UP, in finishIfDone()
614 remoteViewCache.putCachedView(entry, FLAG_CONTENT_VIEW_HEADS_UP, in finishIfDone()
628 remoteViewCache.putCachedView(entry, FLAG_CONTENT_VIEW_PUBLIC, in finishIfDone()
631 remoteViewCache.putCachedView(entry, FLAG_CONTENT_VIEW_PUBLIC, in finishIfDone()
DNotifRemoteViewCache.java56 void putCachedView( in putCachedView() method
DNotifRemoteViewCacheImpl.java61 public void putCachedView( in putCachedView() method in NotifRemoteViewCacheImpl