Searched refs:addTileForWidget (Results 1 – 1 of 1) sorted by relevance
290 addTileForWidget(PERSON_TILE, WIDGET_ID_WITH_SHORTCUT); in setUp()291 addTileForWidget(PERSON_TILE_WITH_SAME_URI, WIDGET_ID_WITH_SAME_URI); in setUp()913 addTileForWidget(PERSON_TILE, WIDGET_ID_WITH_SHORTCUT); in testDoNotUpdateMissedCallNotificationWithContentPostedIfNotMatchingUriTile()914 addTileForWidget(PERSON_TILE_WITH_SAME_URI.toBuilder().setContactUri( in testDoNotUpdateMissedCallNotificationWithContentPostedIfNotMatchingUriTile()1636 addTileForWidget(PERSON_TILE, SECOND_WIDGET_ID_WITH_SHORTCUT); in addSecondWidgetForPersonTile()1642 private void addTileForWidget(PeopleSpaceTile tile, int widgetId) throws Exception { in addTileForWidget() method in PeopleSpaceWidgetManagerTest