Home
last modified time | relevance | path

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

/packages/apps/Phone/src/com/android/phone/
DOtaUtils.java182 public Button otaEndButton; field in OtaUtils.OtaWidgetData
1238 case R.id.otaEndButton: in onClickHandler()
1400 mOtaWidgetData.otaEndButton = (Button) mInCallScreen.findViewById(R.id.otaEndButton); in initOtaInCallScreen()
1401 mOtaWidgetData.otaEndButton.setOnClickListener(mInCallScreen); in initOtaInCallScreen()