Searched refs:onYes (Results 1 – 1 of 1) sorted by relevance
59 findViewById(R.id.yes).setOnClickListener((view) -> onYes()); in onCreate()63 private void onYes() { in onYes() method in SimpleAuthActivity