Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DNotificationManagerServiceTest.java291 private static final String VALID_CONVO_SHORTCUT_ID = "shortcut"; field in NotificationManagerServiceTest
565 when(info.getId()).thenReturn(VALID_CONVO_SHORTCUT_ID); in setUp()
856 .setShortcutId(VALID_CONVO_SHORTCUT_ID) in getMessageStyleNotifBuilder()
7271 new Notification.BubbleMetadata.Builder(VALID_CONVO_SHORTCUT_ID).build(); in testNotificationBubbles_flagRemoved_whenShortcutRemoved()
7274 nb.setShortcutId(VALID_CONVO_SHORTCUT_ID); in testNotificationBubbles_flagRemoved_whenShortcutRemoved()
7296 anyInt(), any(), eq(PKG), eq(Collections.singletonList(VALID_CONVO_SHORTCUT_ID)), in testNotificationBubbles_flagRemoved_whenShortcutRemoved()