Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/people/
H A DNotificationHelperTest.java113 .setShortcutInfo(new ShortcutInfo.Builder(mContext, SHORTCUT_ID_1).build())
120 .setShortcutInfo(new ShortcutInfo.Builder(mContext, SHORTCUT_ID_1).build())
128 .setShortcutInfo(new ShortcutInfo.Builder(mContext, SHORTCUT_ID_1).build())
135 .setShortcutInfo(new ShortcutInfo.Builder(mContext, SHORTCUT_ID_1).build())
H A DPeopleSpaceUtilsTest.java162 .setShortcutInfo(new ShortcutInfo.Builder(mContext, SHORTCUT_ID_1).build())
168 .setShortcutInfo(new ShortcutInfo.Builder(mContext, SHORTCUT_ID_2).build())
174 .setShortcutInfo(new ShortcutInfo.Builder(mContext, SHORTCUT_ID_3).build())
280 .setShortcutInfo(new ShortcutInfo.Builder(mContext, SHORTCUT_ID_1).build()) in testAugmentTileFromNotificationGroupWithSender()
313 .setShortcutInfo(new ShortcutInfo.Builder(mContext, SHORTCUT_ID_1).build()) in testAugmentTileFromNotificationGroupWithImageUri()
346 .setShortcutInfo(new ShortcutInfo.Builder(mContext, SHORTCUT_ID_1).build()) in testAugmentTileFromNotificationGroupWithAudioUri()
/aosp14/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DBubbleExtractorTest.java132 r.setShortcutInfo(mShortcutInfo); in getNotificationRecord()
377 r.setShortcutInfo(null); in testFlagBubble_false_noIntentInvalidShortcut()
394 r.setShortcutInfo(null); in testFlagBubble_false_invalidIntentNoShortcut()
442 r.setShortcutInfo(null); in testFlagBubble_false_noShortcut()
H A DNotificationRecordTest.java1197 record.setShortcutInfo(mock(ShortcutInfo.class)); in testIsConversation()
1211 record.setShortcutInfo(shortcutMock); in testIsConversation_shortcutHasOneBot_targetsR()
1224 record.setShortcutInfo(shortcutMock); in testIsConversation_shortcutHasOnePerson_targetsR()
1239 record.setShortcutInfo(shortcutMock); in testIsConversation_shortcutHasOneBotOnePerson_targetsR()
1249 record.setShortcutInfo(null); in testIsConversation_noShortcut()
1259 record.setShortcutInfo(null); in testIsConversation_noShortcut_appHasPreviousSentFullConversation()
1270 record.setShortcutInfo(null); in testIsConversation_noShortcut_userDemotedApp()
1280 record.setShortcutInfo(null); in testIsConversation_noShortcut_targetsR()
1290 record.setShortcutInfo(mock(ShortcutInfo.class)); in testIsConversation_channelDemoted()
1299 record.setShortcutInfo(mock(ShortcutInfo.class)); in testIsConversation_withAdjustmentOverride()
/aosp14/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/statusbar/notification/collection/
H A DNotificationEntryBuilder.java344 public NotificationEntryBuilder setShortcutInfo(ShortcutInfo shortcutInfo) { in setShortcutInfo() method in NotificationEntryBuilder
345 mRankingBuilder.setShortcutInfo(shortcutInfo); in setShortcutInfo()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/people/widget/
H A DPeopleSpaceWidgetManagerTest.java310 .setShortcutInfo(mShortcutInfo) in setUp()
651 .setShortcutInfo(mShortcutInfo) in testUpdateNotificationPostedIfExistingTile()
710 .setShortcutInfo(mShortcutInfo) in testUpdateMissedCallNotificationWithoutContentPostedIfExistingTile()
734 .setShortcutInfo(mShortcutInfo) in testUpdateMissedCallNotificationWithContentPostedIfExistingTile()
758 .setShortcutInfo(mShortcutInfo) in testUpdateMissedCallNotificationWithContentPostedIfMatchingUriTile()
788 .setShortcutInfo(mShortcutInfo) in testRemoveMissedCallNotificationWithContentPostedIfMatchingUriTile()
831 .setShortcutInfo(mShortcutInfo) in testUpdateMissedCallNotificationWithContentPostedIfMatchingUriTileFromSender()
876 .setShortcutInfo(mShortcutInfo) in testDoNotUpdateMissedCallNotificationWithContentPostedIfNoPersonsAttached()
909 .setShortcutInfo(mShortcutInfo) in testDoNotUpdateMissedCallNotificationWithContentPostedIfNotMatchingUriTile()
940 .setShortcutInfo(mShortcutInfo) in testDoNotUpdateMissedCallIfMatchingUriTileMissingReadContactsPermission()
[all …]
/aosp14/frameworks/base/core/java/android/service/notification/
H A DConversationChannelWrapper.java109 public void setShortcutInfo(ShortcutInfo shortcutInfo) { in setShortcutInfo() method in ConversationChannelWrapper
/aosp14/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/statusbar/
H A DRankingBuilder.java210 public RankingBuilder setShortcutInfo(ShortcutInfo shortcutInfo) { in setShortcutInfo() method in RankingBuilder
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/icon/
H A DIconManagerTest.kt201 builder.setShortcutInfo(shortcut)
/aosp14/frameworks/base/core/java/android/app/search/
H A DSearchTarget.java412 public Builder setShortcutInfo(@NonNull ShortcutInfo shortcutInfo) { in setShortcutInfo() method in SearchTarget.Builder
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
H A DNotificationConversationInfoTest.java212 mEntry = new NotificationEntryBuilder().setSbn(mSbn).setShortcutInfo(mShortcutInfo).build(); in setUp()
223 .setShortcutInfo(mShortcutInfo) in setUp()
404 .setShortcutInfo(mShortcutInfo) in testBindNotification_delegate()
/aosp14/frameworks/base/core/java/android/window/
H A DWindowContainerTransaction.java1449 .setShortcutInfo(shortcutInfo) in createForStartShortcut()
1865 Builder setShortcutInfo(@Nullable ShortcutInfo shortcutInfo) { in setShortcutInfo() method in WindowContainerTransaction.HierarchyOp.Builder
/aosp14/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationRecord.java1516 public void setShortcutInfo(ShortcutInfo shortcutInfo) { in setShortcutInfo() method in NotificationRecord
H A DNotificationManagerService.java4201 conversation.setShortcutInfo(null);
4203 conversation.setShortcutInfo(mShortcutHelper.getValidShortcutInfo(
4228 conversation.setShortcutInfo(null);
4230 conversation.setShortcutInfo(mShortcutHelper.getValidShortcutInfo(
6855 r.setShortcutInfo(info);
7219 r.setShortcutInfo(null);
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/wmshell/
H A DBubblesTest.java2005 .setShortcutInfo(shortcutInfo) in createBubbleEntry()
/aosp14/frameworks/base/core/api/
H A Dsystem-current.txt2332 …method @NonNull public android.app.search.SearchTarget.Builder setShortcutInfo(@NonNull android.co…