Home | History | Annotate | Download | only in phone

Lines Matching refs:Button

47 import android.widget.Button;
181 public Button otaEndButton;
182 public Button otaActivateButton;
183 public Button otaSkipButton;
184 public Button otaNextButton;
198 public Button otaTryAgainButton;
319 // - this is triggered by the "Activate device" button in settings,
326 // - when the user presses the "Activate" button we launch the
344 // button.
676 * onscreen "Activate" button, and is only used in interactive mode.
1229 if (DBG) log("Activation End Call Button Clicked!");
1242 if (DBG) log("OTA Speaker button Clicked!");
1353 // mOtaWidgetData.otaEndButton = (Button) mInCallScreen.findViewById(R.id.otaEndButton);
1359 // (Button) mInCallScreen.findViewById(R.id.otaActivateButton);
1361 // mOtaWidgetData.otaSkipButton = (Button) mInCallScreen.findViewById(R.id.otaSkipButton);
1363 // mOtaWidgetData.otaNextButton = (Button) mInCallScreen.findViewById(R.id.otaNextButton);
1366 // (Button) mInCallScreen.findViewById(R.id.otaTryAgainButton);