Searched refs:shadowContext (Results 1 – 3 of 3) sorted by relevance
73 private final ShadowContextImpl shadowContext; field in RobolectricTestUtilities102 shadowContext = Shadow.extract(context.getBaseContext()); in RobolectricTestUtilities()222 shadowContext.setUserId(PERSONAL_PROFILE_USER_ID); in setRunningOnPersonalProfile()234 shadowContext.setUserId(WORK_PROFILE_USER_ID); in setRunningOnWorkProfile()
299 ShadowContextImpl shadowContext = Shadow.extract(realApplication.getBaseContext()); in setSystemService() local300 shadowContext.setSystemService(key, service); in setSystemService()
37 private final ShadowContextImpl shadowContext = Shadow.extract(context.getBaseContext()); field in ShadowContextImplTest108 shadowContext.removeSystemService(Context.WALLPAPER_SERVICE); in removeSystemService_getSystemServiceReturnsNull()