OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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,
147
void continueProcessingIfPossible(
CreateConnectionResponse
response,
160
CreateConnectionResponse
response = mCallResponse;
ConnectionServiceWrapper.java
[
all
...]
Call.java
79
public class Call implements
CreateConnectionResponse
, EventManager.Loggable,
[
all
...]
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
CreateConnectionProcessorTest.java
36
import com.android.server.telecom.
CreateConnectionResponse
;
78
CreateConnectionResponse
mMockCreateConnectionResponse;
135
verify(service).createConnection(eq(mMockCall), any(
CreateConnectionResponse
.class));
156
any(
CreateConnectionResponse
.class));
181
any(
CreateConnectionResponse
.class));
219
verify(service).createConnection(eq(mMockCall), any(
CreateConnectionResponse
.class));
276
verify(service).createConnection(eq(mMockCall), any(
CreateConnectionResponse
.class));
315
verify(service).createConnection(eq(mMockCall), any(
CreateConnectionResponse
.class));
Completed in 271 milliseconds