Searched refs:testImpl (Results 1 – 1 of 1) sorted by relevance
89 ConnectionService testImpl = getTestImpl(); in onCreateOutgoingConnection() local90 if (testImpl != null) { in onCreateOutgoingConnection()91 return testImpl.onCreateOutgoingConnection(connectionManagerPhoneAccount, request); in onCreateOutgoingConnection()102 ConnectionService testImpl = getTestImpl(); in onCreateIncomingConnection() local103 if (testImpl != null) { in onCreateIncomingConnection()104 return testImpl.onCreateIncomingConnection(connectionManagerPhoneAccount, request); in onCreateIncomingConnection()115 ConnectionService testImpl = getTestImpl(); in onCreateIncomingConnectionFailed() local116 if (testImpl != null) { in onCreateIncomingConnectionFailed()117 testImpl.onCreateIncomingConnectionFailed(connectionManagerPhoneAccount, request); in onCreateIncomingConnectionFailed()127 ConnectionService testImpl = getTestImpl(); in onCreateOutgoingConference() local[all …]