Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/people/widget/
DPeopleSpaceWidgetManagerTest.java169 private static final String OTHER_SHORTCUT_ID = "102"; field in PeopleSpaceWidgetManagerTest
195 .Builder(OTHER_SHORTCUT_ID, "username", ICON, new Intent())
424 OTHER_SHORTCUT_ID, /* isMessagingStyle = */ false, /* isMissedCall = */ false); in testDoNotUpdateAppWidgetIfNoWidgets()
534 OTHER_SHORTCUT_ID, /* isMessagingStyle = */ true, /* isMissedCall = */ false); in testDoNotUpdateNotificationPostedIfDifferentShortcutId()
569 OTHER_SHORTCUT_ID, /* isMessagingStyle = */ true, /* isMissedCall = */ false); in testDoNotUpdateNotificationRemovedIfDifferentShortcutId()
607 ConversationStatus status1 = new ConversationStatus.Builder(OTHER_SHORTCUT_ID, in testDoNotUpdateStatusPostedIfDifferentShortcutId()
609 ConversationStatus status2 = new ConversationStatus.Builder(OTHER_SHORTCUT_ID, in testDoNotUpdateStatusPostedIfDifferentShortcutId()
612 new PeopleTileKey(OTHER_SHORTCUT_ID, 0, TEST_PACKAGE_A), in testDoNotUpdateStatusPostedIfDifferentShortcutId()
1033 OTHER_SHORTCUT_ID); in testAddThenReconfigureWidgetsUpdatesStorageCacheAndListeners()
1037 eq(OTHER_SHORTCUT_ID), any(), in testAddThenReconfigureWidgetsUpdatesStorageCacheAndListeners()
[all …]