Home
last modified time | relevance | path

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

/packages/apps/Car/SystemUI/src/com/android/systemui/car/statusicon/
DStatusIconPanelViewController.java89 private final ArrayList<SystemUIQCViewController> mQCViewControllers = new ArrayList<>(); field in StatusIconPanelViewController
419 mQCViewControllers.forEach(SystemUIQCViewController::destroyQCViews); in reset()
420 mQCViewControllers.clear(); in reset()
435 mQCViewControllers.add(qcController); in initQCElementViews()