Home | History | Annotate | Download | only in ui

Lines Matching full:resid

124         final int resId;
126 resId = R.plurals.conversation_deleted;
130 resId = R.plurals.conversation_folder_changed;
134 resId = R.plurals.conversation_archived;
136 resId = R.plurals.conversation_spammed;
138 resId = R.plurals.conversation_not_spam;
140 resId = R.plurals.conversation_not_important;
142 resId = R.plurals.conversation_muted;
144 resId = R.plurals.conversation_unstarred;
146 resId = R.plurals.conversation_phished;
148 resId = -1;
150 final String desc = (resId == -1) ? "" :
151 String.format(context.getResources().getQuantityString(resId, mCount), mCount);
159 final int resId;
161 resId = R.string.deleted;
163 resId = R.string.archived;
165 resId = -1;
167 return (resId == -1) ? "" : context.getString(resId);