Searched refs:NotificationInfo (Results 1 – 4 of 4) sorted by relevance
56 public class NotificationInfo extends LinearLayout implements NotificationGuts.GutsContent { class79 public NotificationInfo(Context context, AttributeSet attrs) { in NotificationInfo() method in NotificationInfo
599 NotificationInfo infoContent = (NotificationInfo) LayoutInflater.from(context).inflate(
84 private NotificationInfo mNotificationInfo;95 mNotificationInfo = (NotificationInfo) layoutInflater.inflate(R.layout.notification_info, in setUp()
202 import com.android.systemui.statusbar.NotificationInfo;5891 if (gutsView instanceof NotificationInfo) { in bindGuts()5898 NotificationInfo info = (NotificationInfo) gutsView; in bindGuts()5901 NotificationInfo.OnSettingsClickListener onSettingsClick = null; in bindGuts()5909 final NotificationInfo.OnAppSettingsClickListener onAppSettingsClick = (View v, in bindGuts()5918 final NotificationInfo.CheckSaveListener checkSaveListener = in bindGuts()5961 private void saveAndCloseNotificationMenu(NotificationInfo info, in saveAndCloseNotificationMenu()