Searched refs:NOTIFICATION_KEY (Results 1 – 4 of 4) sorted by relevance
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/logging/ |
H A D | ExpansionStateLoggerTest.java | 50 private static final String NOTIFICATION_KEY = "notin_key"; field in ExpansionStateLoggerTest 77 mLogger.onExpansionChanged(NOTIFICATION_KEY, false, true, in testExpanded() 87 mLogger.onExpansionChanged(NOTIFICATION_KEY, true, false, in testVisibleAndNotExpanded() 100 mLogger.onExpansionChanged(NOTIFICATION_KEY, true, true, in testVisibleAndExpanded() 108 NOTIFICATION_KEY, true, true, in testVisibleAndExpanded() 114 mLogger.onExpansionChanged(NOTIFICATION_KEY, false, true, in testExpandedAndVisible_expandedBeforeVisible() 123 NOTIFICATION_KEY, false, true, in testExpandedAndVisible_expandedBeforeVisible() 139 NOTIFICATION_KEY, false, true, in testExpandedAndVisible_visibleBeforeExpanded() 156 NOTIFICATION_KEY, false, true, in testExpandedAndVisible_logOnceOnly() 162 mLogger.onExpansionChanged(NOTIFICATION_KEY, true, true, in testOnEntryUpdated() [all …]
|
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/people/widget/ |
H A D | PeopleSpaceWidgetManagerTest.java | 166 private static final String NOTIFICATION_KEY = "0|com.android.systemui.tests|0|null|0"; field in PeopleSpaceWidgetManagerTest 182 .setNotificationKey(NOTIFICATION_KEY + "1") 642 assertThat(tile.getNotificationKey()).isEqualTo(NOTIFICATION_KEY); in testUpdateNotificationPostedIfExistingTile() 701 assertThat(tile.getNotificationKey()).isEqualTo(NOTIFICATION_KEY); in testUpdateMissedCallNotificationWithoutContentPostedIfExistingTile() 725 assertThat(tile.getNotificationKey()).isEqualTo(NOTIFICATION_KEY); in testUpdateMissedCallNotificationWithContentPostedIfExistingTile() 749 assertThat(tileWithMissedCallOrigin.getNotificationKey()).isEqualTo(NOTIFICATION_KEY); in testUpdateMissedCallNotificationWithContentPostedIfMatchingUriTile() 755 assertThat(tileWithSameUri.getNotificationKey()).isEqualTo(NOTIFICATION_KEY); in testUpdateMissedCallNotificationWithContentPostedIfMatchingUriTile() 823 assertThat(tileWithMissedCallOrigin.getNotificationKey()).isEqualTo(NOTIFICATION_KEY); in testUpdateMissedCallNotificationWithContentPostedIfMatchingUriTileFromSender() 829 assertThat(tileWithSameUri.getNotificationKey()).isEqualTo(NOTIFICATION_KEY); in testUpdateMissedCallNotificationWithContentPostedIfMatchingUriTileFromSender() 868 assertThat(tileWithMissedCallOrigin.getNotificationKey()).isEqualTo(NOTIFICATION_KEY); in testDoNotUpdateMissedCallNotificationWithContentPostedIfNoPersonsAttached() [all …]
|
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/people/ |
H A D | PeopleSpaceUtilsTest.java | 95 private static final String NOTIFICATION_KEY = "notification_key"; field in PeopleSpaceUtilsTest 118 .setNotificationKey(NOTIFICATION_KEY)
|
H A D | PeopleTileViewHelperTest.java | 76 private static final String NOTIFICATION_KEY = "notification_key"; field in PeopleTileViewHelperTest 103 .setNotificationKey(NOTIFICATION_KEY) 112 .setNotificationKey(NOTIFICATION_KEY)
|