Searched refs:syncFailedView (Results 1 – 1 of 1) sorted by relevance
64 final View syncFailedView = view.findViewById(R.id.sync_failed); in onBindView() local71 syncFailedView.setVisibility(failedVisible ? View.VISIBLE : View.GONE); in onBindView()