Searched defs:shouldUse (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Dialer/java/com/android/incallui/answerproximitysensor/
H A DAnswerProximitySensor.java45 public static boolean shouldUse(Context context, DialerCall call) { method in class:AnswerProximitySensor
49 LogUtil.i("AnswerProximitySensor.shouldUse", "call state is not incoming");
55 LogUtil.i("AnswerProximitySensor.shouldUse", "disabled by config");
62 LogUtil.i("AnswerProximitySensor.shouldUse", "wake lock level not supported");
67 LogUtil.i("AnswerProximitySensor.shouldUse", "display is already on");

Completed in 59 milliseconds