Home
last modified time | relevance | path

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

/packages/apps/Dialer/java/com/android/incallui/answer/impl/answermethod/
DAnswerMethodFactory.java51 public static void setShouldUseTwoButtonMethodForTesting(boolean shouldUse) { in setShouldUseTwoButtonMethodForTesting() argument
52 shouldUseTwoButtonMethodForTesting = shouldUse; in setShouldUseTwoButtonMethodForTesting()
/packages/apps/Dialer/java/com/android/incallui/answerproximitysensor/
DAnswerProximitySensor.java46 public static boolean shouldUse(Context context, DialerCall call) { in shouldUse() method in AnswerProximitySensor
/packages/apps/Dialer/java/com/android/incallui/
DAnswerScreenPresenter.java65 if (AnswerProximitySensor.shouldUse(context, call)) { in AnswerScreenPresenter()