Home
last modified time | relevance | path

Searched defs:notif (Results 1 – 25 of 35) sorted by relevance

12

/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/notification/collection/
DNotifCollectionTest.java250 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/
DNotificationGroupTestHelper.java93 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/
DBadgeExtractor.java71 final Notification notif = record.getNotification(); in process() local
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/
DNotificationGroupingUtilTest.kt107 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/
DRenderStageManagerTest.kt212 private fun notif(id: Int): NotificationEntry = NotificationEntryBuilder().setId(id).build() method
DNodeSpecBuilderTest.kt331 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/
DHeadsUpManagerTestUtil.java77 final Notification notif = new Notification.Builder(context, "") in createFullScreenIntentEntry() local
DHeadsUpManagerImplTest.kt753 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/
DNotificationEntryAdapter.kt160 val notif = entry.sbn.notification in canDragAndDrop() constant
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/domain/pipeline/
DMediaActions.kt246 val notif = sbn.notification in createActionsFromNotification() constant
/frameworks/base/services/core/java/com/android/server/security/advancedprotection/features/
DUsbDataAdvancedProtectionHook.java219 Notification notif = in sendNotification() local
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/media/controls/domain/pipeline/
DLegacyMediaDataManagerImplTest.kt413 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
DMediaDataProcessorTest.kt435 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/
DPromotedNotificationContentExtractorImplTest.kt73 val notif = createEntry() in shouldNotExtract_bothFlagsDisabled() constant
671 val notif = constant
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/chips/notification/domain/interactor/
DSingleNotificationChipInteractor.kt115 combine(_notificationModel, appVisibility) { notif, appVisibility -> in <lambda>() method
DStatusBarNotificationChipsInteractor.kt130 currentNotifs.forEach { notif -> in <lambda>() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/usb/
DStorageNotification.java334 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/
DMediaDataLoaderTest.kt247 val notif = in loadMediaData_songNameFallbacks() constant
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/
DNotificationMediaManager.java318 Notification notif = sbn.getNotification(); in findPlayingMediaNotification() local
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DNotificationManagerServiceTest.java2109 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/
DNotificationRowContentBinderImplTest.kt532 val notif = in <lambda>() constant
DNotificationContentInflaterTest.java460 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/
DNotificationLoggerViewModelTest.kt163 requireNotNull(notifs).forEachIndexed { i, notif -> in <lambda>() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/promoted/
DAODPromotedNotification.kt138 val notif = in AODPromotedNotificationView() constant
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/wmshell/
DBubblesTest.java2234 NotificationEntry notif = new NotificationEntryBuilder() in testCreateBubbleFromOngoingNotification() local
2247 NotificationEntry notif = new NotificationEntryBuilder() in testCreateBubbleFromNoDismissNotification() local

12