Lines Matching full:hangup
1021 if ((cause == Connection.DisconnectCause.NORMAL) // remote hangup1022 || (cause == Connection.DisconnectCause.LOCAL)) { // local hangup1625 * and finally calls Hangup on the Call Waiting connection.1656 // Hangup the RingingCall connection for CW1657 PhoneUtils.hangup(c);