Searched refs:ContentCaptureManagerInternal (Results 1 – 6 of 6) sorted by relevance
32 public abstract class ContentCaptureManagerInternal { class
62 import com.android.server.contentcapture.ContentCaptureManagerInternal;170 private final ContentCaptureManagerInternal mContentCaptureInternal;191 mContentCaptureInternal = LocalServices.getService(ContentCaptureManagerInternal.class); in ClipboardService()
180 publishLocalService(ContentCaptureManagerInternal.class, mLocalService); in onStart()704 private final class LocalService extends ContentCaptureManagerInternal {
91 import com.android.server.contentcapture.ContentCaptureManagerInternal;2293 ContentCaptureManagerInternal ccmi = in startContentCaptureService()2294 LocalServices.getService(ContentCaptureManagerInternal.class); in startContentCaptureService()
351 import com.android.server.contentcapture.ContentCaptureManagerInternal;1578 @Nullable ContentCaptureManagerInternal mContentCaptureService;2111 @Nullable ContentCaptureManagerInternal contentCaptureManager) { in setContentCaptureManager()5029 final ContentCaptureManagerInternal ccm = in attachApplicationLocked()5030 LocalServices.getService(ContentCaptureManagerInternal.class); in attachApplicationLocked()
2992 …vice;->setContentCaptureManager(Lcom/android/server/contentcapture/ContentCaptureManagerInternal;)V18991 Lcom/android/server/contentcapture/ContentCaptureManagerInternal;