Searched refs:SHARE_SHORTCUT_ID (Results 1 – 4 of 4) sorted by relevance
59 private static final String SHARE_SHORTCUT_ID = "shareShortcut"; field in PeopleManagerTest87 personChannel.setConversationId(NOTIFICATION_CHANNEL_ID, SHARE_SHORTCUT_ID); in setUp()124 ShortcutInfo shortcut = new ShortcutInfo.Builder(mContext, SHARE_SHORTCUT_ID) in createDynamicShortcut()125 .setShortLabel(SHARE_SHORTCUT_ID) in createDynamicShortcut()147 mShortcutManager.removeLongLivedShortcuts(Collections.singletonList(SHARE_SHORTCUT_ID)); in deleteShortcuts()156 .setShortcutId(SHARE_SHORTCUT_ID) in getConversationNotification()170 mPeopleManager.isConversation(mContext.getPackageName(), SHARE_SHORTCUT_ID); in testIsConversationWithoutPermission() local184 mContext.getPackageName(), SHARE_SHORTCUT_ID)); in testIsConversationWithPermission() local187 mContext.getPackageName(), SHARE_SHORTCUT_ID + 1)); in testIsConversationWithPermission() local200 mPeopleManager.addOrUpdateStatus(SHARE_SHORTCUT_ID, cs); in testAddOrUpdateStatus_withExpiration()[all …]
43 private static final String SHARE_SHORTCUT_ID = "shareShortcut"; field in SendBubbleActivity128 .setShortcutId(SHARE_SHORTCUT_ID) in sendBubble()156 return new Notification.BubbleMetadata.Builder(SHARE_SHORTCUT_ID) in getBubbleMetadata()
189 private static final String SHARE_SHORTCUT_ID = "shareShortcut"; field in NotificationManagerTest845 ShortcutInfo shortcut = new ShortcutInfo.Builder(mContext, SHARE_SHORTCUT_ID) in createDynamicShortcut()846 .setShortLabel(SHARE_SHORTCUT_ID) in createDynamicShortcut()863 scManager.removeLongLivedShortcuts(Collections.singletonList(SHARE_SHORTCUT_ID)); in deleteShortcuts()876 .setShortcutId(SHARE_SHORTCUT_ID) in getConversationNotification()3446 new Notification.BubbleMetadata.Builder(SHARE_SHORTCUT_ID) in testNotificationManagerBubblePolicy_flag_shortcutBubble()3495 new Notification.BubbleMetadata.Builder(SHARE_SHORTCUT_ID) in testNotificationManagerBubblePolicy_noFlag_invalidNotif()3517 new Notification.BubbleMetadata.Builder(SHARE_SHORTCUT_ID) in testNotificationManagerBubblePolicy_appAll_globalOn()3540 new Notification.BubbleMetadata.Builder(SHARE_SHORTCUT_ID) in testNotificationManagerBubblePolicy_appAll_globalOff()3562 new Notification.BubbleMetadata.Builder(SHARE_SHORTCUT_ID) in testNotificationManagerBubblePolicy_appAll_channelNo()[all …]
1600 private static final String SHARE_SHORTCUT_ID = "shareShortcut"; field in NotificationListenerVerifierActivity.ConversationOrderingTest1638 ShortcutInfo shortcut = new ShortcutInfo.Builder(mContext, SHARE_SHORTCUT_ID) in createDynamicShortcut()1639 .setShortLabel(SHARE_SHORTCUT_ID) in createDynamicShortcut()1664 .setShortcutId(SHARE_SHORTCUT_ID) in sendNotifications()