Home
last modified time | relevance | path

Searched refs:setSystemService (Results 1 – 3 of 3) sorted by relevance

/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowApplication.java298 public void setSystemService(String key, Object service) { in setSystemService() method in ShadowApplication
300 shadowContext.setSystemService(key, service); in setSystemService()
DShadowContextImpl.java74 public void setSystemService(String key, Object service) { in setSystemService() method in ShadowContextImpl
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowActivityManagerTest.java179 .setSystemService(Context.USER_SERVICE, userManager); in switchUser()