Lines Matching refs:findViewById

109         final Button readButton = (Button) findViewById(R.id.read_button);  in onCreate()
126 final Button writeButton = (Button) findViewById(R.id.write_button); in onCreate()
135 final Button writeLoopButton = (Button) findViewById(R.id.write_loop_button); in onCreate()
150 final Button dnsButton = (Button) findViewById(R.id.dns_button); in onCreate()
177 final Button httpButton = (Button) findViewById(R.id.http_button); in onCreate()
195 final Button http2Button = (Button) findViewById(R.id.http2_button); in onCreate()
211 final Button http3Button = (Button) findViewById(R.id.http3_button); in onCreate()
226 final Button binderLocalButton = (Button) findViewById(R.id.binder_local_button); in onCreate()
238 final Button binderRemoteButton = (Button) findViewById(R.id.binder_remote_button); in onCreate()
252 final Button binderOneWayButton = (Button) findViewById(R.id.binder_oneway_button); in onCreate()
264 final Button binderCheckButton = (Button) findViewById(R.id.binder_check_button); in onCreate()
279 final Button serviceDumpButton = (Button) findViewById(R.id.service_dump); in onCreate()
302 final Button lingerCloseButton = (Button) findViewById(R.id.linger_close_button); in onCreate()
309 final Button nonlingerCloseButton = (Button) findViewById(R.id.nonlinger_close_button); in onCreate()
316 final Button leakCursorButton = (Button) findViewById(R.id.leak_cursor_button); in onCreate()
337 final Button customButton = (Button) findViewById(R.id.custom_button); in onCreate()
344 final Button gcInstanceButton = (Button) findViewById(R.id.gc_instance_button); in onCreate()
361 final CheckBox checkNoWrite = (CheckBox) findViewById(R.id.policy_no_write); in onCreate()
362 final CheckBox checkNoRead = (CheckBox) findViewById(R.id.policy_no_reads); in onCreate()
363 final CheckBox checkNoNetwork = (CheckBox) findViewById(R.id.policy_no_network); in onCreate()
364 final CheckBox checkCustom = (CheckBox) findViewById(R.id.policy_custom); in onCreate()
365 final CheckBox checkPenaltyLog = (CheckBox) findViewById(R.id.policy_penalty_log); in onCreate()
366 final CheckBox checkPenaltyDialog = (CheckBox) findViewById(R.id.policy_penalty_dialog); in onCreate()
367 final CheckBox checkPenaltyDeath = (CheckBox) findViewById(R.id.policy_penalty_death); in onCreate()
368 final CheckBox checkPenaltyDropBox = (CheckBox) findViewById(R.id.policy_penalty_dropbox); in onCreate()
369 final CheckBox checkPenaltyFlash = (CheckBox) findViewById(R.id.policy_penalty_flash); in onCreate()
370 …final CheckBox checkPenaltyNetworkDeath = (CheckBox) findViewById(R.id.policy_penalty_network_deat… in onCreate()