Searched refs:contentCaptureService (Results 1 – 2 of 2) sorted by relevance
5729 final ContentCaptureManagerInternal contentCaptureService = in notifyActivityStartedToContentCaptureService() local5731 if (contentCaptureService != null) { in notifyActivityStartedToContentCaptureService()5734 contentCaptureService.notifyActivityEvent(mUserId, mActivityComponent, in notifyActivityStartedToContentCaptureService()5739 contentCaptureService.sendActivityStartAssistData(mUserId, in notifyActivityStartedToContentCaptureService()
2988 ContentCaptureManagerInternal contentCaptureService = mContentCaptureService; in updateActivityUsageStats() local2989 if (contentCaptureService != null && (event == Event.ACTIVITY_PAUSED in updateActivityUsageStats()2992 contentCaptureService.notifyActivityEvent(userId, activity, event, activityId); in updateActivityUsageStats()