Searched refs:mAccountsButton (Results 1 – 1 of 1) sorted by relevance
74 private Button mAccountsButton; field in SelectCalendarsSyncFragment104 mAccountsButton = (Button) v.findViewById(R.id.sync_settings); in onCreateView()105 mAccountsButton.setVisibility(View.GONE); in onCreateView()106 mAccountsButton.setOnClickListener(this); in onCreateView()130 mAccountsButton.setText(res.getString(R.string.accounts)); in onResume()131 mAccountsButton.setVisibility(View.VISIBLE); in onResume()134 mAccountsButton.setVisibility(View.GONE); in onResume()