Home
last modified time | relevance | path

Searched refs:BLOCK_CONVERSATIONS (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/core/java/android/app/people/
DPeopleSpaceTile.java47 public static final int BLOCK_CONVERSATIONS = 1 << 1; field in PeopleSpaceTile
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/people/
DPeopleTileViewHelperTest.java25 import static android.app.people.PeopleSpaceTile.BLOCK_CONVERSATIONS;
597 .setNotificationPolicyState(BLOCK_CONVERSATIONS) in testCreateRemoteViewsWithDndBlocking()
607 .setNotificationPolicyState(BLOCK_CONVERSATIONS) in testCreateRemoteViewsWithDndBlocking()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/people/widget/
DPeopleSpaceWidgetManagerTest.java39 import static android.app.people.PeopleSpaceTile.BLOCK_CONVERSATIONS;
1373 assertThat(tile.getNotificationPolicyState()).isEqualTo(expected | BLOCK_CONVERSATIONS); in testUpdateWidgetsFromBroadcastInBackgroundAllowNoConversations()
1423 assertThat(tile.getNotificationPolicyState()).isEqualTo(expected | BLOCK_CONVERSATIONS); in testUpdateWidgetsFromBroadcastInBackgroundAllowAlarmsOnly()
/frameworks/base/packages/SystemUI/src/com/android/systemui/people/widget/
DPeopleSpaceWidgetManager.java1217 return PeopleSpaceTile.BLOCK_CONVERSATIONS; in getNotificationPolicyState()