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 {
99 import com.android.server.contentcapture.ContentCaptureManagerInternal;2362 ContentCaptureManagerInternal ccmi = in startContentCaptureService()2363 LocalServices.getService(ContentCaptureManagerInternal.class); in startContentCaptureService()
359 import com.android.server.contentcapture.ContentCaptureManagerInternal;1589 @Nullable ContentCaptureManagerInternal mContentCaptureService;2122 @Nullable ContentCaptureManagerInternal contentCaptureManager) { in setContentCaptureManager()5061 final ContentCaptureManagerInternal ccm = in attachApplicationLocked()5062 LocalServices.getService(ContentCaptureManagerInternal.class); in attachApplicationLocked()
2992 …vice;->setContentCaptureManager(Lcom/android/server/contentcapture/ContentCaptureManagerInternal;)V18991 Lcom/android/server/contentcapture/ContentCaptureManagerInternal;