Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/people/widget/
DPeopleSpaceWidgetManagerTest.java779 PeopleSpaceTile tileWithMissedCallOrigin = mManager.mTiles.get(WIDGET_ID_WITH_SHORTCUT); in testUpdateMissedCallNotificationWithContentPostedIfMatchingUriTile() local
780 assertThat(tileWithMissedCallOrigin.getNotificationKey()).isEqualTo(NOTIFICATION_KEY); in testUpdateMissedCallNotificationWithContentPostedIfMatchingUriTile()
781 assertThat(tileWithMissedCallOrigin.getNotificationContent()).isEqualTo( in testUpdateMissedCallNotificationWithContentPostedIfMatchingUriTile()
814 PeopleSpaceTile tileWithMissedCallOrigin = mManager.mTiles.get(WIDGET_ID_WITH_SHORTCUT); in testRemoveMissedCallNotificationWithContentPostedIfMatchingUriTile() local
815 assertThat(tileWithMissedCallOrigin.getNotificationKey()).isEqualTo(null); in testRemoveMissedCallNotificationWithContentPostedIfMatchingUriTile()
816 assertThat(tileWithMissedCallOrigin.getNotificationContent()).isEqualTo(null); in testRemoveMissedCallNotificationWithContentPostedIfMatchingUriTile()
853 PeopleSpaceTile tileWithMissedCallOrigin = mManager.mTiles.get(WIDGET_ID_WITH_SHORTCUT); in testUpdateMissedCallNotificationWithContentPostedIfMatchingUriTileFromSender() local
854 assertThat(tileWithMissedCallOrigin.getNotificationKey()).isEqualTo(NOTIFICATION_KEY); in testUpdateMissedCallNotificationWithContentPostedIfMatchingUriTileFromSender()
855 assertThat(tileWithMissedCallOrigin.getNotificationContent()).isEqualTo( in testUpdateMissedCallNotificationWithContentPostedIfMatchingUriTileFromSender()
898 PeopleSpaceTile tileWithMissedCallOrigin = mManager.mTiles.get(WIDGET_ID_WITH_SHORTCUT); in testDoNotUpdateMissedCallNotificationWithContentPostedIfNoPersonsAttached() local
[all …]