Home
last modified time | relevance | path

Searched refs:NotificationInfo (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
DNotificationGutsManagerTest.java106 @Mock private NotificationInfo.CheckSaveListener mCheckSaveListener;
312 NotificationInfo notificationInfoView = mock(NotificationInfo.class); in testInitializeNotificationInfoView_showBlockingHelper()
329 any(NotificationInfo.CheckSaveListener.class), in testInitializeNotificationInfoView_showBlockingHelper()
330 any(NotificationInfo.OnSettingsClickListener.class), in testInitializeNotificationInfoView_showBlockingHelper()
331 any(NotificationInfo.OnAppSettingsClickListener.class), in testInitializeNotificationInfoView_showBlockingHelper()
341 NotificationInfo notificationInfoView = mock(NotificationInfo.class); in testInitializeNotificationInfoView_dontShowBlockingHelper()
358 any(NotificationInfo.CheckSaveListener.class), in testInitializeNotificationInfoView_dontShowBlockingHelper()
359 any(NotificationInfo.OnSettingsClickListener.class), in testInitializeNotificationInfoView_dontShowBlockingHelper()
360 any(NotificationInfo.OnAppSettingsClickListener.class), in testInitializeNotificationInfoView_dontShowBlockingHelper()
370 NotificationInfo notificationInfoView = mock(NotificationInfo.class); in testInitializeNotificationInfoView_highPriority()
[all …]
DNotificationInfoTest.java103 private NotificationInfo mNotificationInfo;
133 mNotificationInfo = (NotificationInfo) layoutInflater.inflate(R.layout.notification_info, in setUp()
446 mock(NotificationInfo.OnSettingsClickListener.class), in testBindNotification_BlockLink_BlockingHelper()
871 NotificationInfo.CheckSaveListener listener = in testCloseControls_nonNullCheckSaveListenerDoesntDelayKeepShowing_BlockingHelper()
872 mock(NotificationInfo.CheckSaveListener.class); in testCloseControls_nonNullCheckSaveListenerDoesntDelayKeepShowing_BlockingHelper()
910 NotificationInfo.CheckSaveListener listener = in testCloseControls_nonNullCheckSaveListenerDoesntDelayDismiss_BlockingHelper()
911 mock(NotificationInfo.CheckSaveListener.class); in testCloseControls_nonNullCheckSaveListenerDoesntDelayDismiss_BlockingHelper()
938 NotificationInfo.CheckSaveListener listener = in testCloseControls_checkSaveListenerDelaysStopNotifications_BlockingHelper()
939 mock(NotificationInfo.CheckSaveListener.class); in testCloseControls_checkSaveListenerDelaysStopNotifications_BlockingHelper()
DChannelEditorDialogControllerTest.kt182 private val clickListener = object : NotificationInfo.OnSettingsClickListener {
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationGutsManager.java55 import com.android.systemui.statusbar.notification.row.NotificationInfo.CheckSaveListener;
220 } else if (gutsView instanceof NotificationInfo) { in bindGuts()
221 initializeNotificationInfo(row, (NotificationInfo) gutsView); in bindGuts()
284 NotificationInfo notificationInfoView) throws Exception { in initializeNotificationInfo()
289 NotificationInfo.OnSettingsClickListener onSettingsClick = null; in initializeNotificationInfo()
295 final NotificationInfo.OnAppSettingsClickListener onAppSettingsClick = in initializeNotificationInfo()
384 if (menuItem.getGutsView() instanceof NotificationInfo) { in openGuts()
DChannelEditorDialogController.kt72 private var onSettingsClickListener: NotificationInfo.OnSettingsClickListener? = null in <lambda>()
100 onSettingsClickListener: NotificationInfo.OnSettingsClickListener? in <lambda>()
DNotificationMenuRow.java669 NotificationInfo infoContent = (NotificationInfo) LayoutInflater.from(context).inflate( in createInfoItem()
678 NotificationInfo infoContent = (NotificationInfo) LayoutInflater.from(context).inflate( in createInfoItem()
DNotificationInfo.java79 public class NotificationInfo extends LinearLayout implements NotificationGuts.GutsContent { class
219 public NotificationInfo(Context context, AttributeSet attrs) { in NotificationInfo() method in NotificationInfo
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
DNonPhoneDependencyTest.java35 import com.android.systemui.statusbar.notification.row.NotificationInfo.CheckSaveListener;
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBarNotificationPresenter.java74 import com.android.systemui.statusbar.notification.row.NotificationInfo.CheckSaveListener;