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

/frameworks/base/telephony/java/com/android/ims/
H A DImsCallProfile.java33 public class ImsCallProfile implements Parcelable { class in inherits:Parcelable
34 private static final String TAG = "ImsCallProfile";
124 * {@link ImsCallProfile#OIR_DEFAULT}
125 * {@link ImsCallProfile#OIR_PRESENTATION_RESTRICTED}
126 * {@link ImsCallProfile#OIR_PRESENTATION_NOT_RESTRICTED}
128 * {@link ImsCallProfile#OIR_DEFAULT}
129 * {@link ImsCallProfile#OIR_PRESENTATION_RESTRICTED}
130 * {@link ImsCallProfile#OIR_PRESENTATION_NOT_RESTRICTED}
132 * {@link ImsCallProfile#DIALSTRING_NORMAL_CALL}
133 * {@link ImsCallProfile#DIALSTRING_SS_CON
222 public ImsCallProfile(Parcel in) { method in class:ImsCallProfile
226 public ImsCallProfile() { method in class:ImsCallProfile
233 public ImsCallProfile(int serviceType, int callType) { method in class:ImsCallProfile
[all...]

Completed in 59 milliseconds