Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
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()
/frameworks/base/core/java/android/app/smartspace/
DSmartspaceTarget.java140 private final RemoteViews mRemoteViews; field in SmartspaceTarget
298 this.mRemoteViews = in.readTypedObject(RemoteViews.CREATOR); in SmartspaceTarget()
328 mRemoteViews = remoteViews; in SmartspaceTarget()
478 return mRemoteViews; in getRemoteViews()
517 dest.writeTypedObject(this.mRemoteViews, flags); in writeToParcel()
546 + ", mRemoteViews=" + mRemoteViews in toString()
574 && Objects.equals(mRemoteViews, that.mRemoteViews); in equals()
582 mAssociatedSmartspaceTargetId, mSliceUri, mWidget, mTemplateData, mRemoteViews); in hashCode()
612 private RemoteViews mRemoteViews; field in SmartspaceTarget.Builder
758 if (mRemoteViews != null) { in setWidget()
[all …]
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/people/
DPeopleProviderTest.java75 private RemoteViews mRemoteViews; field in PeopleProviderTest
95 .thenReturn(mRemoteViews); in setUp()
/frameworks/base/packages/SystemUI/src/com/android/systemui/people/
DPeopleTileViewHelper.java273 return createDndRemoteViews().mRemoteViews; in getViewForTile()
1384 final RemoteViews mRemoteViews; field in PeopleTileViewHelper.RemoteViewsAndSizes
1388 mRemoteViews = remoteViews; in RemoteViewsAndSizes()