Searched defs:INCALL (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Dialer/java/com/android/incallui/
H A DInCallPresenter.java824 newState = InCallState.INCALL;
1277 // Direct transition from PENDING_OUTGOING -> INCALL means that there was an error in the
1281 && InCallState.INCALL == newState
1636 INCALL, enum constant in enum:InCallPresenter.InCallState
1653 return (this == INCOMING || this == OUTGOING || this == INCALL);

Completed in 66 milliseconds