Lines Matching refs:link
31 * not expected to ever interact with NEW calls, but {@link android.telecom.InCallService}s will
38 * Common transitions are to {@link #DIALING} state for a successful call or
39 * {@link #DISCONNECTED} if it failed.
45 * {@link android.telecom.PhoneAccount} through which to place the call.
52 * state usually transition to {@link #ACTIVE} if the call was answered or {@link #DISCONNECTED}
60 * ringtone. Normal transitions are to {@link #ACTIVE} if answered or {@link #DISCONNECTED}
68 * {@link #DIALING} call or a {@link #RINGING} call being answered by the other party.
75 * to this state is by the user putting an {@link #ACTIVE} call on hold by explicitly performing
97 * to a {@link #DISCONNECTED} state.
109 * {@link android.telecom.Connection#PROPERTY_IS_EXTERNAL_CALL} and
110 * {@link android.telecom.Connection#CAPABILITY_CAN_PULL_CALL}.
189 * again without a connection manager. See {@link PhoneAccount#CAPABILITY_CONNECTION_MANAGER}.