Searched refs:BLOCK_CONVERSATIONS (Results 1 – 4 of 4) sorted by relevance
47 public static final int BLOCK_CONVERSATIONS = 1 << 1; field in PeopleSpaceTile
25 import static android.app.people.PeopleSpaceTile.BLOCK_CONVERSATIONS;597 .setNotificationPolicyState(BLOCK_CONVERSATIONS) in testCreateRemoteViewsWithDndBlocking()607 .setNotificationPolicyState(BLOCK_CONVERSATIONS) in testCreateRemoteViewsWithDndBlocking()
39 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()
1217 return PeopleSpaceTile.BLOCK_CONVERSATIONS; in getNotificationPolicyState()