Home | History | Annotate | Download | only in launcher2

Lines Matching refs:title

67         title = info.title.toString();
81 title = info.title.toString();
125 String titleStr = title != null ? title.toString() : null;
126 values.put(LauncherSettings.BaseLauncherColumns.TITLE, titleStr);
152 return "ShortcutInfo(title=" + title.toString() + "intent=" + intent + "id=" + this.id
162 Log.d(tag, " title=\"" + info.title + " icon=" + info.mIcon