Home | History | Annotate | Download | only in incallui

Lines Matching refs:InCallPresenter

28 import com.android.incallui.InCallPresenter.InCallDetailsListener;
29 import com.android.incallui.InCallPresenter.InCallOrientationListener;
30 import com.android.incallui.InCallPresenter.InCallStateListener;
31 import com.android.incallui.InCallPresenter.IncomingCallListener;
173 InCallPresenter.getInstance().addListener(this);
174 InCallPresenter.getInstance().addIncomingCallListener(this);
175 InCallPresenter.getInstance().addOrientationListener(this);
193 InCallPresenter.getInstance().removeListener(this);
194 InCallPresenter.getInstance().removeIncomingCallListener(this);
195 InCallPresenter.getInstance().removeOrientationListener(this);
264 * Informs the {@link InCallPresenter} of the change so that it can inform the
271 InCallPresenter.getInstance().setFullScreenVideoState(mIsFullScreen);
282 public void onIncomingCall(InCallPresenter.InCallState oldState,
283 InCallPresenter.InCallState newState, Call call) {
295 public void onStateChange(InCallPresenter.InCallState oldState,
296 InCallPresenter.InCallState newState, CallList callList) {
302 if (newState == InCallPresenter.InCallState.NO_CALLS) {
308 if (newState == InCallPresenter.InCallState.INCOMING) {
310 } else if (newState == InCallPresenter.InCallState.OUTGOING) {
312 } else if (newState == InCallPresenter.InCallState.INCALL) {
407 InCallPresenter.getInstance().setInCallAllowsOrientationChange(true);
419 InCallCameraManager cameraManager = InCallPresenter.getInstance().
441 InCallPresenter.getInstance().setInCallAllowsOrientationChange(false);