Searched defs:hold (Results 1 - 1 of 1) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
H A DSipPhone.java193 if (backgroundCall.getState().isAlive()) backgroundCall.hold();
481 void hold() throws CallStateException { method in class:SipPhone.SipCall
483 for (Connection c : connections) ((SipConnection) c).hold();
745 void hold() throws CallStateException { method in class:SipPhone.SipConnection
750 throw new CallStateException("hold(): " + e);

Completed in 29 milliseconds