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

  /packages/apps/InCallUI/src/com/android/incallui/
InCallPresenter.java 309 newState = InCallState.INCALL;
373 * Returns true if the incall app is the foreground application.
417 // Before we bring the incall UI to the foreground, we check to see if:
420 // 3. We are in a state where we want to show the incall ui
592 // showCallUi |= (InCallState.INCALL && !isActivityStarted());
720 // InCall Screen is off and there are no calls
727 INCALL,
739 this == INCALL);
744 * Interface implemented by classes that need to know about the InCall State.
ConferenceManagerPresenter.java 61 if (state == InCallState.INCALL) {
ProximitySensor.java 97 boolean isOffhook = (InCallState.INCALL == state
CallButtonPresenter.java 72 } else if (state == InCallState.INCALL) {
CallCardPresenter.java 144 } else if (state == InCallState.INCALL) {

Completed in 5405 milliseconds