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 235 mSpyContext = mComponentContextFixture.getTestDouble().getApplicationContext();
302 mComponentContextFixture.getTestDouble(),
331 mComponentContextFixture.setTelecomManager(new TelecomManager(
332 mComponentContextFixture.getTestDouble(),
336 eq(mComponentContextFixture.getTestDouble().getApplicationContext()),
340 eq(mComponentContextFixture.getTestDouble().getApplicationContext()),
343 eq(mComponentContextFixture.getTestDouble().getApplicationContext()),
351 mComponentContextFixture.addConnectionService(mConnectionServiceComponentNameA,
353 mComponentContextFixture.addConnectionService(mConnectionServiceComponentNameB,
365 mComponentContextFixture.putResource
    [all...]
MissedCallNotifierImplTest.java 96 mContext = mComponentContextFixture.getTestDouble().getApplicationContext();
105 mComponentContextFixture.putResource(R.string.notification_missedCallTitle,
107 mComponentContextFixture.putResource(R.string.notification_missedCallsTitle,
109 mComponentContextFixture.putResource(R.string.notification_missedCallsMsg,
111 mComponentContextFixture.putResource(R.string.userCallActivityLabel,
113 mComponentContextFixture.setTelecomManager(mTelecomManager);
CallLogManagerTest.java 104 mContext = mComponentContextFixture.getTestDouble().getApplicationContext();
198 mComponentContextFixture.putBooleanResource(R.bool.allow_emergency_numbers_in_call_log,
    [all...]
NewOutgoingCallIntentBroadcasterTest.java 77 mContext = mComponentContextFixture.getTestDouble().getApplicationContext();
164 mComponentContextFixture.putResource(R.string.ui_default_package, ui_package_string);
165 mComponentContextFixture.putResource(R.string.dialer_default_class,
TelecomServiceImplTest.java 174 mContext = mComponentContextFixture.getTestDouble().getApplicationContext();
175 mComponentContextFixture.putBooleanResource(
196 mComponentContextFixture.setTelecomManager(mTelecomManager);
    [all...]

Completed in 156 milliseconds