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