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

/packages/apps/Messaging/src/com/android/messaging/ui/conversationsettings/
H A DPeopleOptionsItemView.java45 private TextView mSubtitle; field in class:PeopleOptionsItemView
58 mSubtitle = (TextView) findViewById(R.id.subtitle);
77 mSubtitle.setVisibility(GONE);
79 mSubtitle.setVisibility(VISIBLE);
80 mSubtitle.setText(subtitle);
93 mSubtitle.setEnabled(enabled);
/packages/apps/Messaging/src/com/android/messaging/datamodel/data/
H A DPeopleOptionsItemData.java53 private String mSubtitle; field in class:PeopleOptionsItemData
74 mSubtitle = null;
93 mSubtitle = mContext.getString(R.string.silent_ringtone);
97 mSubtitle = ringtone.getTitle(mContext);
129 return mSubtitle;
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
H A DAttachmentTile.java50 private TextView mSubtitle; field in class:AttachmentTile
88 mSubtitle = (TextView) findViewById(R.id.attachment_tile_subtitle);
152 mSubtitle.setText(sb.toString());
164 mSubtitle.setVisibility(View.VISIBLE);
178 mSubtitle.setVisibility(View.GONE);
/packages/apps/Contacts/src/com/android/contacts/quickcontact/
H A DDataAction.java63 private CharSequence mSubtitle; field in class:DataAction
86 mSubtitle = "";
95 mSubtitle = context.getString(type.labelRes);
98 mSubtitle = item.getContentValues().getAsString(type.customColumn);
189 mSubtitle = Im.getProtocolLabel(context.getResources(), Im.PROTOCOL_GOOGLE_TALK,
255 return mSubtitle;
/packages/apps/Messaging/src/com/android/messaging/ui/
H A DBugleActionBarActivity.java270 private CharSequence mSubtitle; field in class:BugleActionBarActivity.CustomActionMode
290 mSubtitle = subtitle;
295 mSubtitle = getResources().getString(resId);
328 return mSubtitle;
/packages/apps/Gallery2/src/com/android/gallery3d/app/
H A DAlbumSetPage.java91 private String mSubtitle; field in class:AlbumSetPage
328 mSubtitle = data.getString(AlbumSetPage.KEY_SET_SUBTITLE);
564 mActionBar.setSubtitle(mSubtitle);

Completed in 133 milliseconds