Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/people/
DPeopleTileViewHelperTest.java166 mPeopleTileViewHelper = getPeopleTileViewHelper(PERSON_TILE); in setUp()
171 RemoteViews views = getPeopleTileViewHelper(PERSON_TILE_WITHOUT_NOTIFICATION).getViews(); in testCreateRemoteViewsWithLastInteractionTimeUnderOneDayHidden()
179 RemoteViews largeView = getPeopleTileViewHelper( in testCreateRemoteViewsWithLastInteractionTimeUnderOneDayHidden()
216 RemoteViews views = getPeopleTileViewHelper(tileWithLastInteraction).getViews(); in testCreateRemoteViewsWithLastInteractionTime()
233 RemoteViews smallView = getPeopleTileViewHelper(tileWithLastInteraction).getViews(); in testCreateRemoteViewsWithLastInteractionTime()
245 RemoteViews smallViewHorizontal = getPeopleTileViewHelper( in testCreateRemoteViewsWithLastInteractionTime()
262 RemoteViews largeView = getPeopleTileViewHelper( in testCreateRemoteViewsWithLastInteractionTime()
288 RemoteViews views = getPeopleTileViewHelper(tileWithAvailabilityAndNewStory).getViews(); in testCreateRemoteViewsWithGameTypeOnlyIsIgnored()
305 RemoteViews smallView = getPeopleTileViewHelper(tileWithAvailabilityAndNewStory).getViews(); in testCreateRemoteViewsWithGameTypeOnlyIsIgnored()
318 RemoteViews smallViewHorizontal = getPeopleTileViewHelper( in testCreateRemoteViewsWithGameTypeOnlyIsIgnored()
[all …]