Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/clipboard/
DClipboardService.java149 private final ContentCaptureManagerInternal mContentCaptureInternal; field in ClipboardService
188 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()