Home | History | Annotate | Download | only in widget

Lines Matching defs:mHomeDescription

94     private CharSequence mHomeDescription;
579 if (mHomeDescription != null) {
580 homeDesc = mHomeDescription;
1329 mHomeDescription = description;
1335 mHomeDescription = resId != 0 ? getResources().getText(resId) : null;