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