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

/frameworks/base/telecomm/java/android/telecom/
H A DPhone.java73 * and nature of this {@code Call}. Subsequent invocations of {@link #getCalls()} will
85 * Subsequent invocations of {@link #getCalls()} will no longer include this {@code Call}.
264 public final List<Call> getCalls() { method in class:Phone
H A DInCallService.java319 public final List<Call> getCalls() { method in class:InCallService
320 return mPhone == null ? Collections.<Call>emptyList() : mPhone.getCalls();
442 * and nature of this {@code Call}. Subsequent invocations of {@link #getCalls()} will
454 * Subsequent invocations of {@link #getCalls()} will no longer include this {@code Call}.

Completed in 50 milliseconds