Home
last modified time | relevance | path

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

/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DInCallServiceFixture.java39 public class InCallServiceFixture implements TestFixture<IInCallService> { class
156 public InCallServiceFixture() throws Exception { } in InCallServiceFixture() method in InCallServiceFixture
DTelecomSystemTest.java221 InCallServiceFixture mInCallServiceFixtureX;
222 InCallServiceFixture mInCallServiceFixtureY;
588 mInCallServiceFixtureX = new InCallServiceFixture(); in setupInCallServices()
589 mInCallServiceFixtureY = new InCallServiceFixture(); in setupInCallServices()