HomeSort by relevance Sort by last modified time
    Searched refs:removeSystemService (Results 1 - 4 of 4) sorted by null

  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowContextWrapper.java 121 public void removeSystemService(String name) {
123 .removeSystemService(name);
ShadowContextImpl.java 81 public void removeSystemService(String name) {
  /external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
ShadowContextImplTest.java 107 shadowContext.removeSystemService(Context.WALLPAPER_SERVICE);
ShadowContextWrapperTest.java 604 shadowContextWrapper.removeSystemService(Context.WALLPAPER_SERVICE);

Completed in 46 milliseconds