Searched refs:InCallOrientationListener (Results 1 – 2 of 2) sorted by relevance
105 private final Set<InCallOrientationListener> mOrientationListeners = Collections.newSetFromMap(106 new ConcurrentHashMap<InCallOrientationListener, Boolean>(8, 0.9f, 1));808 public void addOrientationListener(InCallOrientationListener listener) { in addOrientationListener()813 public void removeOrientationListener(InCallOrientationListener listener) { in removeOrientationListener()1620 for (InCallOrientationListener listener : mOrientationListeners) { in onDeviceOrientationChange()1871 public interface InCallOrientationListener { interface in InCallPresenter
38 import com.android.incallui.InCallPresenter.InCallOrientationListener;69 IncomingCallListener, InCallOrientationListener, InCallStateListener,