Searched refs:TEST_NOTIFICATION_KEY (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
H A DSmartReplyControllerTest.java47 private static final String TEST_NOTIFICATION_KEY = "akey"; field in class:SmartReplyControllerTest
74 when(sbn.getKey()).thenReturn(TEST_NOTIFICATION_KEY);
81 when(sbn.getKey()).thenReturn(TEST_NOTIFICATION_KEY);
83 argThat(entry -> entry.notification.getKey().equals(TEST_NOTIFICATION_KEY)),
92 argThat(entry -> entry.notification.getKey().equals(TEST_NOTIFICATION_KEY)),
95 argThat(sbn2 -> sbn2.getKey().equals(TEST_NOTIFICATION_KEY)), isNull());
101 when(sbn.getKey()).thenReturn(TEST_NOTIFICATION_KEY);
103 argThat(entry -> entry.notification.getKey().equals(TEST_NOTIFICATION_KEY)),
110 verify(mIStatusBarService).onNotificationSmartReplySent(TEST_NOTIFICATION_KEY,
120 verify(mIStatusBarService).onNotificationSmartRepliesAdded(TEST_NOTIFICATION_KEY,
[all...]
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/
H A DSmartReplyViewTest.java68 private static final String TEST_NOTIFICATION_KEY = "akey"; field in class:SmartReplyViewTest
109 when(sbn.getKey()).thenReturn(TEST_NOTIFICATION_KEY);

Completed in 179 milliseconds