Searched refs:otaTextListenProgress (Results 1 – 1 of 1) sorted by relevance
190 public TextView otaTextListenProgress; field in OtaUtils.OtaWidgetData736 mOtaWidgetData.otaTextListenProgress.setVisibility(View.VISIBLE); in otaShowListeningScreen()737 mOtaWidgetData.otaTextListenProgress.setText(R.string.ota_listen); in otaShowListeningScreen()869 mOtaWidgetData.otaTextListenProgress.setVisibility(View.VISIBLE); in otaShowInProgressScreen()870 mOtaWidgetData.otaTextListenProgress.setText(R.string.ota_progress); in otaShowInProgressScreen()1067 mOtaWidgetData.otaTextListenProgress.setVisibility(View.GONE); in otaScreenInitialize()1411 mOtaWidgetData.otaTextListenProgress.setVisibility(View.GONE); in cleanOtaScreen()