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

  /packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
TelecomTestCase.java 33 ComponentContextFixture mComponentContextFixture;
39 mComponentContextFixture = new ComponentContextFixture();
40 Log.setContext(mComponentContextFixture.getTestDouble().getApplicationContext());
47 mComponentContextFixture = null;
TelecomSystemTest.java 279 mSpyContext = mComponentContextFixture.getTestDouble().getApplicationContext();
348 mComponentContextFixture.getTestDouble(),
379 mComponentContextFixture.setTelecomManager(new TelecomManager(
380 mComponentContextFixture.getTestDouble(),
384 eq(mComponentContextFixture.getTestDouble().getApplicationContext()),
388 eq(mComponentContextFixture.getTestDouble().getApplicationContext()),
391 eq(mComponentContextFixture.getTestDouble().getApplicationContext()),
399 mComponentContextFixture.addConnectionService(mConnectionServiceComponentNameA,
401 mComponentContextFixture.addConnectionService(mConnectionServiceComponentNameB,
415 mComponentContextFixture.putResource
    [all...]
MissedCallNotifierImplTest.java 97 mContext = mComponentContextFixture.getTestDouble().getApplicationContext();
106 mComponentContextFixture.putResource(R.string.notification_missedCallTitle,
108 mComponentContextFixture.putResource(R.string.notification_missedCallsTitle,
110 mComponentContextFixture.putResource(R.string.notification_missedCallsMsg,
112 mComponentContextFixture.putResource(R.string.userCallActivityLabel,
114 mComponentContextFixture.setTelecomManager(mTelecomManager);
CallLogManagerTest.java 104 mContext = mComponentContextFixture.getTestDouble().getApplicationContext();
198 mComponentContextFixture.putBooleanResource(R.bool.allow_emergency_numbers_in_call_log,
    [all...]
NewOutgoingCallIntentBroadcasterTest.java 78 mContext = mComponentContextFixture.getTestDouble().getApplicationContext();
166 mComponentContextFixture.putResource(R.string.ui_default_package, ui_package_string);
167 mComponentContextFixture.putResource(R.string.dialer_default_class,
TelecomServiceImplTest.java 174 mContext = mComponentContextFixture.getTestDouble().getApplicationContext();
175 mComponentContextFixture.putBooleanResource(
196 mComponentContextFixture.setTelecomManager(mTelecomManager);
    [all...]

Completed in 59 milliseconds