Home | History | Annotate | Download | only in phone

Lines Matching full:button

44 import android.widget.Button;
102 public Button otaEndButton;
103 public Button otaActivateButton;
104 public Button otaSkipButton;
105 public Button otaNextButton;
121 public Button otaTryAgainButton;
714 if (DBG) log("Activation End Call Button Clicked!");
727 if (DBG) log("OTA Speaker button Clicked!");
838 mOtaWidgetData.otaEndButton = (Button) mInCallScreen.findViewById(R.id.otaEndButton);
844 (Button) mInCallScreen.findViewById(R.id.otaActivateButton);
846 mOtaWidgetData.otaSkipButton = (Button) mInCallScreen.findViewById(R.id.otaSkipButton);
848 mOtaWidgetData.otaNextButton = (Button) mInCallScreen.findViewById(R.id.otaNextButton);
851 (Button) mInCallScreen.findViewById(R.id.otaTryAgainButton);