Home | History | Annotate | Download | only in settings

Lines Matching refs:Button

59 import android.widget.Button;
428 * re-run if the user clicks the power button (sleeping/waking the screen), and this is
573 // Hide the encryption-bot to make room for the "factory reset" button
576 // Show the reset button, failure text, and a divider
577 final Button button = (Button) findViewById(R.id.factory_reset);
578 button.setVisibility(View.VISIBLE);
579 button.setOnClickListener(new OnClickListener() {
749 // Disable the Emergency call button if the device has no voice telephone capability
753 Log.d(TAG, "Removing the emergency Call button");
921 * Code to update the state of, and handle clicks from, the "Emergency call" button.
927 final Button emergencyCall = (Button) findViewById(R.id.emergencyCallButton);
928 // The button isn't present at all in some configurations.