Searched refs:mAccountsButton (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Calendar/src/com/android/calendar/selectcalendars/
H A DSelectCalendarsSyncFragment.java74 private Button mAccountsButton; field in class:SelectCalendarsSyncFragment
104 mAccountsButton = (Button) v.findViewById(R.id.sync_settings);
105 mAccountsButton.setVisibility(View.GONE);
106 mAccountsButton.setOnClickListener(this);
130 mAccountsButton.setText(res.getString(R.string.accounts));
131 mAccountsButton.setVisibility(View.VISIBLE);
134 mAccountsButton.setVisibility(View.GONE);

Completed in 101 milliseconds