Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/people/widget/
DPeopleSpaceWidgetManagerTest.java785 PeopleSpaceTile tileWithSameUri = mManager.mTiles.get(WIDGET_ID_WITH_SAME_URI); in testUpdateMissedCallNotificationWithContentPostedIfMatchingUriTile() local
786 assertThat(tileWithSameUri.getNotificationKey()).isEqualTo(NOTIFICATION_KEY); in testUpdateMissedCallNotificationWithContentPostedIfMatchingUriTile()
787 assertThat(tileWithSameUri.getNotificationContent()).isEqualTo(NOTIFICATION_CONTENT_1); in testUpdateMissedCallNotificationWithContentPostedIfMatchingUriTile()
819 PeopleSpaceTile tileWithSameUri = mManager.mTiles.get(WIDGET_ID_WITH_SAME_URI); in testRemoveMissedCallNotificationWithContentPostedIfMatchingUriTile() local
820 assertThat(tileWithSameUri.getNotificationKey()).isEqualTo(null); in testRemoveMissedCallNotificationWithContentPostedIfMatchingUriTile()
821 assertThat(tileWithSameUri.getNotificationContent()).isEqualTo(null); in testRemoveMissedCallNotificationWithContentPostedIfMatchingUriTile()
859 PeopleSpaceTile tileWithSameUri = mManager.mTiles.get(WIDGET_ID_WITH_SAME_URI); in testUpdateMissedCallNotificationWithContentPostedIfMatchingUriTileFromSender() local
860 assertThat(tileWithSameUri.getNotificationKey()).isEqualTo(NOTIFICATION_KEY); in testUpdateMissedCallNotificationWithContentPostedIfMatchingUriTileFromSender()
861 assertThat(tileWithSameUri.getNotificationContent()).isEqualTo(NOTIFICATION_CONTENT_1); in testUpdateMissedCallNotificationWithContentPostedIfMatchingUriTileFromSender()