Home
last modified time | relevance | path

Searched refs:getCalls (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/telecomm/java/android/telecom/
DInCallService.java255 public final List<Call> getCalls() { in getCalls() method in InCallService
256 return mPhone == null ? Collections.<Call>emptyList() : mPhone.getCalls(); in getCalls()
DPhone.java221 public final List<Call> getCalls() { in getCalls() method in Phone
/frameworks/base/api/
Dsystem-current.txt32427 method public final java.util.List<android.telecom.Call> getCalls();
32475 method public final java.util.List<android.telecom.Call> getCalls();
Dcurrent.txt30244 method public final java.util.List<android.telecom.Call> getCalls();