Home
last modified time | relevance | path

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

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