Searched refs:NOTIFICATION_KEY (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/logging/ |
D | ExpansionStateLoggerTest.java | 50 private static final String NOTIFICATION_KEY = "notin_key"; field in ExpansionStateLoggerTest 67 Collections.singletonList(createNotificationVisibility(NOTIFICATION_KEY, true)), in testVisible() 72 eq(NOTIFICATION_KEY), anyBoolean(), anyBoolean(), anyInt()); in testVisible() 77 mLogger.onExpansionChanged(NOTIFICATION_KEY, false, true, in testExpanded() 82 eq(NOTIFICATION_KEY), anyBoolean(), anyBoolean(), anyInt()); in testExpanded() 87 mLogger.onExpansionChanged(NOTIFICATION_KEY, true, false, in testVisibleAndNotExpanded() 90 Collections.singletonList(createNotificationVisibility(NOTIFICATION_KEY, true)), in testVisibleAndNotExpanded() 95 eq(NOTIFICATION_KEY), anyBoolean(), anyBoolean(), anyInt()); in testVisibleAndNotExpanded() 100 mLogger.onExpansionChanged(NOTIFICATION_KEY, true, true, in testVisibleAndExpanded() 103 Collections.singletonList(createNotificationVisibility(NOTIFICATION_KEY, true)), in testVisibleAndExpanded() [all …]
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/people/widget/ |
D | PeopleSpaceWidgetManagerTest.java | 171 private static final String NOTIFICATION_KEY = "0|com.android.systemui.tests|0|null|0"; field in PeopleSpaceWidgetManagerTest 187 .setNotificationKey(NOTIFICATION_KEY + "1") 673 assertThat(tile.getNotificationKey()).isEqualTo(NOTIFICATION_KEY); in testUpdateNotificationPostedIfExistingTile() 732 assertThat(tile.getNotificationKey()).isEqualTo(NOTIFICATION_KEY); in testUpdateMissedCallNotificationWithoutContentPostedIfExistingTile() 756 assertThat(tile.getNotificationKey()).isEqualTo(NOTIFICATION_KEY); in testUpdateMissedCallNotificationWithContentPostedIfExistingTile() 780 assertThat(tileWithMissedCallOrigin.getNotificationKey()).isEqualTo(NOTIFICATION_KEY); in testUpdateMissedCallNotificationWithContentPostedIfMatchingUriTile() 786 assertThat(tileWithSameUri.getNotificationKey()).isEqualTo(NOTIFICATION_KEY); in testUpdateMissedCallNotificationWithContentPostedIfMatchingUriTile() 854 assertThat(tileWithMissedCallOrigin.getNotificationKey()).isEqualTo(NOTIFICATION_KEY); in testUpdateMissedCallNotificationWithContentPostedIfMatchingUriTileFromSender() 860 assertThat(tileWithSameUri.getNotificationKey()).isEqualTo(NOTIFICATION_KEY); in testUpdateMissedCallNotificationWithContentPostedIfMatchingUriTileFromSender() 899 assertThat(tileWithMissedCallOrigin.getNotificationKey()).isEqualTo(NOTIFICATION_KEY); in testDoNotUpdateMissedCallNotificationWithContentPostedIfNoPersonsAttached() [all …]
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/people/ |
D | PeopleSpaceUtilsTest.java | 94 private static final String NOTIFICATION_KEY = "notification_key"; field in PeopleSpaceUtilsTest 117 .setNotificationKey(NOTIFICATION_KEY)
|
D | PeopleTileViewHelperTest.java | 81 private static final String NOTIFICATION_KEY = "notification_key"; field in PeopleTileViewHelperTest 108 .setNotificationKey(NOTIFICATION_KEY) 117 .setNotificationKey(NOTIFICATION_KEY)
|