/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/ |
H A D | StatusBarIconViewTest.java | 155 mIconView.setNotification(mock(StatusBarNotification.class)); in testNullNotifInfo() 159 mIconView.setNotification(null); in testNullNotifInfo() 198 mIconView.setNotification(mock(StatusBarNotification.class)); in testUpdateIconScale_constrainedDrawableSizeLessThanDpIconSize() 217 mIconView.setNotification(mock(StatusBarNotification.class)); in testUpdateIconScale_constrainedDrawableHeightLargerThanDpIconSize() 237 mIconView.setNotification(mock(StatusBarNotification.class)); in testUpdateIconScale_constrainedDrawableWidthLargerThanDpIconSize() 259 mIconView.setNotification(mock(StatusBarNotification.class)); in testUpdateIconScale_smallerFontAndRawDrawableSizeLessThanDpIconSize() 285 mIconView.setNotification(mock(StatusBarNotification.class)); in testUpdateIconScale_smallerFontAndConstrainedDrawableSizeLessThanDpIconSize() 312 mIconView.setNotification(mock(StatusBarNotification.class)); in testUpdateIconScale_smallerFontAndConstrainedDrawableHeightLargerThanDpIconSize() 336 mIconView.setNotification(mock(StatusBarNotification.class)); in testUpdateIconScale_largerFontAndConstrainedDrawableSizeLessThanDpIconSize() 359 mIconView.setNotification(mock(StatusBarNotification.class)); in testUpdateIconScale_largerFontAndConstrainedDrawableHeightLargerThanDpIconSize() [all …]
|
H A D | NotificationLockscreenUserManagerTest.java | 138 .setNotification(notifWithPrivateVisibility) in setUp() 142 .setNotification(notifWithPrivateVisibility) in setUp() 146 .setNotification(notifWithPrivateVisibility) in setUp()
|
H A D | NotificationRemoteInputManagerTest.java | 95 .setNotification(new Notification()) in setUp()
|
H A D | RemoteInputNotificationRebuilderTest.java | 67 .setNotification(new Notification()) in setUp()
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/ |
H A D | NotificationEntryTest.java | 94 .setNotification(n.build()) in setup() 159 .setNotification(n.build()) in testIsExemptFromDndVisualSuppression_media() 187 .setNotification( in testIsNotExemptFromDndVisualSuppression_hiddenCategories() 194 .setNotification( in testIsNotExemptFromDndVisualSuppression_hiddenCategories() 202 .setNotification( in testIsNotExemptFromDndVisualSuppression_hiddenCategories() 208 .setNotification( in testIsNotExemptFromDndVisualSuppression_hiddenCategories() 214 .setNotification( in testIsNotExemptFromDndVisualSuppression_hiddenCategories() 305 .setNotification(notification) in notificationDataEntry_testIsLastMessageFromReply() 337 .setNotification(notification) in notificationDataEntry_testIsLastMessageFromReply_invalidPerson_noCrash()
|
H A D | HighPriorityProviderTest.java | 88 .setNotification(notification) in peopleNotification() 106 .setNotification(notification) in highImportanceConversation() 123 .setNotification(notification) in lowImportanceConversation() 160 .setNotification(notification) in messagingStyle() 178 .setNotification(notification) in lowImportanceForeground() 201 .setNotification(notification) in userChangeTrumpsHighPriorityCharacteristics()
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/people/ |
H A D | NotificationHelperTest.java | 112 .setNotification(mNotification1) 119 .setNotification(mNotification2) 127 .setNotification(mMissedCallNotification) 134 .setNotification(mNoContentNotification) 148 .setNotification(notification) in testGetMessagingStyleMessagesNoMessage() 160 .setNotification(mNotification1) in testGetMessagingStyleMessages()
|
H A D | PeopleSpaceUtilsTest.java | 161 .setNotification(mNotification1) 167 .setNotification(mNotification2) 173 .setNotification(mNotification3) 279 .setNotification(notification) in testAugmentTileFromNotificationGroupWithSender() 312 .setNotification(notification) in testAugmentTileFromNotificationGroupWithImageUri() 345 .setNotification(notification) in testAugmentTileFromNotificationGroupWithAudioUri()
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/ |
H A D | StatusBarNotificationPresenterTest.java | 146 .setNotification(n) in testNoSuppressHeadsUp_default() 159 .setNotification(n) in testSuppressHeadsUp_disabledStatusBar() 176 .setNotification(n) in testSuppressHeadsUp_disabledNotificationShade() 196 .setNotification(n) in testNoSuppressHeadsUp_FSI_nonOccludedKeyguard() 211 .setNotification(n) in testSuppressInterruptions_vrMode() 226 .setNotification(n) in testSuppressInterruptions_statusBarAlertsDisabled()
|
H A D | NotificationGroupTestHelper.java | 101 .setNotification(notif) in createEntry()
|
H A D | CentralSurfacesImplTest.java | 723 .setNotification(n) in testShouldHeadsUp_nonSuppressedGroupSummary() 746 .setNotification(n) in testShouldHeadsUp_suppressedGroupSummary() 766 .setNotification(n) in testShouldHeadsUp_suppressedHeadsUp() 786 .setNotification(n) in testShouldHeadsUp_noSuppressedHeadsUp()
|
/aosp14/frameworks/base/apex/jobscheduler/framework/java/android/app/job/ |
H A D | JobService.java | 456 public final void setNotification(@NonNull JobParameters params, int notificationId, in setNotification() method in JobService 459 mEngine.setNotification(params, notificationId, notification, jobEndNotificationPolicy); in setNotification()
|
H A D | IJobCallback.aidl | 119 void setNotification(int jobId, int notificationId, in setNotification() method
|
H A D | JobServiceEngine.java | 275 callback.setNotification(params.getJobId(), in handleMessage() 494 public void setNotification(@NonNull JobParameters params, int notificationId, in setNotification() method in JobServiceEngine
|
/aosp14/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/statusbar/notification/collection/ |
H A D | NotificationEntryBuilder.java | 188 public NotificationEntryBuilder setNotification(Notification notification) { in setNotification() method in NotificationEntryBuilder 189 mSbnBuilder.setNotification(notification); in setNotification()
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/ |
H A D | ExpandableNotificationRowControllerTest.kt | 155 val sbn = SbnBuilder().setNotification(notification).build() 280 val sbn = SbnBuilder().setNotification(notification)
|
H A D | NotificationTestHelper.java | 432 .setNotification(n) in createBubble() 559 .setNotification(notification) in generateRow()
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/logging/ |
H A D | NotificationLoggerTest.java | 110 .setNotification(new Notification()) in setUp() 247 .setNotification(new Notification()) in testLogPanelShownHandlesNullInstanceIds()
|
H A D | NotificationMemoryMeterTest.kt | 321 NotificationEntryBuilder().setTag("test").setNotification(notification).build()
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/coordinator/ |
H A D | DeviceProvisionedCoordinatorTest.java | 82 .setNotification(mNotification) in setup()
|
H A D | GroupWhenCoordinatorTest.kt | 230 val sbn = SbnBuilder().setNotification(notification).build()
|
/aosp14/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/statusbar/ |
H A D | SbnBuilder.java | 125 public SbnBuilder setNotification(Notification notification) { in setNotification() method in SbnBuilder
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/icon/ |
H A D | IconManagerTest.kt | 196 .setNotification(n.build())
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/people/widget/ |
H A D | PeopleSpaceWidgetManagerTest.java | 435 .setNotification(notificationWithoutShortcut) in testDoNotUpdateAppWidgetIfNoShortcutInfo() 451 .setNotification(createMessagingStyleNotification( in testDoNotUpdateAppWidgetIfNoPackage() 537 .setNotification(createMessagingStyleNotification( in testDoNotUpdateNotificationPostedIfDifferentPackageName() 574 .setNotification(createMessagingStyleNotification( in testDoNotUpdateNotificationRemovedIfDifferentPackageName() 824 .setNotification(notificationWithPersonOnlyInSender) in testUpdateMissedCallNotificationWithContentPostedIfMatchingUriTileFromSender() 869 .setNotification(notificationWithoutPersonObject) in testDoNotUpdateMissedCallNotificationWithContentPostedIfNoPersonsAttached() 1668 .setNotification(notification) in createNotification()
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/interruption/ |
H A D | NotificationInterruptStateProviderImplTest.java | 209 .setNotification(new Notification.Builder(getContext(), "a") in testShouldNotHeadsUp_suppressedForGroups() 994 .setNotification(n) in createBubble() 1015 .setNotification(n) in createNotification()
|