Home | History | Annotate | Download | only in phone

Lines Matching full:hangup

1021             if ((cause == Connection.DisconnectCause.NORMAL)  // remote hangup
1022 || (cause == Connection.DisconnectCause.LOCAL)) { // local hangup
1625 * and finally calls Hangup on the Call Waiting connection.
1656 // Hangup the RingingCall connection for CW
1657 PhoneUtils.hangup(c);