Searched defs:mComponentContextFixture (Results 1 - 1 of 1) sorted by relevance

/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
H A DTelecomTestCase.java33 ComponentContextFixture mComponentContextFixture; field in class:TelecomTestCase
39 mComponentContextFixture = new ComponentContextFixture();
40 Log.setContext(mComponentContextFixture.getTestDouble().getApplicationContext());
47 mComponentContextFixture = null;

Completed in 241 milliseconds