/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/ |
D | SensitiveNotificationProtectionControllerTest.kt | 353 val notificationEntry = mock(NotificationEntry::class.java) in shouldProtectNotification_projectionInactive_false() constant 363 val notificationEntry = setupNotificationEntry(TEST_PACKAGE_NAME) in shouldProtectNotification_projectionActive_singleActivity_false() constant 372 val notificationEntry = setupFgsNotificationEntry(TEST_PROJECTION_PACKAGE_NAME) in shouldProtectNotification_projectionActive_fgsNotificationFromProjectionApp_false() constant 381 val notificationEntry = setupFgsNotificationEntry(TEST_PACKAGE_NAME) in shouldProtectNotification_projectionActive_fgsNotificationNotFromProjectionApp_true() constant 390 val notificationEntry = setupNotificationEntry(TEST_PROJECTION_PACKAGE_NAME) in shouldProtectNotification_projectionActive_notFgsNotification_true() constant 400 val notificationEntry = setupCoreAppNotificationEntry(TEST_PROJECTION_PACKAGE_NAME) in shouldProtectNotification_projectionActive_isFromCoreApp_fixDisabled_true() constant 410 val notificationEntry = setupCoreAppNotificationEntry(TEST_PROJECTION_PACKAGE_NAME) in shouldProtectNotification_projectionActive_isFromCoreApp_false() constant 420 val notificationEntry = setupNotificationEntry(EMERGENCY_ASSISTANCE_PACKAGE_NAME) in shouldProtectNotification_projectionActive_isFromEmergencyPackage_fixDisabled_true() constant 430 val notificationEntry = setupNotificationEntry(EMERGENCY_ASSISTANCE_PACKAGE_NAME) in shouldProtectNotification_projectionActive_isFromEmergencyPackage_false() constant 442 val notificationEntry = setupNotificationEntry(TEST_PACKAGE_NAME) in shouldProtectNotification_projectionActive_sysuiExempt_false() constant [all …]
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/dagger/ |
D | ExpandableNotificationRowComponent.java | 59 Builder notificationEntry(NotificationEntry entry); in notificationEntry() method 89 NotificationEntry notificationEntry) { in provideStatusBarNotification()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/coordinator/ |
D | DataStoreCoordinatorTest.kt | 107 private fun notificationEntry(pkg: String, id: Int) = in notificationEntry() method
|
D | SensitiveContentCoordinatorTest.kt | 704 val notificationEntry = in createNotificationEntry() constant
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/people/ |
D | PeopleSpaceUtilsTest.java | 278 NotificationEntry notificationEntry = new NotificationEntryBuilder() in testAugmentTileFromNotificationGroupWithSender() local 311 NotificationEntry notificationEntry = new NotificationEntryBuilder() in testAugmentTileFromNotificationGroupWithImageUri() local 344 NotificationEntry notificationEntry = new NotificationEntryBuilder() in testAugmentTileFromNotificationGroupWithAudioUri() local
|
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/notification/collection/render/ |
D | GroupExpansionManagerTest.kt | 82 private fun notificationEntry(pkg: String, id: Int) = in <lambda>() method in com.android.systemui.statusbar.notification.collection.render.GroupExpansionManagerTest
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/ |
D | NotificationTransitionAnimatorController.kt | 75 private val notificationEntry = notification.entry constant
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/icon/ |
D | IconManagerTest.kt | 224 private fun notificationEntry( in notificationEntry() method in com.android.systemui.statusbar.notification.icon.IconManagerTest
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/ |
D | KeyguardCoordinator.kt | 399 return entry.anyEntry { notificationEntry -> in <lambda>() method 409 return entry.anyEntry { notificationEntry -> in <lambda>() method
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/people/ |
D | PeopleSpaceUtils.java | 235 PeopleTileKey key, NotificationEntry notificationEntry, int messagesCount, in augmentTileFromNotification()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/ |
D | StackScrollAlgorithmTest.kt | 57 private val notificationEntry = mock<NotificationEntry>() in <lambda>() constant in com.android.systemui.statusbar.notification.stack.StackScrollAlgorithmTest
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/wmshell/ |
D | BubblesTest.java | 2408 NotificationEntry notificationEntry = mNotificationTestHelper.createBubble(mDeleteIntent); in createBubbleEntry() local
|