Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
DNotificationPanelViewController.java586 private String mViewName; field in NotificationPanelViewController
826 mViewName = mResources.getResourceName(mView.getId()); in NotificationPanelViewController()
3588 ipw.print("mViewName="); ipw.println(mViewName);
3705 Log.d(TAG, (mViewName != null ? (mViewName + ": ") : "") + String.format(fmt, args));