HomeSort by relevance Sort by last modified time
    Searched refs:getTestDouble (Results 1 - 25 of 42) sorted by null

1 2

  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
TestFixture.java 33 T getTestDouble();
SmsStorageMonitorTest.java 82 verify(mContextFixture.getTestDouble()).sendBroadcast(intentArgumentCaptor.capture());
97 mContextFixture.getTestDouble().sendBroadcast(
110 mContextFixture.getTestDouble().sendBroadcast(
AppSmsManagerTest.java 54 mAppSmsManagerUT = new AppSmsManager(mContextFixture.getTestDouble());
SubscriptionMonitorTest.java 175 final Context context = contextFixture.getTestDouble();
287 final Context context = contextFixture.getTestDouble();
344 final Context context = contextFixture.getTestDouble();
406 final Context context = contextFixture.getTestDouble();
471 final Context context = contextFixture.getTestDouble();
527 final Context context = contextFixture.getTestDouble();
577 final Context context = contextFixture.getTestDouble();
673 final Context context = contextFixture.getTestDouble();
766 final Context context = contextFixture.getTestDouble();
    [all...]
PhoneSwitcherTest.java 178 return contextFixture.getTestDouble();
196 final Context contextMock = contextFixture.getTestDouble();
429 final Context contextMock = contextFixture.getTestDouble();
502 final Context contextMock = contextFixture.getTestDouble();
SmsNumberUtilsTest.java 124 ((MockContentResolver) mContextFixture.getTestDouble().getContentResolver())
  /packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
TestFixture.java 33 T getTestDouble();
TelecomTestCase.java 40 mContext = mComponentContextFixture.getTestDouble().getApplicationContext();
41 Log.setSessionContext(mComponentContextFixture.getTestDouble().getApplicationContext());
TelecomSystemTest.java 345 mSpyContext = mComponentContextFixture.getTestDouble().getApplicationContext();
424 mComponentContextFixture.getTestDouble(),
433 mCallerInfoAsyncQueryFactoryFixture.getTestDouble(),
467 mComponentContextFixture.getTestDouble(),
471 eq(mComponentContextFixture.getTestDouble().getApplicationContext()),
475 eq(mComponentContextFixture.getTestDouble().getApplicationContext()),
478 eq(mComponentContextFixture.getTestDouble().getApplicationContext()),
487 mConnectionServiceFixtureA.getTestDouble());
489 mConnectionServiceFixtureB.getTestDouble());
517 mInCallServiceFixtureX.getTestDouble());
    [all...]
BasicCallTests.java 161 TelecomManager telecomManager = (TelecomManager) mComponentContextFixture.getTestDouble()
165 verify(mConnectionServiceFixtureA.getTestDouble(), timeout(TEST_TIMEOUT))
189 TelecomManager telecomManager = (TelecomManager) mComponentContextFixture.getTestDouble()
194 verify(mConnectionServiceFixtureA.getTestDouble(), timeout(TEST_TIMEOUT))
217 TelecomManager telecomManager = (TelecomManager) mComponentContextFixture.getTestDouble()
222 verify(mConnectionServiceFixtureA.getTestDouble(), timeout(TEST_TIMEOUT))
246 TelecomManager telecomManager = (TelecomManager) mComponentContextFixture.getTestDouble()
251 verify(mConnectionServiceFixtureA.getTestDouble(), timeout(TEST_TIMEOUT))
311 verify(mConnectionServiceFixtureA.getTestDouble())
364 verify(mConnectionServiceFixtureA.getTestDouble())
    [all...]
CallerInfoAsyncQueryFactoryFixture.java 72 public CallerInfoAsyncQueryFactory getTestDouble() {
DtmfLocalTonePlayerTest.java 48 mContext = mComponentContextFixture.getTestDouble().getApplicationContext();
InCallServiceFixture.java 155 public IInCallService getTestDouble() {
BluetoothDeviceManagerTest.java 70 mContext = mComponentContextFixture.getTestDouble().getApplicationContext();
CallRecordingTonePlayerTest.java 78 mComponentContextFixture.getTestDouble().getApplicationContext(),
IncomingCallFilterTest.java 95 mContext = mComponentContextFixture.getTestDouble().getApplicationContext();
IncomingCallNotifierTest.java 62 mContext = mComponentContextFixture.getTestDouble().getApplicationContext();
VideoCallTests.java 271 verify(mInCallServiceFixtureX.getTestDouble(), atLeastOnce())
CallsManagerTest.java 163 mComponentContextFixture.getTestDouble().getApplicationContext(),
214 mComponentContextFixture.getTestDouble(),
695 mComponentContextFixture.getTestDouble(),
PhoneAccountRegistrarTest.java 93 mComponentContextFixture.getTestDouble().getApplicationContext().getFilesDir(),
101 mComponentContextFixture.getTestDouble().getApplicationContext(),
110 mComponentContextFixture.getTestDouble().getApplicationContext().getFilesDir(),
    [all...]
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/uicc/
UiccCardTest.java 65 mUicccard = new UiccCard(mContextFixture.getTestDouble(),
77 mUicccard.update(mContextFixture.getTestDouble(),
83 mUicccard.update(mContextFixture.getTestDouble(),
UiccProfileTest.java 86 mUiccProfile = new UiccProfile(mContextFixture.getTestDouble(),
98 mUiccProfile.update(mContextFixture.getTestDouble(),
104 mUiccProfile.update(mContextFixture.getTestDouble(),
262 mUiccProfile.update(mContextFixture.getTestDouble(), mSimulatedCommands, mIccCardStatus);
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
GsmCellBroadcastHandlerTest.java 76 mContextFixture.getTestDouble(), mPhone);
120 verify(mContextFixture.getTestDouble(), times(2)).sendOrderedBroadcastAsUser(
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/cdma/
CdmaInboundSmsHandlerTest.java 111 UserManager userManager = (UserManager) mContextFixture.getTestDouble().
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/dataconnection/
TelephonyNetworkFactoryTest.java 97 contextMock = contextFixture.getTestDouble();

Completed in 288 milliseconds

1 2