Home
last modified time | relevance | path

Searched refs:testImpl (Results 1 – 1 of 1) sorted by relevance

/cts/tests/tests/telecom/src/android/telecom/cts/
DCtsConnectionService.java89 ConnectionService testImpl = getTestImpl(); in onCreateOutgoingConnection() local
90 if (testImpl != null) { in onCreateOutgoingConnection()
91 return testImpl.onCreateOutgoingConnection(connectionManagerPhoneAccount, request); in onCreateOutgoingConnection()
102 ConnectionService testImpl = getTestImpl(); in onCreateIncomingConnection() local
103 if (testImpl != null) { in onCreateIncomingConnection()
104 return testImpl.onCreateIncomingConnection(connectionManagerPhoneAccount, request); in onCreateIncomingConnection()
115 ConnectionService testImpl = getTestImpl(); in onCreateIncomingConnectionFailed() local
116 if (testImpl != null) { in onCreateIncomingConnectionFailed()
117 testImpl.onCreateIncomingConnectionFailed(connectionManagerPhoneAccount, request); in onCreateIncomingConnectionFailed()
127 ConnectionService testImpl = getTestImpl(); in onCreateOutgoingConference() local
[all …]