Searched refs:ShadowService (Results 1 – 3 of 3) sorted by relevance
17 public class ShadowService extends ShadowContextWrapper { class
63 ShadowService shadowService = shadowOf(service); in stopForeground()
301 ShadowService.class, in getDefaultShadowClasses()881 public static ShadowService shadowOf(Service instance) { in shadowOf()882 return (ShadowService) shadowOf_(instance); in shadowOf()