(Bundle savedInstanceState)
| 18 | private DatagramSocket mSocket; |
| 19 | |
| 20 | @Override |
| 21 | protected void onCreate(Bundle savedInstanceState) { |
| 22 | super.onCreate(savedInstanceState); |
| 23 | setContentView(R.layout.activity_main); |
| 24 | findViewById(R.id.send).setOnClickListener(this); |
| 25 | } |
| 26 | |
| 27 | @Override |
| 28 | public void onClick(View view) { |
nothing calls this directly
no outgoing calls
no test coverage detected