Searched refs:enableDebugLoggingView (Results 1 – 1 of 1) sorted by relevance
57 final CheckBox enableDebugLoggingView = UiUtilities.getView(view, R.id.debug_logging); in onCreateView() local58 enableDebugLoggingView.setChecked(DebugUtils.DEBUG); in onCreateView()64 enableDebugLoggingView.setOnCheckedChangeListener(this); in onCreateView()