Searched refs:COLOR_DISPLAY_SERVICE (Results 1 – 4 of 4) sorted by relevance
52 @SystemService(Context.COLOR_DISPLAY_SERVICE)622 IBinder b = ServiceManager.getServiceOrThrow(Context.COLOR_DISPLAY_SERVICE); in getInstance()
196 publishBinderService(Context.COLOR_DISPLAY_SERVICE, new BinderService()); in onStart()
5767 public static final String COLOR_DISPLAY_SERVICE = "color_display"; field in Context
559 registerService(Context.COLOR_DISPLAY_SERVICE, ColorDisplayManager.class, in registerService() argument