Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DSystemServiceRegistry.java469 registerService(Context.DISPLAY_SERVICE, DisplayManager.class, in registerService()
/frameworks/base/core/java/android/content/
DContext.java4473 public static final String DISPLAY_SERVICE = "display"; field in Context