Home | History | Annotate | Download | only in phone

Lines Matching refs:hangup

1113             if ((cause == Connection.DisconnectCause.NORMAL)  // remote hangup
1114 || (cause == Connection.DisconnectCause.LOCAL)) { // local hangup
1819 * and finally calls Hangup on the Call Waiting connection.
1872 // Hangup the RingingCall connection for CW
1873 PhoneUtils.hangup(c);