Searched refs:SHOW_CONVERSATIONS (Results 1 – 5 of 5) sorted by relevance
46 public static final int SHOW_CONVERSATIONS = 1 << 0; field in PeopleSpaceTile287 mNotificationPolicyState = SHOW_CONVERSATIONS; in Builder()297 mNotificationPolicyState = SHOW_CONVERSATIONS; in Builder()314 mNotificationPolicyState = SHOW_CONVERSATIONS; in Builder()
41 import static android.app.people.PeopleSpaceTile.SHOW_CONVERSATIONS;1305 assertThat(tile.getNotificationPolicyState()).isEqualTo(SHOW_CONVERSATIONS); in testUpdateWidgetsFromBroadcastInBackground()1319 assertThat(tile.getNotificationPolicyState()).isEqualTo(SHOW_CONVERSATIONS); in testUpdateWidgetsFromBroadcastInBackgroundWithUserQuieted()1331 assertThat(tile.getNotificationPolicyState()).isEqualTo(SHOW_CONVERSATIONS); in testUpdateWidgetsFromBroadcastInBackgroundWithPackageSuspended()1341 assertThat(tile.getNotificationPolicyState()).isEqualTo(expected | SHOW_CONVERSATIONS); in testUpdateWidgetsFromBroadcastInBackgroundNotInDnd()1356 assertThat(tile.getNotificationPolicyState()).isEqualTo(expected | SHOW_CONVERSATIONS); in testUpdateWidgetsFromBroadcastInBackgroundAllConversations()1424 assertThat(tile.getNotificationPolicyState()).isEqualTo(expected | SHOW_CONVERSATIONS); in testUpdateWidgetsFromBroadcastInBackgroundAllowNoConversationsAllowStarredContactMessages()1452 assertThat(tile.getNotificationPolicyState()).isEqualTo(expected | SHOW_CONVERSATIONS); in testUpdateWidgetsFromBroadcastInBackgroundAllowVisualEffectsAndAllowAlarmsOnly()
19 import static android.app.people.PeopleSpaceTile.SHOW_CONVERSATIONS;213 assertThat(tile.getNotificationPolicyState()).isEqualTo(SHOW_CONVERSATIONS); in testNotificationPolicyState()
1176 return PeopleSpaceTile.SHOW_CONVERSATIONS; in getNotificationPolicyState()1181 return PeopleSpaceTile.SHOW_CONVERSATIONS; in getNotificationPolicyState()1187 return PeopleSpaceTile.SHOW_CONVERSATIONS; in getNotificationPolicyState()1207 return PeopleSpaceTile.SHOW_CONVERSATIONS; in getNotificationPolicyState()
308 if ((notificationPolicyState & PeopleSpaceTile.SHOW_CONVERSATIONS) != 0) { in isDndBlockingTileData()