Searched refs:NotificationInfo (Results 1 – 9 of 9) sorted by relevance
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/ |
D | NotificationGutsManagerTest.java | 106 @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 …]
|
D | NotificationInfoTest.java | 103 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()
|
D | ChannelEditorDialogControllerTest.kt | 182 private val clickListener = object : NotificationInfo.OnSettingsClickListener {
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ |
D | NotificationGutsManager.java | 55 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()
|
D | ChannelEditorDialogController.kt | 72 private var onSettingsClickListener: NotificationInfo.OnSettingsClickListener? = null in <lambda>() 100 onSettingsClickListener: NotificationInfo.OnSettingsClickListener? in <lambda>()
|
D | NotificationMenuRow.java | 669 NotificationInfo infoContent = (NotificationInfo) LayoutInflater.from(context).inflate( in createInfoItem() 678 NotificationInfo infoContent = (NotificationInfo) LayoutInflater.from(context).inflate( in createInfoItem()
|
D | NotificationInfo.java | 79 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/ |
D | NonPhoneDependencyTest.java | 35 import com.android.systemui.statusbar.notification.row.NotificationInfo.CheckSaveListener;
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | StatusBarNotificationPresenter.java | 74 import com.android.systemui.statusbar.notification.row.NotificationInfo.CheckSaveListener;
|