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

/frameworks/base/telephony/java/android/telephony/ims/
H A DImsCallProfile.java37 public final class ImsCallProfile implements Parcelable { class in inherits:Parcelable
38 private static final String TAG = "ImsCallProfile";
145 * {@link ImsCallProfile#OIR_DEFAULT}
146 * {@link ImsCallProfile#OIR_PRESENTATION_RESTRICTED}
147 * {@link ImsCallProfile#OIR_PRESENTATION_NOT_RESTRICTED}
152 * {@link ImsCallProfile#OIR_DEFAULT}
153 * {@link ImsCallProfile#OIR_PRESENTATION_RESTRICTED}
154 * {@link ImsCallProfile#OIR_PRESENTATION_NOT_RESTRICTED}
159 * {@link ImsCallProfile#DIALSTRING_NORMAL}
160 * {@link ImsCallProfile#DIALSTRING_SS_CON
295 public ImsCallProfile(Parcel in) { method in class:ImsCallProfile
303 public ImsCallProfile() { method in class:ImsCallProfile
329 public ImsCallProfile(int serviceType, int callType) { method in class:ImsCallProfile
357 public ImsCallProfile(int serviceType, int callType, Bundle callExtras, method in class:ImsCallProfile
[all...]

Completed in 37 milliseconds