Loading src/java/com/android/ims/ImsCall.java +2 −1 Original line number Diff line number Diff line Loading @@ -3672,7 +3672,8 @@ public class ImsCall implements ICall { * @param profile The current {@link ImsCallProfile} for the call. */ private void trackVideoStateHistory(ImsCallProfile profile) { mWasVideoCall = mWasVideoCall || profile.isVideoCall(); mWasVideoCall = mWasVideoCall || profile != null ? profile.isVideoCall() : false; } /** Loading src/java/com/android/ims/ImsManager.java +1 −0 Original line number Diff line number Diff line Loading @@ -1993,6 +1993,7 @@ public class ImsManager implements IFeatureConnector { return call; } catch (Throwable t) { loge("takeCall caught: ", t); throw new ImsException("takeCall()", t, ImsReasonInfo.CODE_UNSPECIFIED); } } Loading Loading
src/java/com/android/ims/ImsCall.java +2 −1 Original line number Diff line number Diff line Loading @@ -3672,7 +3672,8 @@ public class ImsCall implements ICall { * @param profile The current {@link ImsCallProfile} for the call. */ private void trackVideoStateHistory(ImsCallProfile profile) { mWasVideoCall = mWasVideoCall || profile.isVideoCall(); mWasVideoCall = mWasVideoCall || profile != null ? profile.isVideoCall() : false; } /** Loading
src/java/com/android/ims/ImsManager.java +1 −0 Original line number Diff line number Diff line Loading @@ -1993,6 +1993,7 @@ public class ImsManager implements IFeatureConnector { return call; } catch (Throwable t) { loge("takeCall caught: ", t); throw new ImsException("takeCall()", t, ImsReasonInfo.CODE_UNSPECIFIED); } } Loading