Home
last modified time | relevance | path

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

/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DBasicCallTests.java617 mConnectionServiceFixtureA.sendSetOnHold(outgoing.mConnectionId); in testOutgoingThenIncomingCalls()
651 mConnectionServiceFixtureA.sendSetOnHold(outgoing.mConnectionId); in testIncomingThenOutgoingCalls_AssociatedUsersNotEqual()
DConnectionServiceFixture.java586 public void sendSetOnHold(String id) throws Exception { in sendSetOnHold() method in ConnectionServiceFixture