Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DSystemServiceRegistry.java1137 registerService(Context.CONTENT_CAPTURE_MANAGER_SERVICE, ContentCaptureManager.class, in registerService()
/frameworks/base/core/java/android/content/
DContext.java4095 public static final String CONTENT_CAPTURE_MANAGER_SERVICE = "content_capture"; field in Context