Searched refs:gutsView (Results 1 – 1 of 1) sorted by relevance
214 View gutsView = item.getGutsView(); in bindGuts() local216 if (gutsView instanceof NotificationSnooze) { in bindGuts()217 initializeSnoozeView(row, (NotificationSnooze) gutsView); in bindGuts()218 } else if (gutsView instanceof AppOpsInfo) { in bindGuts()219 initializeAppOpsInfo(row, (AppOpsInfo) gutsView); in bindGuts()220 } else if (gutsView instanceof NotificationInfo) { in bindGuts()221 initializeNotificationInfo(row, (NotificationInfo) gutsView); in bindGuts()