Searched defs:mInCallServiceFixtureY (Results 1 - 1 of 1) sorted by relevance

/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
H A DTelecomSystemTest.java192 InCallServiceFixture mInCallServiceFixtureY; field in class:TelecomSystemTest
459 mInCallServiceFixtureY = new InCallServiceFixture();
464 mInCallServiceFixtureY.getTestDouble());
514 assertEquals(Call.STATE_DIALING, mInCallServiceFixtureY.getCall(ids.mCallId).getState());
520 assertEquals(Call.STATE_ACTIVE, mInCallServiceFixtureY.getCall(ids.mCallId).getState());
559 assertEquals(Call.STATE_DIALING, mInCallServiceFixtureY.getCall(
587 mInCallServiceFixtureY.getTestDouble());
590 mInCallServiceFixtureY.mCallById.size());
592 (mInCallServiceFixtureY.mInCallAdapter != null));
634 verify(mInCallServiceFixtureY
[all...]

Completed in 139 milliseconds