HomeSort by relevance Sort by last modified time
    Searched refs:INCALL (Results 1 - 7 of 7) sorted by null

  /packages/apps/InCallUI/src/com/android/incallui/
ConferenceManagerPresenter.java 61 if (newState == InCallState.INCALL) {
ProximitySensor.java 94 // can also put the in-call screen in the INCALL state.
95 boolean hasOngoingCall = InCallState.INCALL == newState && callList.hasLiveCall();
InCallPresenter.java 116 * Determines if the InCall UI is in fullscreen mode or not.
517 newState = InCallState.INCALL;
750 * Returns true if the incall app is the foreground application.
855 // Before we bring the incall UI to the foreground, we check to see if:
857 // 2. We are in a state where we want to show the incall ui (i.e. there are calls to
    [all...]
VideoPauseController.java 40 * This class is responsible for generating video pause/resume requests when the InCall UI is sent
263 // Only send pause/unpause requests if we are in the INCALL state.
264 if (mInCallPresenter == null || mInCallPresenter.getInCallState() != InCallState.INCALL) {
CallButtonPresenter.java 91 } else if (newState == InCallState.INCALL) {
CallCardPresenter.java 197 } else if (newState == InCallState.INCALL) {
    [all...]
VideoCallPresenter.java 428 } else if (newState == InCallPresenter.InCallState.INCALL) {
    [all...]

Completed in 1443 milliseconds