Searched refs:saveImportance (Results 1 – 3 of 3) sorted by relevance
87 void checkSave(Runnable saveImportance); in checkSave() argument274 private void saveImportance() { in saveImportance() method in NotificationInfo402 mCheckSaveListener.checkSave(() -> { saveImportance(); }); in handleCloseControls()404 saveImportance(); in handleCloseControls()
709 (Runnable saveImportance) -> { in testCloseControlsDoesNotUpdateIfCheckSaveListenerIsNoOp()726 (Runnable saveImportance) -> { in testCloseControlsUpdatesWhenCheckSaveListenerUsesCallback()727 saveImportance.run(); in testCloseControlsUpdatesWhenCheckSaveListenerUsesCallback()
5919 (Runnable saveImportance) -> { in bindGuts()5925 saveImportance.run(); in bindGuts()5929 saveImportance.run(); in bindGuts()