Home
last modified time | relevance | path

Searched defs:notificationEntry (Results 1 – 12 of 12) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/
DSensitiveNotificationProtectionControllerTest.kt353 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/
DExpandableNotificationRowComponent.java59 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/
DDataStoreCoordinatorTest.kt107 private fun notificationEntry(pkg: String, id: Int) = in notificationEntry() method
DSensitiveContentCoordinatorTest.kt704 val notificationEntry = in createNotificationEntry() constant
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/people/
DPeopleSpaceUtilsTest.java278 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/
DGroupExpansionManagerTest.kt82 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/
DNotificationTransitionAnimatorController.kt75 private val notificationEntry = notification.entry constant
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/icon/
DIconManagerTest.kt224 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/
DKeyguardCoordinator.kt399 return entry.anyEntry { notificationEntry -> in <lambda>() method
409 return entry.anyEntry { notificationEntry -> in <lambda>() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/people/
DPeopleSpaceUtils.java235 PeopleTileKey key, NotificationEntry notificationEntry, int messagesCount, in augmentTileFromNotification()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/
DStackScrollAlgorithmTest.kt57 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/
DBubblesTest.java2408 NotificationEntry notificationEntry = mNotificationTestHelper.createBubble(mDeleteIntent); in createBubbleEntry() local