Home
last modified time | relevance | path

Searched refs:SHOW_IMPORTANT_CONVERSATIONS (Results 1 – 6 of 6) sorted by relevance

/aosp14/frameworks/base/core/tests/coretests/src/android/app/people/
H A DPeopleSpaceTileTest.java20 import static android.app.people.PeopleSpaceTile.SHOW_IMPORTANT_CONVERSATIONS;
217 .setNotificationPolicyState(SHOW_IMPORTANT_CONVERSATIONS) in testNotificationPolicyState()
219 assertThat(tile.getNotificationPolicyState()).isEqualTo(SHOW_IMPORTANT_CONVERSATIONS); in testNotificationPolicyState()
311 .setNotificationPolicyState(SHOW_IMPORTANT_CONVERSATIONS) in testWriteThenReadFromParcel()
/aosp14/frameworks/base/core/java/android/app/people/
H A DPeopleSpaceTile.java48 public static final int SHOW_IMPORTANT_CONVERSATIONS = 1 << 2; field in PeopleSpaceTile
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/people/
H A DPeopleTileViewHelperTest.java27 import static android.app.people.PeopleSpaceTile.SHOW_IMPORTANT_CONVERSATIONS;
644 .setNotificationPolicyState(SHOW_IMPORTANT_CONVERSATIONS) in testCreateRemoteViewsWithDndBlocking()
654 .setNotificationPolicyState(SHOW_IMPORTANT_CONVERSATIONS) in testCreateRemoteViewsWithDndBlocking()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/people/widget/
H A DPeopleSpaceWidgetManagerTest.java42 import static android.app.people.PeopleSpaceTile.SHOW_IMPORTANT_CONVERSATIONS;
1373 expected | SHOW_IMPORTANT_CONVERSATIONS); in testUpdateWidgetsFromBroadcastInBackgroundAllowOnlyImportantConversations()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/people/widget/
H A DPeopleSpaceWidgetManager.java1191 notificationPolicyState |= PeopleSpaceTile.SHOW_IMPORTANT_CONVERSATIONS; in getNotificationPolicyState()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/people/
H A DPeopleTileViewHelper.java313 if ((notificationPolicyState & PeopleSpaceTile.SHOW_IMPORTANT_CONVERSATIONS) != 0 in isDndBlockingTileData()