Home
last modified time | relevance | path

Searched refs:mContentInfo (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Car/SystemUpdater/src/com/android/car/systemupdater/
DUpdateLayoutFragment.java65 private TextView mContentInfo; field in UpdateLayoutFragment
122 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()