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/notification/row/
DNotificationInfo.java185 Runnable saveImportance = () -> { in handleSaveImportance() local
196 mCheckSaveListener.checkSave(saveImportance, mSbn); in handleSaveImportance()
198 saveImportance.run(); in handleSaveImportance()
235 void checkSave(Runnable saveImportance, StatusBarNotification sbn); in checkSave() argument
522 private void saveImportance() {
790 saveImportance();
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBarNotificationPresenter.java494 public void checkSave(Runnable saveImportance, StatusBarNotification sbn) {
499 saveImportance.run();
503 saveImportance.run();
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
DNotificationInfoTest.java1390 (Runnable saveImportance, StatusBarNotification sbn) -> { in testCloseControlsUpdatesWhenCheckSaveListenerUsesCallback()
1391 saveImportance.run(); in testCloseControlsUpdatesWhenCheckSaveListenerUsesCallback()
1425 (Runnable saveImportance, StatusBarNotification sbn) -> { in testCloseControls_withoutHittingApply()
1426 saveImportance.run(); in testCloseControls_withoutHittingApply()
1453 (Runnable saveImportance, StatusBarNotification sbn) -> { in testWillBeRemovedReturnsFalse()
1454 saveImportance.run(); in testWillBeRemovedReturnsFalse()