Home | History | Annotate | Download | only in telecom

Lines Matching refs:phone

37 public final class Phone {
43 * @param phone The {@code Phone} calling this method.
46 * @deprecated Use {@link #onCallAudioStateChanged(Phone, CallAudioState)} instead.
49 public void onAudioStateChanged(Phone phone, AudioState audioState) { }
54 * @param phone The {@code Phone} calling this method.
57 public void onCallAudioStateChanged(Phone phone, CallAudioState callAudioState) { }
64 * @param phone The {@code Phone} calling this method.
67 public void onBringToForeground(Phone phone, boolean showDialpad) { }
76 * @param phone The {@code Phone} calling this method.
79 public void onCallAdded(Phone phone, Call call) { }
87 * @param phone The {@code Phone} calling this method.
90 public void onCallRemoved(Phone phone, Call call) { }
93 * Called when the {@code Phone} ability to add more calls changes. If the phone cannot
97 * @param phone The {@code Phone} calling this method.
100 public void onCanAddCallChanged(Phone phone, boolean canAddCall) { }
105 * @param phone The {@code Phone} calling this method.
107 public void onSilenceRinger(Phone phone) { }
128 Phone(InCallAdapter adapter) {
202 * Called to destroy the phone and cleanup any lingering calls.
217 * Adds a listener to this {@code Phone}.
226 * Removes a listener from this {@code Phone}.
246 * Returns if the {@code Phone} can support additional calls.
248 * @return Whether the phone supports adding more calls.
302 * Obtains the current phone call audio state of the {@code Phone}.
313 * Obtains the current phone call audio state of the {@code Phone}.