Home | History | Annotate | Download | only in strictmodetest

Lines Matching full:button

53 import android.widget.Button;
109 final Button readButton = (Button) findViewById(R.id.read_button);
126 final Button writeButton = (Button) findViewById(R.id.write_button);
135 final Button writeLoopButton = (Button) findViewById(R.id.write_loop_button);
150 final Button dnsButton = (Button) findViewById(R.id.dns_button);
177 final Button httpButton = (Button) findViewById(R.id.http_button);
195 final Button http2Button = (Button) findViewById(R.id.http2_button);
211 final Button http3Button = (Button) findViewById(R.id.http3_button);
226 final Button binderLocalButton = (Button) findViewById(R.id.binder_local_button);
238 final Button binderRemoteButton = (Button) findViewById(R.id.binder_remote_button);
252 final Button binderOneWayButton = (Button) findViewById(R.id.binder_oneway_button);
264 final Button binderCheckButton = (Button) findViewById(R.id.binder_check_button);
279 final Button serviceDumpButton = (Button) findViewById(R.id.service_dump);
302 final Button lingerCloseButton = (Button) findViewById(R.id.linger_close_button);
309 final Button nonlingerCloseButton = (Button) findViewById(R.id.nonlinger_close_button);
316 final Button leakCursorButton = (Button) findViewById(R.id.leak_cursor_button);
337 final Button customButton = (Button) findViewById(R.id.custom_button);
344 final Button gcInstanceButton = (Button) findViewById(R.id.gc_instance_button);