Lines Matching defs:on

11  * distributed under the License is distributed on an "AS IS" BASIS,
249 * Get current coarse-grained voice call state on a subId.
491 // but only on audio mode transitions
496 if (VDBG) Rlog.d(LOG_TAG, "requestAudioFocus on STREAM_RING");
525 if (VDBG) Rlog.d(LOG_TAG, "requestAudioFocus on STREAM_VOICE_CALL");
671 * Active call, if any, go on hold.
742 * Places active call on hold, and makes held call active.
1205 * Play a DTMF tone on the active call.
1233 * Start to paly a DTMF tone on the active call.
1289 * @param on the DTMF ON length in milliseconds, or 0 for default
1294 public boolean sendBurstDtmf(String dtmfString, int on, int off, Message onComplete) {
1296 getActiveFgCall().getPhone().sendBurstDtmf(dtmfString, on, off, onComplete);
1429 * Notifies when out-band on-hold tone is needed.<p>
1434 * AsyncResult.result = boolean, true to start play on-hold tone
1442 * Unregisters for on-hold tone notification.
1711 * a post-dial character on an outgoing call.<p>
1811 * on a particular subId or an active sip call
1828 * on a particular subId or an active sip call
1943 * 1. If there is only one active background call on given sub or
1944 * on SIP Phone, return it
2190 * @return true if more than one active ringing call exists on
2192 * This checks for the active calls on provided
2193 * subId and also active calls on SIP Phone.
2209 * @return true if more than one active background call exists on
2211 * This checks for the background calls on provided
2212 * subId and also background calls on SIP Phone.