Home
last modified time | relevance | path

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

/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowContextWrapper.java121 public void removeSystemService(String name) { in removeSystemService() method in ShadowContextWrapper
123 .removeSystemService(name); in removeSystemService()
DShadowContextImpl.java81 public void removeSystemService(String name) { in removeSystemService() method in ShadowContextImpl
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowContextImplTest.java107 shadowContext.removeSystemService(Context.WALLPAPER_SERVICE); in removeSystemService_getSystemServiceReturnsNull()
DShadowContextWrapperTest.java604 shadowContextWrapper.removeSystemService(Context.WALLPAPER_SERVICE);