Searched refs:getNotificationPolicyState (Results 1 – 5 of 5) sorted by relevance
213 assertThat(tile.getNotificationPolicyState()).isEqualTo(SHOW_CONVERSATIONS); in testNotificationPolicyState()219 assertThat(tile.getNotificationPolicyState()).isEqualTo(SHOW_IMPORTANT_CONVERSATIONS); in testNotificationPolicyState()339 assertThat(readTile.getNotificationPolicyState()).isEqualTo( in testWriteThenReadFromParcel()340 tile.getNotificationPolicyState()); in testWriteThenReadFromParcel()
1291 assertThat(tile.getNotificationPolicyState()).isEqualTo(SHOW_CONVERSATIONS); in testUpdateWidgetsFromBroadcastInBackground()1305 assertThat(tile.getNotificationPolicyState()).isEqualTo(SHOW_CONVERSATIONS); in testUpdateWidgetsFromBroadcastInBackgroundWithUserQuieted()1317 assertThat(tile.getNotificationPolicyState()).isEqualTo(SHOW_CONVERSATIONS); in testUpdateWidgetsFromBroadcastInBackgroundWithPackageSuspended()1327 assertThat(tile.getNotificationPolicyState()).isEqualTo(expected | SHOW_CONVERSATIONS); in testUpdateWidgetsFromBroadcastInBackgroundNotInDnd()1342 assertThat(tile.getNotificationPolicyState()).isEqualTo(expected | SHOW_CONVERSATIONS); in testUpdateWidgetsFromBroadcastInBackgroundAllConversations()1358 assertThat(tile.getNotificationPolicyState()).isEqualTo( in testUpdateWidgetsFromBroadcastInBackgroundAllowOnlyImportantConversations()1373 assertThat(tile.getNotificationPolicyState()).isEqualTo(expected | BLOCK_CONVERSATIONS); in testUpdateWidgetsFromBroadcastInBackgroundAllowNoConversations()1388 assertThat(tile.getNotificationPolicyState()).isEqualTo(expected | SHOW_CONTACTS); in testUpdateWidgetsFromBroadcastInBackgroundAllowNoConversationsAllowContactMessages()1403 assertThat(tile.getNotificationPolicyState()).isEqualTo(expected | SHOW_STARRED_CONTACTS); in testUpdateWidgetsFromBroadcastInBackgroundAllowNoConversationsAllowStarredContactMessages()1410 assertThat(tile.getNotificationPolicyState()).isEqualTo(expected | SHOW_CONVERSATIONS); in testUpdateWidgetsFromBroadcastInBackgroundAllowNoConversationsAllowStarredContactMessages()[all …]
216 public int getNotificationPolicyState() { in getNotificationPolicyState() method in PeopleSpaceTile
1120 updatedTile.setNotificationPolicyState(getNotificationPolicyState()); in getTileWithCurrentState()1137 getNotificationPolicyState()); in getTileWithCurrentState()1164 private int getNotificationPolicyState() { in getNotificationPolicyState() method in PeopleSpaceWidgetManager
307 int notificationPolicyState = tile.getNotificationPolicyState(); in isDndBlockingTileData()