Searched refs:InCallOrientationListener (Results 1 – 2 of 2) sorted by relevance
83 private final Set<InCallOrientationListener> mOrientationListeners = Collections.newSetFromMap(84 new ConcurrentHashMap<InCallOrientationListener, Boolean>(8, 0.9f, 1));529 public void addOrientationListener(InCallOrientationListener listener) { in addOrientationListener()534 public void removeOrientationListener(InCallOrientationListener listener) { in removeOrientationListener()1277 for (InCallOrientationListener listener : mOrientationListeners) { in onDeviceOrientationChange()1454 public interface InCallOrientationListener { interface in InCallPresenter
29 import com.android.incallui.InCallPresenter.InCallOrientationListener;61 IncomingCallListener, InCallOrientationListener, InCallStateListener,