(View v)
| 240 | |
| 241 | tvInsecureRemark.setOnClickListener(new View.OnClickListener() { |
| 242 | @Override |
| 243 | public void onClick(View v) { |
| 244 | Helper.viewFAQ(v.getContext(), 4); |
| 245 | } |
| 246 | }); |
| 247 | |
| 248 | tilPassword.getEditText().addTextChangedListener(new TextWatcher() { |
nothing calls this directly
no test coverage detected