Home
last modified time | relevance | path

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

/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowApplication.java299 ShadowContextImpl shadowContext = Shadow.extract(realApplication.getBaseContext()); in setSystemService() local
300 shadowContext.setSystemService(key, service); in setSystemService()
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowContextImplTest.java36 private final ShadowContextImpl shadowContext = Shadow.extract(context.getBaseContext()); field in ShadowContextImplTest
107 shadowContext.removeSystemService(Context.WALLPAPER_SERVICE); in removeSystemService_getSystemServiceReturnsNull()