HomeSort by relevance Sort by last modified time
    Searched defs:getCalls (Results 1 - 10 of 10) sorted by null

  /external/guava/guava-tests/test/com/google/common/collect/
ForwardingTestCase.java 51 protected String getCalls() {
  /cts/tests/tests/calllog/src/android/calllog/cts/
CallLogBackupTest.java 134 assertEquals(0, getCalls().size());
150 List<Call> calls = getCalls();
231 private List<Call> getCalls() {
  /frameworks/base/telecomm/java/android/telecom/
InCallService.java 255 public final List<Call> getCalls() {
256 return mPhone == null ? Collections.<Call>emptyList() : mPhone.getCalls();
378 * and nature of this {@code Call}. Subsequent invocations of {@link #getCalls()} will
390 * Subsequent invocations of {@link #getCalls()} will no longer include this {@code Call}.
Phone.java 72 * and nature of this {@code Call}. Subsequent invocations of {@link #getCalls()} will
84 * Subsequent invocations of {@link #getCalls()} will no longer include this {@code Call}.
221 public final List<Call> getCalls() {
  /packages/apps/Messaging/tests/src/com/android/messaging/datamodel/action/
ActionTestHelpers.java 147 public ArrayList<StubActionServiceCallLog> getCalls() {
  /packages/services/Telecomm/src/com/android/server/telecom/
CallsManager.java 416 Collection<Call> getCalls() {
    [all...]
  /prebuilts/devtools/tools/lib/
traceview.jar 
  /prebuilts/misc/common/groovy/
groovy-all-1.7.0.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/groovy/groovy-all/2.2.1/
groovy-all-2.2.1.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/groovy/groovy-all/2.3.6/
groovy-all-2.3.6.jar 

Completed in 2224 milliseconds