Searched refs:shouldUse (Results 1 – 3 of 3) sorted by relevance
51 public static void setShouldUseTwoButtonMethodForTesting(boolean shouldUse) { in setShouldUseTwoButtonMethodForTesting() argument52 shouldUseTwoButtonMethodForTesting = shouldUse; in setShouldUseTwoButtonMethodForTesting()
46 public static boolean shouldUse(Context context, DialerCall call) { in shouldUse() method in AnswerProximitySensor
65 if (AnswerProximitySensor.shouldUse(context, call)) { in AnswerScreenPresenter()