Home | History | Annotate | Download | only in call

Lines Matching refs:INCOMING

309         return DialerCall.State.INCOMING;
620 // We want to treat any incoming call that arrives a short time after an outgoing emergency call
651 if (mState == State.INCOMING) {
856 if (getState() == State.INCOMING) {
1194 public static final int INCOMING = 4; /* A normal incoming phone call */
1195 public static final int CALL_WAITING = 5; /* Incoming call while another is active */
1210 case INCOMING:
1238 case INCOMING:
1239 return "INCOMING";
1315 return "Incoming";