Home
last modified time | relevance | path

Searched refs:CheckSaveListener (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
DNonPhoneDependencyTest.java35 import com.android.systemui.statusbar.notification.row.NotificationInfo.CheckSaveListener;
63 @Mock private CheckSaveListener mCheckSaveListener;
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBarNotificationPresenter.java73 import com.android.systemui.statusbar.notification.row.NotificationInfo.CheckSaveListener;
448 private final CheckSaveListener mCheckSaveListener = new CheckSaveListener() {
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationGutsManager.java66 import com.android.systemui.statusbar.notification.row.NotificationInfo.CheckSaveListener;
110 private CheckSaveListener mCheckSaveListener;
161 CheckSaveListener checkSave, OnSettingsClickListener onSettingsClick) { in setUpWithPresenter()
DNotificationInfo.java162 public interface CheckSaveListener { interface in NotificationInfo
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
DNotificationGutsManagerTest.java120 @Mock private NotificationInfo.CheckSaveListener mCheckSaveListener;