Home
last modified time | relevance | path

Searched refs:saveImportance (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationInfo.java87 void checkSave(Runnable saveImportance); in checkSave() argument
274 private void saveImportance() { in saveImportance() method in NotificationInfo
402 mCheckSaveListener.checkSave(() -> { saveImportance(); }); in handleCloseControls()
404 saveImportance(); in handleCloseControls()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
DNotificationInfoTest.java709 (Runnable saveImportance) -> { in testCloseControlsDoesNotUpdateIfCheckSaveListenerIsNoOp()
726 (Runnable saveImportance) -> { in testCloseControlsUpdatesWhenCheckSaveListenerUsesCallback()
727 saveImportance.run(); in testCloseControlsUpdatesWhenCheckSaveListenerUsesCallback()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBar.java5919 (Runnable saveImportance) -> { in bindGuts()
5925 saveImportance.run(); in bindGuts()
5929 saveImportance.run(); in bindGuts()