Searched refs:button_allow (Results 1 – 2 of 2) sorted by relevance
228 Button button_allow = (Button) view.findViewById(R.id.log_access_dialog_allow_button); in createView() local229 button_allow.setOnClickListener(this); in createView()
213 mAllowButton = findViewById(R.id.button_allow); in setViews()