Searched refs:shadowContext (Results 1 – 2 of 2) sorted by relevance
299 ShadowContextImpl shadowContext = Shadow.extract(realApplication.getBaseContext()); in setSystemService() local300 shadowContext.setSystemService(key, service); in setSystemService()
36 private final ShadowContextImpl shadowContext = Shadow.extract(context.getBaseContext()); field in ShadowContextImplTest107 shadowContext.removeSystemService(Context.WALLPAPER_SERVICE); in removeSystemService_getSystemServiceReturnsNull()