Searched refs:WIDGET_ID_WITH_SAME_URI (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/people/widget/ |
D | PeopleSpaceWidgetManagerTest.java | 161 private static final int WIDGET_ID_WITH_SAME_URI = 5; field in PeopleSpaceWidgetManagerTest 217 String.valueOf(WIDGET_ID_14), String.valueOf(WIDGET_ID_WITH_SAME_URI), 291 addTileForWidget(PERSON_TILE_WITH_SAME_URI, WIDGET_ID_WITH_SAME_URI); in setUp() 766 {WIDGET_ID_WITH_SHORTCUT, WIDGET_ID_WITHOUT_SHORTCUT, WIDGET_ID_WITH_SAME_URI}; in testUpdateMissedCallNotificationWithContentPostedIfMatchingUriTile() 785 PeopleSpaceTile tileWithSameUri = mManager.mTiles.get(WIDGET_ID_WITH_SAME_URI); in testUpdateMissedCallNotificationWithContentPostedIfMatchingUriTile() 788 verify(mAppWidgetManager, times(1)).updateAppWidget(eq(WIDGET_ID_WITH_SAME_URI), in testUpdateMissedCallNotificationWithContentPostedIfMatchingUriTile() 796 {WIDGET_ID_WITH_SHORTCUT, WIDGET_ID_WITHOUT_SHORTCUT, WIDGET_ID_WITH_SAME_URI}; in testRemoveMissedCallNotificationWithContentPostedIfMatchingUriTile() 819 PeopleSpaceTile tileWithSameUri = mManager.mTiles.get(WIDGET_ID_WITH_SAME_URI); in testRemoveMissedCallNotificationWithContentPostedIfMatchingUriTile() 822 verify(mAppWidgetManager, times(2)).updateAppWidget(eq(WIDGET_ID_WITH_SAME_URI), in testRemoveMissedCallNotificationWithContentPostedIfMatchingUriTile() 830 {WIDGET_ID_WITH_SHORTCUT, WIDGET_ID_WITHOUT_SHORTCUT, WIDGET_ID_WITH_SAME_URI}; in testUpdateMissedCallNotificationWithContentPostedIfMatchingUriTileFromSender() [all …]
|