Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/people/widget/
DPeopleSpaceWidgetManagerTest.java290 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