Home
last modified time | relevance | path

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

/aosp12/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
H A DInCallServiceFixture.java39 public class InCallServiceFixture implements TestFixture<IInCallService> { class
156 public InCallServiceFixture() throws Exception { } in InCallServiceFixture() method in InCallServiceFixture
H A DTelecomSystemTest.java220 InCallServiceFixture mInCallServiceFixtureX;
221 InCallServiceFixture mInCallServiceFixtureY;
577 mInCallServiceFixtureX = new InCallServiceFixture(); in setupInCallServices()
578 mInCallServiceFixtureY = new InCallServiceFixture(); in setupInCallServices()