HomeSort by relevance Sort by last modified time
    Searched refs:answerMethod (Results 1 - 2 of 2) sorted by null

  /packages/apps/Dialer/java/com/android/incallui/answer/impl/answermethod/
AnswerMethodFactory.java 17 package com.android.incallui.answer.impl.answermethod;
28 /** Creates the appropriate {@link AnswerMethod} for the circumstances. */
33 public static AnswerMethod createAnswerMethod(@NonNull Activity activity) {
41 public static boolean needsReplacement(@Nullable Fragment answerMethod) {
43 if (answerMethod == null) {
48 return !(answerMethod instanceof TwoButtonMethod) && needTwoButton(answerMethod.getActivity());
  /packages/apps/Dialer/java/com/android/incallui/answer/impl/
AnswerFragment.java 66 import com.android.incallui.answer.impl.answermethod.AnswerMethod;
67 import com.android.incallui.answer.impl.answermethod.AnswerMethodFactory;
68 import com.android.incallui.answer.impl.answermethod.AnswerMethodHolder;
508 private AnswerMethod getAnswerMethod() {
509 return ((AnswerMethod)
705 Fragment answerMethod =
707 if (AnswerMethodFactory.needsReplacement(answerMethod)) {
    [all...]

Completed in 659 milliseconds