Home
last modified time | relevance | path

Searched refs:setNotification (Results 1 – 25 of 32) sorted by relevance

12

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
H A DStatusBarIconViewTest.java155 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 DNotificationLockscreenUserManagerTest.java138 .setNotification(notifWithPrivateVisibility) in setUp()
142 .setNotification(notifWithPrivateVisibility) in setUp()
146 .setNotification(notifWithPrivateVisibility) in setUp()
H A DNotificationRemoteInputManagerTest.java95 .setNotification(new Notification()) in setUp()
H A DRemoteInputNotificationRebuilderTest.java67 .setNotification(new Notification()) in setUp()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/
H A DNotificationEntryTest.java94 .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 DHighPriorityProviderTest.java88 .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 DNotificationHelperTest.java112 .setNotification(mNotification1)
119 .setNotification(mNotification2)
127 .setNotification(mMissedCallNotification)
134 .setNotification(mNoContentNotification)
148 .setNotification(notification) in testGetMessagingStyleMessagesNoMessage()
160 .setNotification(mNotification1) in testGetMessagingStyleMessages()
H A DPeopleSpaceUtilsTest.java161 .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 DStatusBarNotificationPresenterTest.java146 .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 DNotificationGroupTestHelper.java101 .setNotification(notif) in createEntry()
H A DCentralSurfacesImplTest.java723 .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 DJobService.java456 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 DIJobCallback.aidl119 void setNotification(int jobId, int notificationId, in setNotification() method
H A DJobServiceEngine.java275 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 DNotificationEntryBuilder.java188 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 DExpandableNotificationRowControllerTest.kt155 val sbn = SbnBuilder().setNotification(notification).build()
280 val sbn = SbnBuilder().setNotification(notification)
H A DNotificationTestHelper.java432 .setNotification(n) in createBubble()
559 .setNotification(notification) in generateRow()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/logging/
H A DNotificationLoggerTest.java110 .setNotification(new Notification()) in setUp()
247 .setNotification(new Notification()) in testLogPanelShownHandlesNullInstanceIds()
H A DNotificationMemoryMeterTest.kt321 NotificationEntryBuilder().setTag("test").setNotification(notification).build()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/coordinator/
H A DDeviceProvisionedCoordinatorTest.java82 .setNotification(mNotification) in setup()
H A DGroupWhenCoordinatorTest.kt230 val sbn = SbnBuilder().setNotification(notification).build()
/aosp14/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/statusbar/
H A DSbnBuilder.java125 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 DIconManagerTest.kt196 .setNotification(n.build())
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/people/widget/
H A DPeopleSpaceWidgetManagerTest.java435 .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 DNotificationInterruptStateProviderImplTest.java209 .setNotification(new Notification.Builder(getContext(), "a") in testShouldNotHeadsUp_suppressedForGroups()
994 .setNotification(n) in createBubble()
1015 .setNotification(n) in createNotification()

12