Loading telephony/java/com/android/internal/telephony/cdma/CdmaConnection.java +2 −2 Original line number Diff line number Diff line Loading @@ -161,8 +161,8 @@ public class CdmaConnection extends Connection { isIncoming = false; cnapName = null; cnapNamePresentation = 0; numberPresentation = 0; cnapNamePresentation = Connection.PRESENTATION_ALLOWED; numberPresentation = Connection.PRESENTATION_ALLOWED; createTime = System.currentTimeMillis(); if (parent != null) { Loading Loading
telephony/java/com/android/internal/telephony/cdma/CdmaConnection.java +2 −2 Original line number Diff line number Diff line Loading @@ -161,8 +161,8 @@ public class CdmaConnection extends Connection { isIncoming = false; cnapName = null; cnapNamePresentation = 0; numberPresentation = 0; cnapNamePresentation = Connection.PRESENTATION_ALLOWED; numberPresentation = Connection.PRESENTATION_ALLOWED; createTime = System.currentTimeMillis(); if (parent != null) { Loading