Searched refs:mOrientationListeners (Results 1 – 1 of 1) sorted by relevance
105 private final Set<InCallOrientationListener> mOrientationListeners = Collections.newSetFromMap( field in InCallPresenter810 mOrientationListeners.add(listener); in addOrientationListener()815 mOrientationListeners.remove(listener); in removeOrientationListener()1523 mOrientationListeners.clear(); in attemptCleanup()1620 for (InCallOrientationListener listener : mOrientationListeners) { in onDeviceOrientationChange()