Home | History | Annotate | Download | only in sip

Lines Matching refs:getMute

312     public boolean getMute() {
314 ? foregroundCall.getMute()
315 : backgroundCall.getMute());
468 } else if (getMute()) {
501 boolean getMute() {
504 : ((SipConnection) connections.get(0)).getMute();
769 boolean getMute() {