Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/people/
DPeopleTileViewHelperTest.java104 private static final PeopleSpaceTile PERSON_TILE = field in PeopleTileViewHelperTest
124 .Builder(PERSON_TILE.getId(), ACTIVITY_GAME)
129 .Builder(PERSON_TILE.getId(), ACTIVITY_NEW_STORY)
166 mPeopleTileViewHelper = getPeopleTileViewHelper(PERSON_TILE); in setUp()
529 Arrays.asList(new ConversationStatus.Builder(PERSON_TILE.getId(), in testCreateRemoteViewsWithStatusTemplateWithImageOnMediumAndLarge()
579 PeopleSpaceTile tile = PERSON_TILE.toBuilder() in testCreateRemoteViewsWithPackageSuspended()
590 PeopleTileViewHelper helper = spy(getPeopleTileViewHelper(PERSON_TILE)); in testCreateRemoteViewsWithNotificationContent()
600 PeopleTileViewHelper helper = spy(getPeopleTileViewHelper(PERSON_TILE)); in testCreateRemoteViewsWithInvalidNotificationContent()
611 PeopleSpaceTile tile = PERSON_TILE.toBuilder() in testCreateRemoteViewsWithUserQuieted()
622 PeopleSpaceTile tileWithDndBlocking = PERSON_TILE.toBuilder() in testCreateRemoteViewsWithDndBlocking()
[all …]
DPeopleSpaceUtilsTest.java112 private static final PeopleSpaceTile PERSON_TILE = field in PeopleSpaceUtilsTest
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/people/widget/
DPeopleSpaceWidgetManagerTest.java182 private static final PeopleSpaceTile PERSON_TILE = field in PeopleSpaceWidgetManagerTest
290 addTileForWidget(PERSON_TILE, WIDGET_ID_WITH_SHORTCUT); in setUp()
913 addTileForWidget(PERSON_TILE, WIDGET_ID_WITH_SHORTCUT); in testDoNotUpdateMissedCallNotificationWithContentPostedIfNotMatchingUriTile()
1003 mManager.addNewWidget(WIDGET_ID_WITH_SHORTCUT, new PeopleTileKey(PERSON_TILE)); in testAddThenReconfigureWidgetsUpdatesStorageCacheAndListeners()
1010 PERSON_TILE.getId()); in testAddThenReconfigureWidgetsUpdatesStorageCacheAndListeners()
1028 eq(Arrays.asList(PERSON_TILE.getId())), eq(UserHandle.of(0)), in testAddThenReconfigureWidgetsUpdatesStorageCacheAndListeners()
1636 addTileForWidget(PERSON_TILE, SECOND_WIDGET_ID_WITH_SHORTCUT); in addSecondWidgetForPersonTile()