Searched defs:saveImportance (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationInfo.java86 // Listener should run saveImportance unless the change should be canceled.
87 void checkSave(Runnable saveImportance); argument
284 private void saveImportance() { method in class:NotificationInfo
412 mCheckSaveListener.checkSave(() -> { saveImportance(); });
414 saveImportance();

Completed in 39 milliseconds