HomeSort by relevance Sort by last modified time
    Searched defs:newCall (Results 1 - 25 of 27) sorted by null

1 2

  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
OkHttpClient.java 562 public Call newCall(Request request) {
  /cts/tests/tests/telecom/src/android/telecom/cts/
ConferenceTest.java 164 final Call newCall = mInCallService.getLastCall();
169 callList.add(newCall);
177 assertFalse(conf.getConferenceableCalls().contains(newCall));
198 assertFalse(conf.getChildren().contains(newCall));
200 assertCallChildrenContains(conf, newCall, true);
202 assertTrue(conf.getChildren().contains(newCall));
204 assertCallChildrenContains(conf, newCall, false);
364 final Call newCall = mInCallService.getLastCall();
369 callList.add(newCall);
371 assertFalse(conf.getChildren().contains(newCall));
    [all...]
  /packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
BluetoothPhoneServiceTest.java 437 Call newCall = createForegroundCall();
438 calls.add(newCall);
439 when(newCall.getState()).thenReturn(CallState.NEW);
440 when(newCall.isConference()).thenReturn(false);
    [all...]
CallsManagerTest.java 623 Call newCall = addSpyCallWithConnectionService(connSvr2);
624 doReturn(true).when(newCall).isSelfManaged();
627 mCallsManager.markCallAsActive(newCall);
631 verifyFocusRequestAndExecuteCallback(newCall);
634 assertEquals(CallState.ACTIVE, newCall.getState());
649 Call newCall = addSpyCallWithConnectionService(connSvr);
650 doReturn(true).when(newCall).isSelfManaged();
653 mCallsManager.markCallAsActive(newCall);
657 verifyFocusRequestAndExecuteCallback(newCall);
660 assertEquals(CallState.ACTIVE, newCall.getState())
    [all...]
  /external/clang/lib/CodeGen/
CodeGenModule.cpp     [all...]
  /frameworks/opt/net/ims/src/java/com/android/ims/
ImsCall.java 257 * @param newCall the call object that is extended to the conference from the active call
259 public void onCallConferenceExtended(ImsCall call, ImsCall newCall) {
279 * @param newCall the call object that is extended to the conference from the active call
281 public void onCallConferenceExtendReceived(ImsCall call, ImsCall newCall) {
    [all...]
  /prebuilts/tools/common/m2/repository/io/grpc/grpc-core/0.13.2/
grpc-core-0.13.2.jar 
  /prebuilts/tools/common/m2/repository/io/grpc/grpc-core/1.0.1/
grpc-core-1.0.1.jar 
  /prebuilts/tools/common/m2/repository/io/grpc/grpc-core/1.0.3/
grpc-core-1.0.3.jar 
  /prebuilts/tools/common/m2/repository/io/grpc/grpc-all/0.13.2/
grpc-all-0.13.2.jar 
  /prebuilts/tools/common/m2/repository/com/squareup/okhttp3/okhttp/3.3.0/
okhttp-3.3.0.jar 
  /prebuilts/tools/common/m2/repository/com/squareup/okhttp3/okhttp/3.4.1/
okhttp-3.4.1.jar 
  /prebuilts/tools/common/m2/repository/com/squareup/okhttp/okhttp/2.5.0/
okhttp-2.5.0.jar 
  /prebuilts/tools/common/m2/repository/com/squareup/okhttp/okhttp/2.7.2/
okhttp-2.7.2.jar 
  /prebuilts/tools/common/m2/repository/com/squareup/okhttp/okhttp/2.7.4/
okhttp-2.7.4.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-8.0.0_r4-robolectric-r1.jar 
android-all-8.1.0-robolectric-r4458339.jar 
android-all-4.4_r1-robolectric-1.jar 
  /prebuilts/gradle-plugin/com/android/tools/external/com-intellij/kotlin-compiler/26.2.0-alpha16/
kotlin-compiler-26.2.0-alpha16.jar 
  /external/robolectric/v3/runtime/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
  /external/v8/src/inspector/build/closure-compiler/
closure-compiler.jar 
  /prebuilts/jdk/jdk8/darwin-x86/lib/
ct.sym 
  /prebuilts/jdk/jdk8/linux-x86/jre/lib/
rt.jar 
  /prebuilts/jdk/jdk8/linux-x86/lib/
ct.sym 

Completed in 186 milliseconds

1 2