Searched refs:setSystemService (Results 1 – 3 of 3) sorted by relevance
298 public void setSystemService(String key, Object service) { in setSystemService() method in ShadowApplication300 shadowContext.setSystemService(key, service); in setSystemService()
74 public void setSystemService(String key, Object service) { in setSystemService() method in ShadowContextImpl
179 .setSystemService(Context.USER_SERVICE, userManager); in switchUser()