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

  /packages/services/Telecomm/src/com/android/server/telecom/
CreateConnectionResponse.java 25 interface CreateConnectionResponse {
CreateConnectionProcessor.java 94 private CreateConnectionResponse mResponse;
102 Call call, ConnectionServiceRepository repository, CreateConnectionResponse response,
138 void continueProcessingIfPossible(CreateConnectionResponse response,
151 CreateConnectionResponse response = mResponse;
362 private class Response implements CreateConnectionResponse {
ConnectionServiceWrapper.java 595 private final Map<String, CreateConnectionResponse> mPendingResponses = new HashMap<>();
645 void createConnection(final Call call, final CreateConnectionResponse response) {
    [all...]
Call.java 66 public class Call implements CreateConnectionResponse {
    [all...]

Completed in 625 milliseconds