Home
last modified time | relevance | path

Searched defs:COLOR_DISPLAY_SERVICE (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/app/
DSystemServiceRegistry.java438 registerService(Context.COLOR_DISPLAY_SERVICE, ColorDisplayManager.class, in registerService()
/frameworks/base/core/java/android/content/
DContext.java4308 public static final String COLOR_DISPLAY_SERVICE = "color_display"; field in Context