Home
last modified time | relevance | path

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

/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DTelecomSystemTest.java286 Context mSpyContext; field in TelecomSystemTest
305 mSpyContext = mComponentContextFixture.getTestDouble().getApplicationContext(); in setUp()
306 doReturn(mSpyContext).when(mSpyContext).getApplicationContext(); in setUp()
307 doNothing().when(mSpyContext).sendBroadcastAsUser(any(), any(), any()); in setUp()
777 mSpyContext.getContentResolver().acquireProvider(BlockedNumberContract.AUTHORITY); in startIncomingPhoneCall()
DAnalyticsTests.java109 TelecomManager tm = (TelecomManager) mSpyContext.getSystemService(Context.TELECOM_SERVICE); in testAnalyticsDumping()
256 TelecomManager tm = (TelecomManager) mSpyContext.getSystemService(Context.TELECOM_SERVICE); in testAnalyticsLogSessionTiming()
DBasicCallTests.java735 return mSpyContext.getContentResolver().acquireProvider(BlockedNumberContract.AUTHORITY); in getBlockedNumberProvider()