Lines Matching refs:conn
143 private CallerInfo getCallerInfoFromConnection(Connection conn) { in getCallerInfoFromConnection() argument
145 Object o = conn.getUserData(); in getCallerInfoFromConnection()
171 private String getLogNumber(Connection conn, CallerInfo callerInfo) { in getLogNumber() argument
174 if (conn.isIncoming()) { in getLogNumber()
175 number = conn.getAddress(); in getLogNumber()
184 if (conn.getCall().getPhone().getPhoneType() == PhoneConstants.PHONE_TYPE_CDMA) { in getLogNumber()
186 number = conn.getOrigDialString(); in getLogNumber()
188 number = conn.getAddress(); in getLogNumber()
198 int presentation = conn.getNumberPresentation(); in getLogNumber()
220 private int getPresentation(Connection conn, CallerInfo callerInfo) { in getPresentation() argument
224 presentation = conn.getNumberPresentation(); in getPresentation()
228 conn.getNumberPresentation()); in getPresentation()