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()
1318 assertThat(tile.getNotificationPolicyState()).isEqualTo(SHOW_CONVERSATIONS); in testUpdateWidgetsFromBroadcastInBackground()1332 assertThat(tile.getNotificationPolicyState()).isEqualTo(SHOW_CONVERSATIONS); in testUpdateWidgetsFromBroadcastInBackgroundWithUserQuieted()1344 assertThat(tile.getNotificationPolicyState()).isEqualTo(SHOW_CONVERSATIONS); in testUpdateWidgetsFromBroadcastInBackgroundWithPackageSuspended()1354 assertThat(tile.getNotificationPolicyState()).isEqualTo(expected | SHOW_CONVERSATIONS); in testUpdateWidgetsFromBroadcastInBackgroundNotInDnd()1369 assertThat(tile.getNotificationPolicyState()).isEqualTo(expected | SHOW_CONVERSATIONS); in testUpdateWidgetsFromBroadcastInBackgroundAllConversations()1385 assertThat(tile.getNotificationPolicyState()).isEqualTo( in testUpdateWidgetsFromBroadcastInBackgroundAllowOnlyImportantConversations()1400 assertThat(tile.getNotificationPolicyState()).isEqualTo(expected | BLOCK_CONVERSATIONS); in testUpdateWidgetsFromBroadcastInBackgroundAllowNoConversations()1415 assertThat(tile.getNotificationPolicyState()).isEqualTo(expected | SHOW_CONTACTS); in testUpdateWidgetsFromBroadcastInBackgroundAllowNoConversationsAllowContactMessages()1430 assertThat(tile.getNotificationPolicyState()).isEqualTo(expected | SHOW_STARRED_CONTACTS); in testUpdateWidgetsFromBroadcastInBackgroundAllowNoConversationsAllowStarredContactMessages()1437 assertThat(tile.getNotificationPolicyState()).isEqualTo(expected | SHOW_CONVERSATIONS); in testUpdateWidgetsFromBroadcastInBackgroundAllowNoConversationsAllowStarredContactMessages()[all …]
216 public int getNotificationPolicyState() { in getNotificationPolicyState() method in PeopleSpaceTile
1155 updatedTile.setNotificationPolicyState(getNotificationPolicyState()); in getTileWithCurrentState()1172 getNotificationPolicyState()); in getTileWithCurrentState()1199 private int getNotificationPolicyState() { in getNotificationPolicyState() method in PeopleSpaceWidgetManager
313 int notificationPolicyState = tile.getNotificationPolicyState(); in isDndBlockingTileData()