Home
last modified time | relevance | path

Searched refs:checkSave (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationGutsManager.java117 CheckSaveListener checkSave, OnSettingsClickListener onSettingsClick) { in setUpWithPresenter() argument
120 mCheckSaveListener = checkSave; in setUpWithPresenter()
DNotificationInfo.java196 mCheckSaveListener.checkSave(saveImportance, mSbn); in handleSaveImportance()
235 void checkSave(Runnable saveImportance, StatusBarNotification sbn); in checkSave() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBarNotificationPresenter.java490 public void checkSave(Runnable saveImportance, StatusBarNotification sbn) {
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
DNotificationInfoTest.java932 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()