Home
last modified time | relevance | path

Searched refs:mRemoteViews (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
H A DNotifRemoteViewCacheImplTest.java54 @Mock private RemoteViews mRemoteViews; field in NotifRemoteViewCacheImplTest
73 mNotifRemoteViewCache.putCachedView(mEntry, FLAG_CONTENT_VIEW_CONTRACTED, mRemoteViews); in testPutCachedView()
79 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()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/people/
H A DPeopleProviderTest.java75 private RemoteViews mRemoteViews; field in PeopleProviderTest
95 .thenReturn(mRemoteViews); in setUp()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/people/
H A DPeopleTileViewHelper.java267 return createDndRemoteViews().mRemoteViews; in getViewForTile()
1378 final RemoteViews mRemoteViews; field in PeopleTileViewHelper.RemoteViewsAndSizes
1382 mRemoteViews = remoteViews; in RemoteViewsAndSizes()