Home | History | Annotate | Download | only in stub

Lines Matching refs:ims

17 package android.telephony.ims.compat.stub;
22 import android.telephony.ims.ImsCallProfile;
23 import android.telephony.ims.ImsConferenceState;
24 import android.telephony.ims.ImsReasonInfo;
25 import android.telephony.ims.ImsStreamMediaProfile;
26 import android.telephony.ims.ImsSuppServiceNotification;
27 import android.telephony.ims.aidl.IImsCallSessionListener;
28 import com.android.ims.internal.IImsCallSession;
29 import com.android.ims.internal.IImsVideoCallProvider;
31 import android.telephony.ims.ImsCallSession;
58 public void setListener(com.android.ims.internal.IImsCallSessionListener listener) {
140 * Initiates an IMS call with the specified number and call profile.
157 * Initiates an IMS call with the specified participants and call profile.
163 * @param participants participant list to initiate an IMS conference call
377 * convert the "old" version of the com.android.ims.internal.IImsCallSessionListener to the
378 * "new" version of the Listener android.telephony.ims.ImsCallSessionListener when calling
382 extends com.android.ims.internal.IImsCallSessionListener.Stub {