Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/people/widget/
DPeopleSpaceWidgetManagerTest.java157 private static final int WIDGET_ID_WITH_SHORTCUT = 1; field in PeopleSpaceWidgetManagerTest
214 String.valueOf(WIDGET_ID_8), String.valueOf(WIDGET_ID_WITH_SHORTCUT),
222 String.valueOf(WIDGET_ID_WITH_SHORTCUT), String.valueOf(WIDGET_ID_WITH_KEY_IN_OPTIONS),
224 String.valueOf(WIDGET_ID_WITH_KEY_IN_OPTIONS), String.valueOf(WIDGET_ID_WITH_SHORTCUT)
290 addTileForWidget(PERSON_TILE, WIDGET_ID_WITH_SHORTCUT); in setUp()
305 int[] widgetIdsArray = {WIDGET_ID_WITH_SHORTCUT}; in setUp()
530 int[] widgetIdsArray = {WIDGET_ID_WITH_SHORTCUT, WIDGET_ID_WITHOUT_SHORTCUT}; in testDoNotUpdateNotificationPostedIfDifferentShortcutId()
546 int[] widgetIdsArray = {WIDGET_ID_WITH_SHORTCUT, WIDGET_ID_WITHOUT_SHORTCUT}; in testDoNotUpdateNotificationPostedIfDifferentPackageName()
565 int[] widgetIdsArray = {WIDGET_ID_WITH_SHORTCUT, WIDGET_ID_WITHOUT_SHORTCUT}; in testDoNotUpdateNotificationRemovedIfDifferentShortcutId()
583 int[] widgetIdsArray = {WIDGET_ID_WITH_SHORTCUT, WIDGET_ID_WITHOUT_SHORTCUT}; in testDoNotUpdateNotificationRemovedIfDifferentPackageName()
[all …]
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/people/
DPeopleSpaceUtilsTest.java88 private static final int WIDGET_ID_WITH_SHORTCUT = 1; field in PeopleSpaceUtilsTest
208 int[] widgetIdsArray = {WIDGET_ID_WITH_SHORTCUT, WIDGET_ID_WITHOUT_SHORTCUT}; in setUp()
212 when(mAppWidgetManager.getAppWidgetOptions(eq(WIDGET_ID_WITH_SHORTCUT))) in setUp()
384 int[] widgetIdsArray = {WIDGET_ID_WITH_SHORTCUT}; in testDoNotUpdateSingleConversationAppWidgetWhenNotBirthday()
391 Map<Integer, PeopleSpaceTile> widgetIdToTile = Map.of(WIDGET_ID_WITH_SHORTCUT, in testDoNotUpdateSingleConversationAppWidgetWhenNotBirthday()
398 eq(WIDGET_ID_WITH_SHORTCUT), in testDoNotUpdateSingleConversationAppWidgetWhenNotBirthday()
404 int[] widgetIdsArray = {WIDGET_ID_WITH_SHORTCUT}; in testUpdateSingleConversationAppWidgetWithoutPersonContactUriToRemoveBirthday()
411 Map<Integer, PeopleSpaceTile> widgetIdToTile = Map.of(WIDGET_ID_WITH_SHORTCUT, in testUpdateSingleConversationAppWidgetWithoutPersonContactUriToRemoveBirthday()
419 eq(WIDGET_ID_WITH_SHORTCUT), in testUpdateSingleConversationAppWidgetWithoutPersonContactUriToRemoveBirthday()
425 int[] widgetIdsArray = {WIDGET_ID_WITH_SHORTCUT}; in testUpdateSingleConversationAppWidgetToRemoveBirthdayWhenNoLongerBirthday()
[all …]