Lines Matching full:button
52 import android.widget.Button;
127 private Button radioPowerButton;
128 private Button dnsCheckToggleButton;
129 private Button pingTestButton;
130 private Button updateSmscButton;
131 private Button refreshSmscButton;
132 private Button oemInfoButton;
285 radioPowerButton = (Button) findViewById(R.id.radio_power);
288 pingTestButton = (Button) findViewById(R.id.ping_test);
290 updateSmscButton = (Button) findViewById(R.id.update_smsc);
292 refreshSmscButton = (Button) findViewById(R.id.refresh_smsc);
294 dnsCheckToggleButton = (Button) findViewById(R.id.dns_check_toggle);
297 oemInfoButton = (Button) findViewById(R.id.oem_info);