HomeSort by relevance Sort by last modified time
    Searched refs:mConnectionServiceFixtureA (Results 1 - 6 of 6) sorted by null

  /packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
BasicCallTests.java 78 mPhoneAccountA0.getAccountHandle(), mConnectionServiceFixtureA);
84 mConnectionServiceFixtureA.sendSetDisconnected(ids.mConnectionId, DisconnectCause.LOCAL);
95 mPhoneAccountA0.getAccountHandle(), mConnectionServiceFixtureA);
97 mConnectionServiceFixtureA.sendSetDisconnected(ids.mConnectionId, DisconnectCause.LOCAL);
114 mConnectionServiceFixtureA);
124 verify(mConnectionServiceFixtureA.getTestDouble(), timeout(TEST_TIMEOUT))
126 mConnectionServiceFixtureA.sendSetActive(ids.mConnectionId);
140 VideoProfile.STATE_BIDIRECTIONAL, mConnectionServiceFixtureA);
152 verify(mConnectionServiceFixtureA.getTestDouble(), timeout(TEST_TIMEOUT))
154 mConnectionServiceFixtureA.sendSetActive(ids.mConnectionId)
    [all...]
VideoCallTests.java 47 mPhoneAccountA0.getAccountHandle(), mConnectionServiceFixtureA,
63 mPhoneAccountA0.getAccountHandle(), mConnectionServiceFixtureA,
77 mPhoneAccountA0.getAccountHandle(), mConnectionServiceFixtureA,
92 mPhoneAccountA0.getAccountHandle(), mConnectionServiceFixtureA,
107 mPhoneAccountA0.getAccountHandle(), mConnectionServiceFixtureA,
121 mPhoneAccountA0.getAccountHandle(), mConnectionServiceFixtureA,
CallExtrasTest.java 54 mPhoneAccountA0.getAccountHandle(), mConnectionServiceFixtureA);
61 Connection connection = mConnectionServiceFixtureA.mLatestConnection;
80 mPhoneAccountA0.getAccountHandle(), mConnectionServiceFixtureA);
82 Connection connection = mConnectionServiceFixtureA.mLatestConnection;
101 mPhoneAccountA0.getAccountHandle(), mConnectionServiceFixtureA);
103 Connection connection = mConnectionServiceFixtureA.mLatestConnection;
122 mPhoneAccountA0.getAccountHandle(), mConnectionServiceFixtureA);
124 Connection connection = mConnectionServiceFixtureA.mLatestConnection;
144 mPhoneAccountA0.getAccountHandle(), mConnectionServiceFixtureA);
147 Connection connection = mConnectionServiceFixtureA.mLatestConnection
    [all...]
AnalyticsTests.java 43 mConnectionServiceFixtureA);
57 mConnectionServiceFixtureA.
83 mConnectionServiceFixtureA);
85 mConnectionServiceFixtureA.
124 mConnectionServiceFixtureA);
128 mConnectionServiceFixtureA);
155 mConnectionServiceFixtureA.
157 mConnectionServiceFixtureA.
VideoProviderTest.java 101 mConnectionServiceFixtureA);
104 mConnectionServiceFixtureA.sendSetVideoProvider(
105 mConnectionServiceFixtureA.mLatestConnectionId);
114 mConnectionInfo = mConnectionServiceFixtureA.mConnectionById.get(mCallIds.mConnectionId);
TelecomSystemTest.java 250 ConnectionServiceFixture mConnectionServiceFixtureA;
306 mPhoneAccountA0.getAccountHandle(), mConnectionServiceFixtureA);
309 mPhoneAccountA0.getAccountHandle(), mConnectionServiceFixtureA);
396 mConnectionServiceFixtureA = new ConnectionServiceFixture();
400 mConnectionServiceFixtureA.getTestDouble());
    [all...]

Completed in 424 milliseconds