Searched refs:mSpyContext (Results 1 – 3 of 3) sorted by relevance
286 Context mSpyContext; field in TelecomSystemTest305 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()
109 TelecomManager tm = (TelecomManager) mSpyContext.getSystemService(Context.TELECOM_SERVICE); in testAnalyticsDumping()256 TelecomManager tm = (TelecomManager) mSpyContext.getSystemService(Context.TELECOM_SERVICE); in testAnalyticsLogSessionTiming()
735 return mSpyContext.getContentResolver().acquireProvider(BlockedNumberContract.AUTHORITY); in getBlockedNumberProvider()