Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBar.java5880 View gutsView = item.getGutsView(); in bindGuts() local
5881 if (gutsView instanceof NotificationSnooze) { in bindGuts()
5882 NotificationSnooze snoozeGuts = (NotificationSnooze) gutsView; in bindGuts()
5891 if (gutsView instanceof NotificationInfo) { in bindGuts()
5898 NotificationInfo info = (NotificationInfo) gutsView; in bindGuts()