Lines Matching refs:TextView
50 import android.widget.TextView;
193 public TextView otaTextSuccessFail;
196 public TextView otaTextActivate;
197 public TextView otaTextListenProgress;
201 public TextView otaTitle;
1388 mOtaWidgetData.otaTitle = (TextView) mInCallScreen.findViewById(R.id.otaTitle);
1389 mOtaWidgetData.otaTextActivate = (TextView) mInCallScreen.findViewById(R.id.otaActivate);
1392 (TextView) mInCallScreen.findViewById(R.id.otaListenProgress);
1397 (TextView) mInCallScreen.findViewById(R.id.otaSuccessFailStatus);