HomeSort by relevance Sort by last modified time
    Searched refs:mComponentContextFixture (Results 1 - 13 of 13) 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);
PhoneAccountRegistrarTest.java 67 mComponentContextFixture.setTelecomManager(mTelecomManager);
69 mComponentContextFixture.getTestDouble().getApplicationContext().getFilesDir(),
73 mComponentContextFixture.getTestDouble().getApplicationContext(),
81 mComponentContextFixture.getTestDouble().getApplicationContext().getFilesDir(),
174 mComponentContextFixture.addConnectionService(makeQuickConnectionServiceComponentName(),
207 mComponentContextFixture.addConnectionService(makeQuickConnectionServiceComponentName(),
255 mComponentContextFixture.addConnectionService(makeQuickConnectionServiceComponentName(),
299 mComponentContextFixture.addConnectionService(makeQuickConnectionServiceComponentName(),
343 mComponentContextFixture.addConnectionService(makeQuickConnectionServiceComponentName(),
388 mComponentContextFixture.addConnectionService(makeQuickConnectionServiceComponentName()
    [all...]
BasicCallTests.java 120 TelecomManager telecomManager = (TelecomManager) mComponentContextFixture.getTestDouble()
147 TelecomManager telecomManager = (TelecomManager) mComponentContextFixture.getTestDouble()
174 TelecomManager telecomManager = (TelecomManager) mComponentContextFixture.getTestDouble()
202 TelecomManager telecomManager = (TelecomManager) mComponentContextFixture.getTestDouble()
480 AudioManager audioManager = (AudioManager) mComponentContextFixture.getTestDouble()
    [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,
IncomingCallFilterTest.java 87 mContext = mComponentContextFixture.getTestDouble().getApplicationContext();
BluetoothManagerTest.java 58 mContext = mComponentContextFixture.getTestDouble().getApplicationContext();
TelecomServiceImplTest.java 174 mContext = mComponentContextFixture.getTestDouble().getApplicationContext();
175 mComponentContextFixture.putBooleanResource(
196 mComponentContextFixture.setTelecomManager(mTelecomManager);
    [all...]
CreateConnectionProcessorTest.java 74 mContext = mComponentContextFixture.getTestDouble().getApplicationContext();
CallLogManagerTest.java 104 mContext = mComponentContextFixture.getTestDouble().getApplicationContext();
198 mComponentContextFixture.putBooleanResource(R.bool.allow_emergency_numbers_in_call_log,
    [all...]
LogTest.java 227 Log.setContext(mComponentContextFixture.getTestDouble().getApplicationContext());
BluetoothPhoneServiceTest.java 101 mContext = mComponentContextFixture.getTestDouble().getApplicationContext();
    [all...]

Completed in 1298 milliseconds