Lines Matching refs:conn
142 private CallerInfo getCallerInfoFromConnection(Connection conn) { in getCallerInfoFromConnection() argument
144 Object o = conn.getUserData(); in getCallerInfoFromConnection()
168 private String getLogNumber(Connection conn, CallerInfo callerInfo) { in getLogNumber() argument
171 if (conn.isIncoming()) { in getLogNumber()
172 number = conn.getAddress(); in getLogNumber()
181 if (conn.getCall().getPhone().getPhoneType() == PhoneConstants.PHONE_TYPE_CDMA) { in getLogNumber()
183 number = conn.getOrigDialString(); in getLogNumber()
185 number = conn.getAddress(); in getLogNumber()
195 int presentation = conn.getNumberPresentation(); in getLogNumber()
217 private int getPresentation(Connection conn, CallerInfo callerInfo) { in getPresentation() argument
221 presentation = conn.getNumberPresentation(); in getPresentation()
225 conn.getNumberPresentation()); in getPresentation()