Home
last modified time | relevance | path

Searched refs:needTwoButton (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Dialer/java/com/android/incallui/answer/impl/answermethod/
DAnswerMethodFactory.java33 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