Home | History | Annotate | Download | only in launcher2

Lines Matching refs:newTitle

256         String newTitle = mFolderName.getText().toString();
257 mInfo.setTitle(newTitle);
262 String.format(getContext().getString(R.string.folder_renamed), newTitle));