HomeSort by relevance Sort by last modified time
    Searched defs:getTestDouble (Results 1 - 11 of 11) sorted by null

  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
TestFixture.java 33 T getTestDouble();
ContextFixture.java 524 public Context getTestDouble() {
ServiceStateTrackerTest.java 238 verify(mContextFixture.getTestDouble(), atLeast(2)).
    [all...]
  /packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
TestFixture.java 33 T getTestDouble();
CallerInfoAsyncQueryFactoryFixture.java 72 public CallerInfoAsyncQueryFactory getTestDouble() {
VideoCallTests.java 141 verify(mInCallServiceFixtureX.getTestDouble(), atLeastOnce()).onCallAudioStateChanged(
BasicCallTests.java 120 TelecomManager telecomManager = (TelecomManager) mComponentContextFixture.getTestDouble()
124 verify(mConnectionServiceFixtureA.getTestDouble(), timeout(TEST_TIMEOUT))
147 TelecomManager telecomManager = (TelecomManager) mComponentContextFixture.getTestDouble()
152 verify(mConnectionServiceFixtureA.getTestDouble(), timeout(TEST_TIMEOUT))
174 TelecomManager telecomManager = (TelecomManager) mComponentContextFixture.getTestDouble()
179 verify(mConnectionServiceFixtureA.getTestDouble(), timeout(TEST_TIMEOUT))
202 TelecomManager telecomManager = (TelecomManager) mComponentContextFixture.getTestDouble()
207 verify(mConnectionServiceFixtureA.getTestDouble(), timeout(TEST_TIMEOUT))
277 verify(mConnectionServiceFixtureA.getTestDouble())
302 verify(mInCallServiceFixtureX.getTestDouble(), never()
    [all...]
TelecomSystemTest.java 279 mSpyContext = mComponentContextFixture.getTestDouble().getApplicationContext();
348 mComponentContextFixture.getTestDouble(),
357 mCallerInfoAsyncQueryFactoryFixture.getTestDouble(),
380 mComponentContextFixture.getTestDouble(),
384 eq(mComponentContextFixture.getTestDouble().getApplicationContext()),
388 eq(mComponentContextFixture.getTestDouble().getApplicationContext()),
391 eq(mComponentContextFixture.getTestDouble().getApplicationContext()),
400 mConnectionServiceFixtureA.getTestDouble());
402 mConnectionServiceFixtureB.getTestDouble());
428 mInCallServiceFixtureX.getTestDouble());
    [all...]
InCallServiceFixture.java 140 public IInCallService getTestDouble() {
ConnectionServiceFixture.java 376 public IConnectionService getTestDouble() {
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/uicc/
UiccCardTest.java 71 mUicccard = new UiccCard(mContextFixture.getTestDouble(),
82 mUicccard.update(mContextFixture.getTestDouble(),
88 mUicccard.update(mContextFixture.getTestDouble(),
215 mUicccard.update(mContextFixture.getTestDouble(), mSimulatedCommands, mIccCardStatus);
248 mUicccard.update(mContextFixture.getTestDouble(), mSimulatedCommands, mIccCardStatus);

Completed in 174 milliseconds