• Home
  • Raw
  • Download

Lines Matching refs:InCallPresenter

321       if (InCallPresenter.isCallWithNoValidAccounts(outgoingCall)) {  in internalResolveIntent()
444 InCallPresenter.getInstance().setActivity(this); in onStart()
448 InCallPresenter.getInstance().onActivityStarted(); in onStart()
451 InCallPresenter.getInstance().onUiShowing(true); in onStart()
467 if (!InCallPresenter.getInstance().isReadyForTearDown()) { in onResume()
476 InCallPresenter.getInstance().setFullScreen(false /* isFullScreen */, true /* force */); in onResume()
498 PseudoScreenState pseudoScreenState = InCallPresenter.getInstance().getPseudoScreenState(); in onResume()
521 InCallPresenter.getInstance().getPseudoScreenState().removeListener(this); in onPause()
545 InCallPresenter.getInstance().updateIsChangingConfigurations(); in onStop()
546 InCallPresenter.getInstance().onActivityStopped(); in onStop()
548 InCallPresenter.getInstance().onUiShowing(false); in onStop()
555 InCallPresenter.getInstance().unsetActivity(this); in onStop()
566 InCallPresenter.getInstance().unsetActivity(this); in onDestroy()
567 InCallPresenter.getInstance().updateIsChangingConfigurations(); in onDestroy()
601 if (InCallPresenter.getInstance().isInCallUiLocked()) { in shouldCloseActivityOnFinish()
714 if (!InCallPresenter.getInstance().handleCallKey()) { in onKeyDown()
807 ProximitySensor sensor = InCallPresenter.getInstance().getProximitySensor(); in showDialpadFragment()
889 : InCallPresenter.getInstance().getThemeColorManager().getSecondaryColor(); in updateTaskDescription()
896 ThemeColorManager themeColorManager = InCallPresenter.getInstance().getThemeColorManager(); in updateWindowBackgroundColor()
997 InCallUiLock lock = InCallPresenter.getInstance().acquireInCallUiLock("showErrorDialog"); in showDialogOrToastForDisconnectedCall()
1153 InCallUiLock lock = InCallPresenter.getInstance().acquireInCallUiLock("WifiFailedDialog"); in showDialogOrToastForWifiHandoverFailure()
1342 this.speakEasyCallManager = InCallPresenter.getInstance().getSpeakEasyCallManager(); in getSpeakEasyCallManager()
1687 if (!InCallPresenter.getInstance().getPseudoScreenState().isOn()) { in dispatchTouchEvent()