Home
last modified time | relevance | path

Searched refs:getNotificationPolicyState (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/app/people/
DPeopleSpaceTileTest.java213 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()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/people/widget/
DPeopleSpaceWidgetManagerTest.java1291 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 …]
/frameworks/base/core/java/android/app/people/
DPeopleSpaceTile.java216 public int getNotificationPolicyState() { in getNotificationPolicyState() method in PeopleSpaceTile
/frameworks/base/packages/SystemUI/src/com/android/systemui/people/widget/
DPeopleSpaceWidgetManager.java1120 updatedTile.setNotificationPolicyState(getNotificationPolicyState()); in getTileWithCurrentState()
1137 getNotificationPolicyState()); in getTileWithCurrentState()
1164 private int getNotificationPolicyState() { in getNotificationPolicyState() method in PeopleSpaceWidgetManager
/frameworks/base/packages/SystemUI/src/com/android/systemui/people/
DPeopleTileViewHelper.java307 int notificationPolicyState = tile.getNotificationPolicyState(); in isDndBlockingTileData()