Searched refs:putCachedView (Results 1 – 7 of 7) sorted by relevance
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/ |
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()
|
D | NotificationContentInflaterTest.java | 335 verify(mCache).putCachedView( in testInflationCachesCreatedRemoteView()
|
D | NotificationRowContentBinderImplTest.kt | 379 .putCachedView( in <lambda>()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ |
D | NotificationContentInflater.java | 882 remoteViewCache.putCachedView(entry, FLAG_CONTENT_VIEW_CONTRACTED, 887 remoteViewCache.putCachedView(entry, FLAG_CONTENT_VIEW_CONTRACTED, 896 remoteViewCache.putCachedView(entry, FLAG_CONTENT_VIEW_EXPANDED, 902 remoteViewCache.putCachedView(entry, FLAG_CONTENT_VIEW_EXPANDED, 918 remoteViewCache.putCachedView(entry, FLAG_CONTENT_VIEW_HEADS_UP, 924 remoteViewCache.putCachedView(entry, FLAG_CONTENT_VIEW_HEADS_UP, 961 remoteViewCache.putCachedView(entry, FLAG_CONTENT_VIEW_PUBLIC, 964 remoteViewCache.putCachedView(entry, FLAG_CONTENT_VIEW_PUBLIC, 976 remoteViewCache.putCachedView(entry, FLAG_GROUP_SUMMARY_HEADER, 981 remoteViewCache.putCachedView(entry, FLAG_GROUP_SUMMARY_HEADER, [all …]
|
D | NotifRemoteViewCache.java | 56 void putCachedView( in putCachedView() method
|
D | NotificationRowContentBinderImpl.kt | 1369 remoteViewCache.putCachedView( in <lambda>() 1377 remoteViewCache.putCachedView( in <lambda>() 1387 remoteViewCache.putCachedView( in <lambda>() 1396 remoteViewCache.putCachedView( in <lambda>() 1414 remoteViewCache.putCachedView( in <lambda>() 1423 remoteViewCache.putCachedView( in <lambda>() 1454 remoteViewCache.putCachedView( in <lambda>() 1460 remoteViewCache.putCachedView( in <lambda>() 1474 remoteViewCache.putCachedView( in <lambda>() 1482 remoteViewCache.putCachedView( in <lambda>() [all …]
|
D | NotifRemoteViewCacheImpl.java | 61 public void putCachedView( in putCachedView() method in NotifRemoteViewCacheImpl
|