Home
last modified time | relevance | path

Searched refs:mSpyContext (Results 1 – 2 of 2) sorted by relevance

/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DTelecomSystemTest.java218 Context mSpyContext; field in TelecomSystemTest
235 mSpyContext = mComponentContextFixture.getTestDouble().getApplicationContext(); in setUp()
236 doReturn(mSpyContext).when(mSpyContext).getApplicationContext(); in setUp()
603 mSpyContext.getContentResolver().acquireProvider(BlockedNumberContract.AUTHORITY); in startIncomingPhoneCall()
DBasicCallTests.java738 TelecomManager tm = (TelecomManager) mSpyContext.getSystemService(Context.TELECOM_SERVICE); in testAnalyticsDumping()
836 return mSpyContext.getContentResolver().acquireProvider(BlockedNumberContract.AUTHORITY); in getBlockedNumberProvider()