Home | History | Annotate | Download | only in alwayson

Lines Matching full:settext

292             mTimeTextView.setText(sDateFormat.format(new Date()));
293 mTimeStampTextView.setText(getString(R.string.timestamp_label, currentTimeMs));
295 mStateTextView.setText(getString(R.string.mode_ambient_label));
296 mUpdateRateTextView.setText(
299 mDrawCountTextView.setText(getString(R.string.draw_count_label, mDrawCount));
302 mTimeTextView.setText(sDateFormat.format(new Date()));
303 mTimeStampTextView.setText(getString(R.string.timestamp_label, currentTimeMs));
305 mStateTextView.setText(getString(R.string.mode_active_label));
306 mUpdateRateTextView.setText(
309 mDrawCountTextView.setText(getString(R.string.draw_count_label, mDrawCount));