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