HomeSort by relevance Sort by last modified time
    Searched refs:CreateConnectionResponse (Results 1 - 5 of 5) sorted by null

  /packages/services/Telecomm/src/com/android/server/telecom/
CreateConnectionResponse.java 28 public interface CreateConnectionResponse {
CreateConnectionProcessor.java 45 public class CreateConnectionProcessor implements CreateConnectionResponse {
93 private CreateConnectionResponse mCallResponse;
103 Call call, ConnectionServiceRepository repository, CreateConnectionResponse response,
145 void continueProcessingIfPossible(CreateConnectionResponse response,
158 CreateConnectionResponse response = mCallResponse;
ConnectionServiceWrapper.java 685 private final Map<String, CreateConnectionResponse> mPendingResponses = new HashMap<>();
749 public void createConnection(final Call call, final CreateConnectionResponse response) {
    [all...]
Call.java 65 public class Call implements CreateConnectionResponse {
    [all...]
  /packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
CreateConnectionProcessorTest.java 34 import com.android.server.telecom.CreateConnectionResponse;
64 CreateConnectionResponse mMockCreateConnectionResponse;
100 verify(service).createConnection(eq(mMockCall), any(CreateConnectionResponse.class));
120 any(CreateConnectionResponse.class));
143 verify(service).createConnection(eq(mMockCall), any(CreateConnectionResponse.class));
178 verify(service).createConnection(eq(mMockCall), any(CreateConnectionResponse.class));
231 verify(service).createConnection(eq(mMockCall), any(CreateConnectionResponse.class));
266 verify(service).createConnection(eq(mMockCall), any(CreateConnectionResponse.class));

Completed in 109 milliseconds