Searched refs:mContentInfo (Results 1 – 1 of 1) sorted by relevance
65 private TextView mContentInfo; field in UpdateLayoutFragment122 mContentInfo = view.findViewById(R.id.system_update_auto_content_info); in onViewCreated()166 mContentInfo.append(getString(R.string.update_file_name, mUpdateFile.getName())); in showInstallNow()167 mContentInfo.append(System.getProperty("line.separator")); in showInstallNow()168 mContentInfo.append(getString(R.string.update_file_size)); in showInstallNow()169 mContentInfo.append(Formatter.formatFileSize(getContext(), mUpdateFile.length())); in showInstallNow()