Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/people/
DPeopleTileViewHelperTest.java179 RemoteViews largeView = getPeopleTileViewHelper( in testCreateRemoteViewsWithLastInteractionTimeUnderOneDayHidden() local
181 View largeResult = largeView.apply(mContext, null); in testCreateRemoteViewsWithLastInteractionTimeUnderOneDayHidden()
262 RemoteViews largeView = getPeopleTileViewHelper( in testCreateRemoteViewsWithLastInteractionTime() local
264 View largeResult = largeView.apply(mContext, null); in testCreateRemoteViewsWithLastInteractionTime()
335 RemoteViews largeView = getPeopleTileViewHelper(tileWithAvailabilityAndNewStory).getViews(); in testCreateRemoteViewsWithGameTypeOnlyIsIgnored() local
336 View largeResult = largeView.apply(mContext, null); in testCreateRemoteViewsWithGameTypeOnlyIsIgnored()
416 RemoteViews largeView = getPeopleTileViewHelper(tileWithStatusTemplate).getViews(); in testCreateRemoteViewsWithBirthdayTypeOnlyIsNotIgnored() local
417 View largeResult = largeView.apply(mContext, null); in testCreateRemoteViewsWithBirthdayTypeOnlyIsNotIgnored()
501 RemoteViews largeView = getPeopleTileViewHelper(tileWithStatusTemplate).getViews(); in testCreateRemoteViewsWithStatusTemplate() local
502 View largeResult = largeView.apply(mContext, null); in testCreateRemoteViewsWithStatusTemplate()
[all …]