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

/frameworks/base/telecomm/java/android/telecom/
H A DCall.java45 public static final int STATE_DIALING = 1; field in class:Call
86 * Common transitions are to {@link #STATE_DIALING} state for a successful call or
1296 case STATE_DIALING:
H A DConnection.java111 public static final int STATE_DIALING = 3; field in class:Connection
142 * state {@link #STATE_DIALING}, for example. During this condition, an in-call UI may
1682 case STATE_DIALING:
1812 setState(STATE_DIALING);

Completed in 43 milliseconds