Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/contentcapture/
DContentCaptureManager.java210 @SystemService(Context.CONTENT_CAPTURE_MANAGER_SERVICE)
514 .checkService(Context.CONTENT_CAPTURE_MANAGER_SERVICE); in getServiceSettingsComponentName()
830 Service.CONTENT_CAPTURE_MANAGER_SERVICE)); in getService()
/frameworks/base/core/java/com/android/internal/policy/
DDecorContext.java79 if (Context.CONTENT_CAPTURE_MANAGER_SERVICE.equals(name)) { in getSystemService()
/frameworks/base/core/java/android/service/voice/
DHotwordDetectionService.java225 if (Context.CONTENT_CAPTURE_MANAGER_SERVICE.equals(name)) { in getSystemService()
/frameworks/base/services/contentcapture/java/com/android/server/contentcapture/
DContentCaptureManagerService.java20 import static android.content.Context.CONTENT_CAPTURE_MANAGER_SERVICE;
236 publishBinderService(CONTENT_CAPTURE_MANAGER_SERVICE, mContentCaptureManagerServiceStub); in onStart()
/frameworks/base/core/java/android/app/
DSystemServiceRegistry.java1155 registerService(Context.CONTENT_CAPTURE_MANAGER_SERVICE, ContentCaptureManager.class, in registerService() argument
1166 .getService(Context.CONTENT_CAPTURE_MANAGER_SERVICE); in registerService()
1529 case Context.CONTENT_CAPTURE_MANAGER_SERVICE: in getSystemService()
DActivityThread.java6772 IBinder b = ServiceManager.getService(Context.CONTENT_CAPTURE_MANAGER_SERVICE); in handleSetContentCaptureOptionsCallback()
/frameworks/base/services/voiceinteraction/java/com/android/server/voiceinteraction/
DHotwordDetectionConnection.java885 .getService(Context.CONTENT_CAPTURE_MANAGER_SERVICE); in updateContentCaptureManager()
/frameworks/base/core/java/android/content/
DContext.java4750 public static final String CONTENT_CAPTURE_MANAGER_SERVICE = "content_capture"; field in Context
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
DBridgeContext.java666 case CONTENT_CAPTURE_MANAGER_SERVICE: in getSystemService()
/frameworks/base/core/api/
Dtest-current.txt738 field public static final String CONTENT_CAPTURE_MANAGER_SERVICE = "content_capture";