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.java1318 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 …]
/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.java1155 updatedTile.setNotificationPolicyState(getNotificationPolicyState()); in getTileWithCurrentState()
1172 getNotificationPolicyState()); in getTileWithCurrentState()
1199 private int getNotificationPolicyState() { in getNotificationPolicyState() method in PeopleSpaceWidgetManager
/frameworks/base/packages/SystemUI/src/com/android/systemui/people/
DPeopleTileViewHelper.java313 int notificationPolicyState = tile.getNotificationPolicyState(); in isDndBlockingTileData()