Searched refs:mContentCaptureInternal (Results 1 – 1 of 1) sorted by relevance
149 private final ContentCaptureManagerInternal mContentCaptureInternal; field in ClipboardService188 mContentCaptureInternal = LocalServices.getService(ContentCaptureManagerInternal.class); in ClipboardService()1356 if (!allowed && mContentCaptureInternal != null) { in clipboardAccessAllowed()1363 allowed = mContentCaptureInternal.isContentCaptureServiceForUser(uid, userId); in clipboardAccessAllowed()1457 if (mContentCaptureInternal != null in showAccessNotificationLocked()1458 && mContentCaptureInternal.isContentCaptureServiceForUser(uid, userId)) { in showAccessNotificationLocked()