Home
last modified time | relevance | path

Searched refs:PeopleNotificationIdentifier (Results 1 – 22 of 22) sorted by relevance

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/people/
H A DPeopleNotificationIdentifier.kt25 import com.android.systemui.statusbar.notification.people.PeopleNotificationIdentifier.Companion.Pe…
26 import com.android.systemui.statusbar.notification.people.PeopleNotificationIdentifier.Companion.TY…
27 import com.android.systemui.statusbar.notification.people.PeopleNotificationIdentifier.Companion.TY…
28 import com.android.systemui.statusbar.notification.people.PeopleNotificationIdentifier.Companion.TY…
29 import com.android.systemui.statusbar.notification.people.PeopleNotificationIdentifier.Companion.TY…
33 interface PeopleNotificationIdentifier { regex
69 ) : PeopleNotificationIdentifier {
H A DPeopleHubModule.kt46 ): PeopleNotificationIdentifier
H A DPeopleHubNotificationListener.kt47 import com.android.systemui.statusbar.notification.people.PeopleNotificationIdentifier.Companion.TY…
102 private val peopleNotificationIdentifier: PeopleNotificationIdentifier
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/provider/
H A DHighPriorityProvider.java26 import com.android.systemui.statusbar.notification.people.PeopleNotificationIdentifier;
40 private final PeopleNotificationIdentifier mPeopleNotificationIdentifier;
45 PeopleNotificationIdentifier peopleNotificationIdentifier, in HighPriorityProvider()
113 != PeopleNotificationIdentifier.TYPE_NON_PERSON; in isPeopleNotification()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/
H A DConversationCoordinator.kt27 import com.android.systemui.statusbar.notification.people.PeopleNotificationIdentifier
28 import com.android.systemui.statusbar.notification.people.PeopleNotificationIdentifier.Companion.TY…
39 private val peopleNotificationIdentifier: PeopleNotificationIdentifier,
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/coordinator/
H A DConversationCoordinatorTest.kt30 import com.android.systemui.statusbar.notification.people.PeopleNotificationIdentifier
31 import com.android.systemui.statusbar.notification.people.PeopleNotificationIdentifier.Companion.TY…
52 @Mock private lateinit var peopleNotificationIdentifier: PeopleNotificationIdentifier
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/
H A DHighPriorityProviderTest.java23 import static com.android.systemui.statusbar.notification.people.PeopleNotificationIdentifier.TYPE_…
24 import static com.android.systemui.statusbar.notification.people.PeopleNotificationIdentifier.TYPE_…
41 import com.android.systemui.statusbar.notification.people.PeopleNotificationIdentifier;
56 @Mock private PeopleNotificationIdentifier mPeopleNotificationIdentifier;
H A DNotificationRankingManagerTest.kt39 import com.android.systemui.statusbar.notification.people.PeopleNotificationIdentifier
40 import com.android.systemui.statusbar.notification.people.PeopleNotificationIdentifier.Companion.TY…
41 import com.android.systemui.statusbar.notification.people.PeopleNotificationIdentifier.Companion.TY…
42 import com.android.systemui.statusbar.notification.people.PeopleNotificationIdentifier.Companion.TY…
64 private lateinit var personNotificationIdentifier: PeopleNotificationIdentifier
72 mock(PeopleNotificationIdentifier::class.java)
491 peopleNotificationIdentifier: PeopleNotificationIdentifier,
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
H A DNotificationRankingManager.kt33 import com.android.systemui.statusbar.notification.people.PeopleNotificationIdentifier
34 import com.android.systemui.statusbar.notification.people.PeopleNotificationIdentifier.Companion.TY…
63 private val peopleNotificationIdentifier: PeopleNotificationIdentifier,
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
H A DNotificationGroupManagerLegacyTest.java42 import com.android.systemui.statusbar.notification.people.PeopleNotificationIdentifier;
67 @Mock PeopleNotificationIdentifier mPeopleNotificationIdentifier;
246 .thenReturn(PeopleNotificationIdentifier.TYPE_IMPORTANT_PERSON); in helpTestAlertOverride()
H A DNotificationGroupAlertTransferHelperTest.java46 import com.android.systemui.statusbar.notification.people.PeopleNotificationIdentifier;
78 @Mock PeopleNotificationIdentifier mPeopleNotificationIdentifier;
128 .thenReturn(PeopleNotificationIdentifier.TYPE_IMPORTANT_PERSON); in mockIsPriority()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DExpandableNotificationRowController.java40 import com.android.systemui.statusbar.notification.people.PeopleNotificationIdentifier;
86 private final PeopleNotificationIdentifier mPeopleNotificationIdentifier;
114 PeopleNotificationIdentifier peopleNotificationIdentifier, in ExpandableNotificationRowController()
H A DNotificationMenuRow.java52 import com.android.systemui.statusbar.notification.people.PeopleNotificationIdentifier;
121 private final PeopleNotificationIdentifier mPeopleNotificationIdentifier;
124 PeopleNotificationIdentifier peopleNotificationIdentifier) { in NotificationMenuRow()
273 if (personNotifType == PeopleNotificationIdentifier.TYPE_PERSON) { in createMenuViews()
275 } else if (personNotifType >= PeopleNotificationIdentifier.TYPE_FULL_PERSON) { in createMenuViews()
H A DNotificationContentView.java53 import com.android.systemui.statusbar.notification.people.PeopleNotificationIdentifier;
129 private PeopleNotificationIdentifier mPeopleIdentifier;
1317 >= PeopleNotificationIdentifier.TYPE_FULL_PERSON;
1638 public void setPeopleNotificationIdentifier(PeopleNotificationIdentifier peopleIdentifier) { in setPeopleNotificationIdentifier()
H A DExpandableNotificationRow.java98 import com.android.systemui.statusbar.notification.people.PeopleNotificationIdentifier;
161 private PeopleNotificationIdentifier mPeopleNotificationIdentifier;
554 != PeopleNotificationIdentifier.TYPE_NON_PERSON; in isConversation()
1568 PeopleNotificationIdentifier peopleNotificationIdentifier,
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
H A DNotificationTestHelper.java64 import com.android.systemui.statusbar.notification.people.PeopleNotificationIdentifier;
114 private final PeopleNotificationIdentifier mPeopleNotificationIdentifier;
128 () -> mock(PeopleNotificationIdentifier.class), in NotificationTestHelper()
165 mPeopleNotificationIdentifier = mock(PeopleNotificationIdentifier.class); in NotificationTestHelper()
H A DNotificationEntryManagerInflationTest.java81 import com.android.systemui.statusbar.notification.people.PeopleNotificationIdentifier;
149 @Mock private PeopleNotificationIdentifier mPeopleNotificationIdentifier;
204 mock(PeopleNotificationIdentifier.class), in setUp()
H A DNotificationMenuRowTest.java45 import com.android.systemui.statusbar.notification.people.PeopleNotificationIdentifier;
60 private PeopleNotificationIdentifier mPeopleNotificationIdentifier;
67 mPeopleNotificationIdentifier = mock(PeopleNotificationIdentifier.class); in setup()
H A DNotificationGutsManagerTest.java82 import com.android.systemui.statusbar.notification.people.PeopleNotificationIdentifier;
135 @Mock private PeopleNotificationIdentifier mPeopleNotificationIdentifier;
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/
H A DNotificationFilterTest.java53 import com.android.systemui.statusbar.notification.people.PeopleNotificationIdentifier;
122 () -> mock(PeopleNotificationIdentifier.class), in setUp()
H A DNotificationEntryManagerTest.java87 import com.android.systemui.statusbar.notification.people.PeopleNotificationIdentifier;
217 mock(PeopleNotificationIdentifier.class), in setUp()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/legacy/
H A DNotificationGroupManagerLegacy.java36 import com.android.systemui.statusbar.notification.people.PeopleNotificationIdentifier;
83 private final Lazy<PeopleNotificationIdentifier> mPeopleNotificationIdentifier;
94 Lazy<PeopleNotificationIdentifier> peopleNotificationIdentifier, in NotificationGroupManagerLegacy()
791 return peopleNotificationType == PeopleNotificationIdentifier.TYPE_IMPORTANT_PERSON; in isImportantConversation()