Lines Matching full:conn
140 * @param conn The phone connection.
143 private CallerInfo getCallerInfoFromConnection(Connection conn) {
145 Object o = conn.getUserData();
167 * @param conn The phone connection.
171 private String getLogNumber(Connection conn, CallerInfo callerInfo) {
174 if (conn.isIncoming()) {
175 number = conn.getAddress();
184 if (conn.getCall().getPhone().getPhoneType() == PhoneConstants.PHONE_TYPE_CDMA) {
186 number = conn.getOrigDialString();
188 number = conn.getAddress();
198 int presentation = conn.getNumberPresentation();
216 * @param conn The phone connection.
220 private int getPresentation(Connection conn, CallerInfo callerInfo) {
224 presentation = conn.getNumberPresentation();
228 conn.getNumberPresentation());