Searched refs:onPasswordLabel (Results 1 – 2 of 2) sorted by relevance
71 mActivity.onPasswordLabel((v) -> v.setText(R.string.new_password_label));
297 public void onPasswordLabel(Visitor<TextView> v) { in onPasswordLabel() method in LoginActivity