Home | History | Annotate | Download | only in calendar

Lines Matching refs:accountName

440                 TextView accountName = (TextView) view.findViewById(R.id.account_name);
441 if(accountName != null) {
443 accountName.setText(cursor.getString(CALENDARS_INDEX_OWNER_ACCOUNT));
444 accountName.setVisibility(TextView.VISIBLE);
445 accountName.setTextColor(res.getColor(R.color.calendar_owner_text_color));