Home | History | Annotate | Download | only in telecom

Lines Matching refs:telecom

17 package android.telecom;
22 import com.android.internal.telecom.IInCallAdapter;
28 * Telecom. When Telecom binds to a {@link InCallService}, an instance of this class is given to
50 * Instructs Telecom to answer the specified call.
63 * Instructs Telecom to reject the specified call.
77 * Instructs Telecom to disconnect the specified call.
89 * Instructs Telecom to put the specified call on hold.
101 * Instructs Telecom to release the specified call from hold.
137 * Instructs Telecom to play a dual-tone multi-frequency signaling (DTMF) tone in a call.
153 * Instructs Telecom to stop any dual-tone multi-frequency signaling (DTMF) tone currently
169 * Instructs Telecom to continue playing a post-dial DTMF string.
173 * While these tones are playing, Telecom will notify the {@link InCallService} that the call
176 * If the DTMF string contains a {@link TelecomManager#DTMF_CHARACTER_PAUSE} symbol, Telecom
179 * If the DTMF string contains a {@link TelecomManager#DTMF_CHARACTER_WAIT} symbol, Telecom
195 * Instructs Telecom to add a PhoneAccountHandle to the specified call.
210 * Instructs Telecom to conference the specified call.
223 * Instructs Telecom to split the specified call from any conference call with which it may be
237 * Instructs Telecom to merge child calls of the specified conference call.
247 * Instructs Telecom to swap the child calls of the specified conference call.
257 * Instructs Telecom to pull an external call to the local device.
269 * Intructs Telecom to send a call event.
283 * Intructs Telecom to add extras to a call.
296 * Intructs Telecom to add an extra to a call.
312 * Intructs Telecom to add an extra to a call.
328 * Intructs Telecom to add an extra to a call.
344 * Intructs Telecom to remove extras from a call.
356 * Instructs Telecom to turn the proximity sensor on.
366 * Instructs Telecom to turn the proximity sensor off.