Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
H A DNotificationPanelViewController.java584 private String mViewName; field in NotificationPanelViewController
805 mViewName = mResources.getResourceName(mView.getId()); in NotificationPanelViewController()
3461 ipw.print("mViewName="); ipw.println(mViewName); in dump()
3600 Log.d(TAG, (mViewName != null ? (mViewName + ": ") : "") + String.format(fmt, args)); in debugLog()