Home
last modified time | relevance | path

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

/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DAnalyticsTests.java418 mConnectionServiceFixtureA.sendSetConnectionProperties(testCall.mConnectionId);
421 mConnectionServiceFixtureA.sendSetConnectionProperties(testCall.mConnectionId);
DConnectionServiceFixture.java559 public void sendSetConnectionProperties(String id) throws Exception { in sendSetConnectionProperties() method in ConnectionServiceFixture