Searched refs:checkSave (Results 1 – 4 of 4) sorted by relevance
117 CheckSaveListener checkSave, OnSettingsClickListener onSettingsClick) { in setUpWithPresenter() argument120 mCheckSaveListener = checkSave; in setUpWithPresenter()
196 mCheckSaveListener.checkSave(saveImportance, mSbn); in handleSaveImportance()235 void checkSave(Runnable saveImportance, StatusBarNotification sbn); in checkSave() method
490 public void checkSave(Runnable saveImportance, StatusBarNotification sbn) {
932 verify(listener, times(0)).checkSave(any(Runnable.class), eq(mSbn)); in testCloseControls_nonNullCheckSaveListenerDoesntDelayDismiss_BlockingHelper()960 verify(listener).checkSave(any(Runnable.class), eq(mSbn)); in testCloseControls_checkSaveListenerDelaysStopNotifications_BlockingHelper()