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

  /external/guava/guava-tests/test/com/google/common/collect/
ForwardingTestCase.java 51 protected String getCalls() {
  /external/v8/test/mjsunit/es6/
promises.js 766 var getCalls = 0;
772 getCalls++;
799 assertEquals(getCalls, 1);
960 var getCalls = 0;
966 getCalls++;
990 assertEquals(getCalls, 1);
  /packages/apps/Messaging/tests/src/com/android/messaging/datamodel/action/
ActionTestHelpers.java 147 public ArrayList<StubActionServiceCallLog> getCalls() {
  /cts/tests/tests/calllog/src/android/calllog/cts/
CallLogBackupTest.java 163 assertEquals(0, getCalls().size());
190 return getCalls().size();
194 List<Call> calls = getCalls();
297 private List<Call> getCalls() {
  /frameworks/base/telecomm/java/android/telecom/
InCallService.java 293 public final List<Call> getCalls() {
294 return mPhone == null ? Collections.<Call>emptyList() : mPhone.getCalls();
416 * and nature of this {@code Call}. Subsequent invocations of {@link #getCalls()} will
428 * Subsequent invocations of {@link #getCalls()} will no longer include this {@code Call}.
Phone.java 73 * 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}.
241 public final List<Call> getCalls() {
  /packages/services/Telecomm/src/com/android/server/telecom/
CallsManager.java 559 public Collection<Call> getCalls() {
    [all...]
  /prebuilts/devtools/tools/lib/
traceview.jar 
  /prebuilts/gradle-plugin/com/android/tools/traceview/24.4.0-beta6/
traceview-24.4.0-beta6.jar 
  /prebuilts/gradle-plugin/com/android/tools/traceview/24.5.0/
traceview-24.5.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/traceview/25.0.0-alpha1/
traceview-25.0.0-alpha1.jar 
  /prebuilts/sdk/system_23/
android.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 970 milliseconds