/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/people/ |
D | NotificationHelperTest.java | 113 .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())
|
D | PeopleSpaceUtilsTest.java | 163 .setShortcutInfo(new ShortcutInfo.Builder(mContext, SHORTCUT_ID_1).build()) 169 .setShortcutInfo(new ShortcutInfo.Builder(mContext, SHORTCUT_ID_2).build()) 175 .setShortcutInfo(new ShortcutInfo.Builder(mContext, SHORTCUT_ID_3).build()) 285 .setShortcutInfo(new ShortcutInfo.Builder(mContext, SHORTCUT_ID_1).build()) in testAugmentTileFromNotificationGroupWithSender() 318 .setShortcutInfo(new ShortcutInfo.Builder(mContext, SHORTCUT_ID_1).build()) in testAugmentTileFromNotificationGroupWithImageUri() 351 .setShortcutInfo(new ShortcutInfo.Builder(mContext, SHORTCUT_ID_1).build()) in testAugmentTileFromNotificationGroupWithAudioUri()
|
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
D | BubbleExtractorTest.java | 132 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()
|
D | NotificationRecordTest.java | 1165 record.setShortcutInfo(mock(ShortcutInfo.class)); in testIsConversation() 1179 record.setShortcutInfo(shortcutMock); in testIsConversation_shortcutHasOneBot_targetsR() 1192 record.setShortcutInfo(shortcutMock); in testIsConversation_shortcutHasOnePerson_targetsR() 1207 record.setShortcutInfo(shortcutMock); in testIsConversation_shortcutHasOneBotOnePerson_targetsR() 1217 record.setShortcutInfo(null); in testIsConversation_noShortcut() 1227 record.setShortcutInfo(null); in testIsConversation_noShortcut_appHasPreviousSentFullConversation() 1238 record.setShortcutInfo(null); in testIsConversation_noShortcut_userDemotedApp() 1248 record.setShortcutInfo(null); in testIsConversation_noShortcut_targetsR() 1258 record.setShortcutInfo(mock(ShortcutInfo.class)); in testIsConversation_channelDemoted() 1267 record.setShortcutInfo(mock(ShortcutInfo.class)); in testIsConversation_withAdjustmentOverride()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/ |
D | NotificationEntryBuilder.java | 321 public NotificationEntryBuilder setShortcutInfo(ShortcutInfo shortcutInfo) { in setShortcutInfo() method in NotificationEntryBuilder 322 mRankingBuilder.setShortcutInfo(shortcutInfo); in setShortcutInfo()
|
/frameworks/base/core/java/android/service/notification/ |
D | ConversationChannelWrapper.java | 109 public void setShortcutInfo(ShortcutInfo shortcutInfo) { in setShortcutInfo() method in ConversationChannelWrapper
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/people/widget/ |
D | PeopleSpaceWidgetManagerTest.java | 311 .setShortcutInfo(mShortcutInfo) in setUp() 633 .setShortcutInfo(mShortcutInfo) in testUpdateNotificationPostedIfExistingTile() 692 .setShortcutInfo(mShortcutInfo) in testUpdateMissedCallNotificationWithoutContentPostedIfExistingTile() 716 .setShortcutInfo(mShortcutInfo) in testUpdateMissedCallNotificationWithContentPostedIfExistingTile() 740 .setShortcutInfo(mShortcutInfo) in testUpdateMissedCallNotificationWithContentPostedIfMatchingUriTile() 770 .setShortcutInfo(mShortcutInfo) in testRemoveMissedCallNotificationWithContentPostedIfMatchingUriTile() 813 .setShortcutInfo(mShortcutInfo) in testUpdateMissedCallNotificationWithContentPostedIfMatchingUriTileFromSender() 858 .setShortcutInfo(mShortcutInfo) in testDoNotUpdateMissedCallNotificationWithContentPostedIfNoPersonsAttached() 891 .setShortcutInfo(mShortcutInfo) in testDoNotUpdateMissedCallNotificationWithContentPostedIfNotMatchingUriTile() 922 .setShortcutInfo(mShortcutInfo) in testDoNotUpdateMissedCallIfMatchingUriTileMissingReadContactsPermission() [all …]
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/ |
D | RankingBuilder.java | 202 public RankingBuilder setShortcutInfo(ShortcutInfo shortcutInfo) { in setShortcutInfo() method in RankingBuilder
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/icon/ |
D | IconManagerTest.kt | 201 builder.setShortcutInfo(shortcut) in notificationEntry()
|
/frameworks/base/core/java/android/app/search/ |
D | SearchTarget.java | 422 public Builder setShortcutInfo(@NonNull ShortcutInfo shortcutInfo) { in setShortcutInfo() method in SearchTarget.Builder
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/ |
D | NotificationConversationInfoTest.java | 209 mEntry = new NotificationEntryBuilder().setSbn(mSbn).setShortcutInfo(mShortcutInfo).build(); in setUp() 220 .setShortcutInfo(mShortcutInfo) in setUp() 401 .setShortcutInfo(mShortcutInfo) in testBindNotification_delegate()
|
/frameworks/base/services/core/java/com/android/server/notification/ |
D | NotificationRecord.java | 1401 public void setShortcutInfo(ShortcutInfo shortcutInfo) { in setShortcutInfo() method in NotificationRecord
|
D | NotificationManagerService.java | 3947 conversation.setShortcutInfo(null); 3949 conversation.setShortcutInfo(mShortcutHelper.getValidShortcutInfo( 3974 conversation.setShortcutInfo(null); 3976 conversation.setShortcutInfo(mShortcutHelper.getValidShortcutInfo( 6302 r.setShortcutInfo(info); 6489 r.setShortcutInfo(null);
|
/frameworks/base/core/api/ |
D | system-current.txt | 1552 …method @NonNull public android.app.search.SearchTarget.Builder setShortcutInfo(@NonNull android.co…
|
/frameworks/base/services/ |
D | art-profile | 27254 HPLcom/android/server/notification/NotificationRecord;->setShortcutInfo(Landroid/content/pm/Shortcu…
|