Searched refs:CheckSaveListener (Results 1 – 6 of 6) sorted by relevance
35 import com.android.systemui.statusbar.notification.row.NotificationInfo.CheckSaveListener;65 @Mock private CheckSaveListener mCheckSaveListener;
106 @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()
871 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()
55 import com.android.systemui.statusbar.notification.row.NotificationInfo.CheckSaveListener;97 private CheckSaveListener mCheckSaveListener;116 CheckSaveListener checkSave, OnSettingsClickListener onSettingsClick) { in setUpWithPresenter()
134 private CheckSaveListener mCheckSaveListener;232 public interface CheckSaveListener { interface in NotificationInfo255 final CheckSaveListener checkSaveListener, in bindNotification()278 CheckSaveListener checkSaveListener, in bindNotification()
74 import com.android.systemui.statusbar.notification.row.NotificationInfo.CheckSaveListener;492 private final CheckSaveListener mCheckSaveListener = new CheckSaveListener() {