Home | History | Annotate | Download | only in telecom

Lines Matching defs:Phone

34 public final class Phone {
40 * @param phone The {@code Phone} calling this method.
43 public void onAudioStateChanged(Phone phone, AudioState audioState) { }
50 * @param phone The {@code Phone} calling this method.
53 public void onBringToForeground(Phone phone, boolean showDialpad) { }
62 * @param phone The {@code Phone} calling this method.
65 public void onCallAdded(Phone phone, Call call) { }
73 * @param phone The {@code Phone} calling this method.
76 public void onCallRemoved(Phone phone, Call call) { }
79 * Called when the {@code Phone} ability to add more calls changes. If the phone cannot
83 * @param phone The {@code Phone} calling this method.
86 public void onCanAddCallChanged(Phone phone, boolean canAddCall) { }
108 Phone(InCallAdapter adapter) {
173 * Called to destroy the phone and cleanup any lingering calls.
185 * Adds a listener to this {@code Phone}.
194 * Removes a listener from this {@code Phone}.
214 * Returns if the {@code Phone} can support additional calls.
216 * @return Whether the phone supports adding more calls.
266 * Obtains the current phone call audio state of the {@code Phone}.