Searched refs:mQCViews (Results 1 – 1 of 1) sorted by relevance
74 private final ArrayList<SystemUIQCView> mQCViews = new ArrayList<>(); field in StatusIconPanelController207 return mQCViews; in getQCViews()290 mQCViews.forEach(qcView -> qcView.listen(true)); in attachPanel()344 mOnQcViewsFoundListener.qcViewsFound(mQCViews); in createPanel()358 mQCViews.forEach(qcView -> qcView.listen(false)); in createPanel()418 mQCViews.forEach(v -> v.destroy()); in reset()419 mQCViews.clear(); in reset()427 mQCViews.add(qcv); in findQcViews()