Searched refs:mTimeRemaining (Results 1 – 1 of 1) sorted by relevance
169 mTimeRemaining = (TextView) findViewById(R.id.time_remaining); in onCreate()185 mTimeRemaining.setText(""); in startDownloadThread()284 mTimeRemaining.setText(timeRemaining); in onReportProgress()988 private TextView mTimeRemaining; field in DownloaderActivity