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

  /packages/apps/Dialer/java/com/android/incallui/
AnswerScreenPresenter.java 30 import com.android.incallui.answerproximitysensor.AnswerProximitySensor;
31 import com.android.incallui.answerproximitysensor.PseudoScreenState;
55 if (AnswerProximitySensor.shouldUse(context, call)) {
56 new AnswerProximitySensor(context, call, pseudoScreenState);
  /packages/apps/Dialer/java/com/android/incallui/answerproximitysensor/
AnswerProximitySensor.java 17 package com.android.incallui.answerproximitysensor;
34 public class AnswerProximitySensor
46 // Don't use the AnswerProximitySensor for call waiting and other states. Those states are
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");
74 public AnswerProximitySensor(
78 LogUtil.i("AnswerProximitySensor.constructor", "acquiring lock");
102 LogUtil.i("AnswerProximitySensor.releaseProximityWakeLock", "releasing lock")
    [all...]

Completed in 1297 milliseconds