Home
last modified time | relevance | path

Searched refs:CALL_RESTRICT_CAUSE_NONE (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/telephony/java/com/android/ims/
DImsCallProfile.java163 public static final int CALL_RESTRICT_CAUSE_NONE = 0; field in ImsCallProfile
185 public int mRestrictCause = CALL_RESTRICT_CAUSE_NONE;
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneConnection.java808 && remoteCallProfile.mRestrictCause == ImsCallProfile.CALL_RESTRICT_CAUSE_NONE; in getAudioQualityFromCallProfile()