Searched refs:needTwoButton (Results 1 – 1 of 1) sorted by relevance
33 if (needTwoButton(activity)) { in createAnswerMethod()47 return !(answerMethod instanceof TwoButtonMethod) && needTwoButton(answerMethod.getActivity()); in needsReplacement()55 private static boolean needTwoButton(@NonNull Activity activity) { in needTwoButton() method in AnswerMethodFactory