Home
last modified time | relevance | path

Searched refs:CheckSaveListener (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
DNonPhoneDependencyTest.java35 import com.android.systemui.statusbar.notification.row.NotificationInfo.CheckSaveListener;
65 @Mock private CheckSaveListener mCheckSaveListener;
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
DNotificationGutsManagerTest.java106 @Mock private NotificationInfo.CheckSaveListener mCheckSaveListener;
329 any(NotificationInfo.CheckSaveListener.class), in testInitializeNotificationInfoView_showBlockingHelper()
358 any(NotificationInfo.CheckSaveListener.class), in testInitializeNotificationInfoView_dontShowBlockingHelper()
389 any(NotificationInfo.CheckSaveListener.class), in testInitializeNotificationInfoView_highPriority()
419 any(NotificationInfo.CheckSaveListener.class), in testInitializeNotificationInfoView_PassesAlongProvisionedState()
448 any(NotificationInfo.CheckSaveListener.class), in testInitializeNotificationInfoView_withInitialAction()
DNotificationInfoTest.java871 NotificationInfo.CheckSaveListener listener = in testCloseControls_nonNullCheckSaveListenerDoesntDelayKeepShowing_BlockingHelper()
872 mock(NotificationInfo.CheckSaveListener.class); in testCloseControls_nonNullCheckSaveListenerDoesntDelayKeepShowing_BlockingHelper()
910 NotificationInfo.CheckSaveListener listener = in testCloseControls_nonNullCheckSaveListenerDoesntDelayDismiss_BlockingHelper()
911 mock(NotificationInfo.CheckSaveListener.class); in testCloseControls_nonNullCheckSaveListenerDoesntDelayDismiss_BlockingHelper()
938 NotificationInfo.CheckSaveListener listener = in testCloseControls_checkSaveListenerDelaysStopNotifications_BlockingHelper()
939 mock(NotificationInfo.CheckSaveListener.class); in testCloseControls_checkSaveListenerDelaysStopNotifications_BlockingHelper()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationGutsManager.java55 import com.android.systemui.statusbar.notification.row.NotificationInfo.CheckSaveListener;
97 private CheckSaveListener mCheckSaveListener;
116 CheckSaveListener checkSave, OnSettingsClickListener onSettingsClick) { in setUpWithPresenter()
DNotificationInfo.java134 private CheckSaveListener mCheckSaveListener;
232 public interface CheckSaveListener { interface in NotificationInfo
255 final CheckSaveListener checkSaveListener, in bindNotification()
278 CheckSaveListener checkSaveListener, in bindNotification()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBarNotificationPresenter.java74 import com.android.systemui.statusbar.notification.row.NotificationInfo.CheckSaveListener;
492 private final CheckSaveListener mCheckSaveListener = new CheckSaveListener() {