Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/people/widget/
DPeopleSpaceWidgetManagerTest.java159 private static final int WIDGET_ID_WITHOUT_SHORTCUT = 2; field in PeopleSpaceWidgetManagerTest
215 String.valueOf(WIDGET_ID_9), String.valueOf(WIDGET_ID_WITHOUT_SHORTCUT),
223 String.valueOf(WIDGET_ID_WITHOUT_SHORTCUT), String.valueOf(WIDGET_ID_WITHOUT_SHORTCUT),
292 when(mAppWidgetManager.getAppWidgetOptions(eq(WIDGET_ID_WITHOUT_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()
604 int[] widgetIdsArray = {WIDGET_ID_WITH_SHORTCUT, WIDGET_ID_WITHOUT_SHORTCUT}; in testDoNotUpdateStatusPostedIfDifferentShortcutId()
623 int[] widgetIdsArray = {WIDGET_ID_WITH_SHORTCUT, WIDGET_ID_WITHOUT_SHORTCUT}; in testUpdateStatusPostedIfExistingTile()
[all …]
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/people/
DPeopleSpaceUtilsTest.java89 private static final int WIDGET_ID_WITHOUT_SHORTCUT = 2; field in PeopleSpaceUtilsTest
208 int[] widgetIdsArray = {WIDGET_ID_WITH_SHORTCUT, WIDGET_ID_WITHOUT_SHORTCUT}; in setUp()
214 when(mAppWidgetManager.getAppWidgetOptions(eq(WIDGET_ID_WITHOUT_SHORTCUT))) in setUp()