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()
4483 public static final String COLOR_DISPLAY_SERVICE = "color_display"; field in Context
188 publishBinderService(Context.COLOR_DISPLAY_SERVICE, new BinderService()); in onStart()
476 registerService(Context.COLOR_DISPLAY_SERVICE, ColorDisplayManager.class, in registerService() argument