Home | History | Annotate | Download | only in launcher3

Lines Matching refs:TITLE

127     private static final String ATTR_TITLE = "title";
291 protected long addShortcut(String title, Intent intent, int type) {
294 mValues.put(Favorites.TITLE, title);
408 * Parses a web shortcut. Required attributes url, icon, title
548 final String title;
551 title = mSourceRes.getString(titleResId);
553 title = mContext.getResources().getString(R.string.folder_name);
556 mValues.put(Favorites.TITLE, title);