Home
last modified time | relevance | path

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

/packages/apps/Phone/src/com/android/phone/
DOtaUtils.java188 public Button otaNextButton; field in OtaUtils.OtaWidgetData
1023 mOtaWidgetData.otaNextButton.setVisibility(View.VISIBLE); in otaShowProgramSuccessDialog()
1141 mOtaWidgetData.otaNextButton.setVisibility(View.GONE); in otaScreenInitialize()
1262 case R.id.otaNextButton: in onClickHandler()
1418 mOtaWidgetData.otaNextButton = (Button) mInCallScreen.findViewById(R.id.otaNextButton); in initOtaInCallScreen()
1419 mOtaWidgetData.otaNextButton.setOnClickListener(mInCallScreen); in initOtaInCallScreen()
1483 mOtaWidgetData.otaNextButton.setVisibility(View.GONE); in cleanOtaScreen()