Lines Matching refs:conn
2039 private String getLogNumber(Connection conn, CallerInfo callerInfo) { in getLogNumber() argument
2042 if (conn.isIncoming()) { in getLogNumber()
2043 number = conn.getAddress(); in getLogNumber()
2052 if (conn.getCall().getPhone().getPhoneType() == Phone.PHONE_TYPE_CDMA) { in getLogNumber()
2054 number = conn.getOrigDialString(); in getLogNumber()
2056 number = conn.getAddress(); in getLogNumber()
2066 int presentation = conn.getNumberPresentation(); in getLogNumber()
2085 private CallerInfo getCallerInfoFromConnection(Connection conn) { in getCallerInfoFromConnection() argument
2087 Object o = conn.getUserData(); in getCallerInfoFromConnection()
2105 private int getPresentation(Connection conn, CallerInfo callerInfo) { in getPresentation() argument
2109 presentation = conn.getNumberPresentation(); in getPresentation()
2113 conn.getNumberPresentation()); in getPresentation()