diff options
Diffstat (limited to 'telephony/java/com/android')
-rw-r--r-- | telephony/java/com/android/ims/ImsCallProfile.java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/telephony/java/com/android/ims/ImsCallProfile.java b/telephony/java/com/android/ims/ImsCallProfile.java index 9de938a..8740e19 100644 --- a/telephony/java/com/android/ims/ImsCallProfile.java +++ b/telephony/java/com/android/ims/ImsCallProfile.java @@ -269,6 +269,7 @@ public class ImsCallProfile implements Parcelable { public String toString() { return "{ serviceType=" + mServiceType + ", callType=" + mCallType + + ", restrictCause=" + mRestrictCause + ", callExtras=" + mCallExtras.toString() + ", mediaProfile=" + mMediaProfile.toString() + " }"; } |