/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/notification/collection/ |
D | NotifCollectionTest.java | 250 NotifEvent notif = mNoMan.postNotif(buildNotif(TEST_PACKAGE2, 88, "barTag")); in testCancelNonExistingNotification() local 338 NotifEvent notif = mNoMan.postNotif(buildNotif(TEST_PACKAGE, 47)); in testEventDispatchedWhenNotifRemoved() local 364 NotifEvent notif = mNoMan.postNotif(neb); in testEventDispatchedWhenChannelChanged() local 395 final NotifEvent notif = mNoMan.postNotif(neb); in testScheduleBuildNotificationListWhenChannelChanged() local 449 final NotifEvent notif = mNoMan.postNotif(neb); in testBuildNotificationListWhenChannelChanged() local 669 CollectionEvent notif = postNotif(buildNotif(TEST_PACKAGE, 1, "myTag")); in testNMSReportsUserDismissalAlwaysRemovesNotif() local 697 NotifEvent notif = mNoMan.postNotif(buildNotif(TEST_PACKAGE, 47, "myTag")); in testDismissNotificationCallsDismissInterceptors() local 729 NotifEvent notif = mNoMan.postNotif(buildNotif(TEST_PACKAGE, 47)); in testDismissInterceptorsCanceledWhenNotifIsUpdated() local 762 NotifEvent notif = mNoMan.postNotif(buildNotif(TEST_PACKAGE, 47, "myTag")); in testEndingAllDismissInterceptorsSendsDismiss() local 796 NotifEvent notif = mNoMan.postNotif(buildNotif(TEST_PACKAGE, 47, "myTag")); in testEndDismissInterceptionUpdatesDismissInterceptors() local [all …]
|
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/phone/ |
D | NotificationGroupTestHelper.java | 93 Notification notif = new Notification.Builder(mContext, TEST_CHANNEL_ID) in createClassifiedEntry() local 119 Notification notif = new Notification.Builder(mContext, TEST_CHANNEL_ID) in createEntry() local
|
/frameworks/base/services/core/java/com/android/server/notification/ |
D | BadgeExtractor.java | 71 final Notification notif = record.getNotification(); in process() local
|
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/ |
D | NotificationGroupingUtilTest.kt | 107 val notif = Notification.Builder(mContext, "").setSmallIcon(R.drawable.ic_menu).build() in iconComparator_differentNotificationIcon() constant
|
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/notification/collection/render/ |
D | RenderStageManagerTest.kt | 212 private fun notif(id: Int): NotificationEntry = NotificationEntryBuilder().setId(id).build() method
|
D | NodeSpecBuilderTest.kt | 331 private fun notif(id: Int, section: NotifSection? = null): NotificationEntry { in notif() method in com.android.systemui.statusbar.notification.collection.render.NodeSpecBuilderTest
|
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/notification/headsup/ |
D | HeadsUpManagerTestUtil.java | 77 final Notification notif = new Notification.Builder(context, "") in createFullScreenIntentEntry() local
|
D | HeadsUpManagerImplTest.kt | 753 val notif = Notification.Builder(mContext, "").setSmallIcon(R.drawable.ic_person).build() in getIsSticky_promotedAndExpanded() constant 1066 val notif = in createStickyEntry() constant 1075 val notif = in createStickyForSomeTimeEntry() constant
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/ |
D | NotificationEntryAdapter.kt | 160 val notif = entry.sbn.notification in canDragAndDrop() constant
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/domain/pipeline/ |
D | MediaActions.kt | 246 val notif = sbn.notification in createActionsFromNotification() constant
|
/frameworks/base/services/core/java/com/android/server/security/advancedprotection/features/ |
D | UsbDataAdvancedProtectionHook.java | 219 Notification notif = in sendNotification() local
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/media/controls/domain/pipeline/ |
D | LegacyMediaDataManagerImplTest.kt | 413 val notif = in testOnNotificationAdded_hasSubstituteName_isUsed() constant 1070 val notif = in testBadArtwork_doesNotUse() constant 1198 val notif = in testTooManyCompactActions_isTruncated() constant 1236 val notif = in testTooManyNotificationActions_isTruncated() constant
|
D | MediaDataProcessorTest.kt | 435 val notif = in testOnNotificationAdded_hasSubstituteName_isUsed() constant 1092 val notif = in testBadArtwork_doesNotUse() constant 1220 val notif = in testTooManyCompactActions_isTruncated() constant 1258 val notif = in testTooManyNotificationActions_isTruncated() constant
|
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/notification/promoted/ |
D | PromotedNotificationContentExtractorImplTest.kt | 73 val notif = createEntry() in shouldNotExtract_bothFlagsDisabled() constant 671 val notif = constant
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/chips/notification/domain/interactor/ |
D | SingleNotificationChipInteractor.kt | 115 combine(_notificationModel, appVisibility) { notif, appVisibility -> in <lambda>() method
|
D | StatusBarNotificationChipsInteractor.kt | 130 currentNotifs.forEach { notif -> in <lambda>() method
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/usb/ |
D | StorageNotification.java | 334 final Notification notif; in onPublicVolumeStateChangedInternal() local 368 notif, UserHandle.of(vol.getMountUserId())); in onPublicVolumeStateChangedInternal() local
|
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/media/controls/domain/pipeline/ |
D | MediaDataLoaderTest.kt | 247 val notif = in loadMediaData_songNameFallbacks() constant
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/ |
D | NotificationMediaManager.java | 318 Notification notif = sbn.getNotification(); in findPlayingMediaNotification() local
|
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
D | NotificationManagerServiceTest.java | 2109 final Notification notif = generateNotificationRecord(null).getNotification(); in testEnqueueNotificationWithTag_DoesNotLogOnTitleUpdate() local 2331 Notification notif = new Notification.Builder(mContext, mTestNotificationChannel.getId()) in enqueueNotification_notPosted_acquiresAndReleasesWakeLock() local 3310 final NotificationRecord notif = generateNotificationRecord( in testCancelAllNotifications_CancelsNoClearFlag() local 3324 final NotificationRecord notif = generateNotificationRecord( in testUserInitiatedCancelAllOnClearAll_NoClearFlag() local 3379 final NotificationRecord notif = generateNotificationRecord(null); in testCancelWithTagDoesNotCancelLifetimeExtended() local 3410 final NotificationRecord notif = generateNotificationRecord(null); in testMultipleCancelOfLifetimeExtendedSendsOneUpdate() local 3444 final NotificationRecord notif = generateNotificationRecord( in testCancelAllClearsLifetimeExtended() local 3468 final NotificationRecord notif = generateNotificationRecord(mTestNotificationChannel, 1, in testAppCancelAllDoesNotCancelLifetimeExtended() local 3504 final NotificationRecord notif = generateNotificationRecord(mTestNotificationChannel, 1, in testLifetimeExtendedCancelledOnClick() local 3929 final NotificationRecord notif = generateNotificationRecord( in testCancelNotificationsFromListener_clearAll_NoClearLifetimeExt() local [all …]
|
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/notification/row/ |
D | NotificationRowContentBinderImplTest.kt | 532 val notif = in <lambda>() constant
|
D | NotificationContentInflaterTest.java | 460 Notification notif = new Notification.Builder(mContext).setSmallIcon( in testSensitiveContentPublicView_nonMessageStyle() local
|
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/notification/stack/ui/viewmodel/ |
D | NotificationLoggerViewModelTest.kt | 163 requireNotNull(notifs).forEachIndexed { i, notif -> in <lambda>() method
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/promoted/ |
D | AODPromotedNotification.kt | 138 val notif = in AODPromotedNotificationView() constant
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/wmshell/ |
D | BubblesTest.java | 2234 NotificationEntry notif = new NotificationEntryBuilder() in testCreateBubbleFromOngoingNotification() local 2247 NotificationEntry notif = new NotificationEntryBuilder() in testCreateBubbleFromNoDismissNotification() local
|