Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DStatusBarIconView.java420 Context notifContext = getContext(); in getIcon() local
422 notifContext = mNotification.getPackageContext(getContext()); in getIcon()
424 return getIcon(getContext(), notifContext != null ? notifContext : getContext(), icon); in getIcon()