Home
last modified time | relevance | path

Searched refs:CONTENT_CAPTURE_MANAGER_SERVICE (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/core/java/com/android/internal/policy/
DDecorContext.java71 if (Context.CONTENT_CAPTURE_MANAGER_SERVICE.equals(name)) { in getSystemService()
/frameworks/base/core/java/android/view/contentcapture/
DContentCaptureManager.java149 @SystemService(Context.CONTENT_CAPTURE_MANAGER_SERVICE)
417 .checkService(Context.CONTENT_CAPTURE_MANAGER_SERVICE); in getServiceSettingsComponentName()
/frameworks/base/services/contentcapture/java/com/android/server/contentcapture/
DContentCaptureManagerService.java20 import static android.content.Context.CONTENT_CAPTURE_MANAGER_SERVICE;
178 publishBinderService(CONTENT_CAPTURE_MANAGER_SERVICE, in onStart()
/frameworks/base/core/java/android/app/
DSystemServiceRegistry.java1192 registerService(Context.CONTENT_CAPTURE_MANAGER_SERVICE, ContentCaptureManager.class, in registerService() argument
1203 .getService(Context.CONTENT_CAPTURE_MANAGER_SERVICE); in registerService()
/frameworks/base/core/java/android/content/
DContext.java4267 public static final String CONTENT_CAPTURE_MANAGER_SERVICE = "content_capture"; field in Context
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
DBridgeContext.java614 case CONTENT_CAPTURE_MANAGER_SERVICE: in getSystemService()
/frameworks/base/api/
Dtest-current.txt658 field public static final String CONTENT_CAPTURE_MANAGER_SERVICE = "content_capture";