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.java185 public Button otaNextButton; field in OtaUtils.OtaWidgetData
1015 mOtaWidgetData.otaNextButton.setVisibility(View.VISIBLE); in otaShowProgramSuccessDialog()
1133 mOtaWidgetData.otaNextButton.setVisibility(View.GONE); in otaScreenInitialize()
1254 case R.id.otaNextButton: in onClickHandler()
1410 mOtaWidgetData.otaNextButton = (Button) mInCallScreen.findViewById(R.id.otaNextButton); in initOtaInCallScreen()
1411 mOtaWidgetData.otaNextButton.setOnClickListener(mInCallScreen); in initOtaInCallScreen()
1475 mOtaWidgetData.otaNextButton.setVisibility(View.GONE); in cleanOtaScreen()