Loading src/com/android/server/telecom/Call.java +13 −0 Original line number Original line Diff line number Diff line Loading @@ -849,6 +849,19 @@ public class Call implements CreateConnectionResponse, EventManager.Loggable, s.append("\n\tTo address: "); s.append("\n\tTo address: "); s.append(Log.piiHandle(getHandle())); s.append(Log.piiHandle(getHandle())); if (isIncoming()) { switch (mCallerNumberVerificationStatus) { case Connection.VERIFICATION_STATUS_FAILED: s.append(" Verstat: fail"); break; case Connection.VERIFICATION_STATUS_NOT_VERIFIED: s.append(" Verstat: not"); break; case Connection.VERIFICATION_STATUS_PASSED: s.append(" Verstat: pass"); break; } } s.append(" Presentation: "); s.append(" Presentation: "); switch (getHandlePresentation()) { switch (getHandlePresentation()) { case TelecomManager.PRESENTATION_ALLOWED: case TelecomManager.PRESENTATION_ALLOWED: Loading Loading
src/com/android/server/telecom/Call.java +13 −0 Original line number Original line Diff line number Diff line Loading @@ -849,6 +849,19 @@ public class Call implements CreateConnectionResponse, EventManager.Loggable, s.append("\n\tTo address: "); s.append("\n\tTo address: "); s.append(Log.piiHandle(getHandle())); s.append(Log.piiHandle(getHandle())); if (isIncoming()) { switch (mCallerNumberVerificationStatus) { case Connection.VERIFICATION_STATUS_FAILED: s.append(" Verstat: fail"); break; case Connection.VERIFICATION_STATUS_NOT_VERIFIED: s.append(" Verstat: not"); break; case Connection.VERIFICATION_STATUS_PASSED: s.append(" Verstat: pass"); break; } } s.append(" Presentation: "); s.append(" Presentation: "); switch (getHandlePresentation()) { switch (getHandlePresentation()) { case TelecomManager.PRESENTATION_ALLOWED: case TelecomManager.PRESENTATION_ALLOWED: Loading