Home
last modified time | relevance | path

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

/packages/apps/Phone/src/com/android/phone/
DOtaUtils.java194 public TextView otaTextListenProgress; field in OtaUtils.OtaWidgetData
793 mOtaWidgetData.otaTextListenProgress.setVisibility(View.VISIBLE); in otaShowListeningScreen()
794 mOtaWidgetData.otaTextListenProgress.setText(R.string.ota_listen); in otaShowListeningScreen()
926 mOtaWidgetData.otaTextListenProgress.setVisibility(View.VISIBLE); in otaShowInProgressScreen()
927 mOtaWidgetData.otaTextListenProgress.setText(R.string.ota_progress); in otaShowInProgressScreen()
1124 mOtaWidgetData.otaTextListenProgress.setVisibility(View.GONE); in otaScreenInitialize()
1383 mOtaWidgetData.otaTextListenProgress = in initOtaInCallScreen()
1467 mOtaWidgetData.otaTextListenProgress.setVisibility(View.GONE); in cleanOtaScreen()