Home
last modified time | relevance | path

Searched refs:removeSystemService (Results 1 – 4 of 4) sorted by relevance

/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowContextWrapper.java169 public void removeSystemService(String name) { in removeSystemService() method in ShadowContextWrapper
171 .removeSystemService(name); in removeSystemService()
DShadowContextImpl.java97 public void removeSystemService(String name) { in removeSystemService() method in ShadowContextImpl
/external/robolectric/robolectric/src/test/java/org/robolectric/shadows/
DShadowContextImplTest.java120 shadowContext.removeSystemService(Context.WALLPAPER_SERVICE); in removeSystemService_getSystemServiceReturnsNull()
DShadowContextWrapperTest.java959 shadowContextWrapper.removeSystemService(Context.WALLPAPER_SERVICE);