Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DActivityRecord.java5729 final ContentCaptureManagerInternal contentCaptureService = in notifyActivityStartedToContentCaptureService() local
5731 if (contentCaptureService != null) { in notifyActivityStartedToContentCaptureService()
5734 contentCaptureService.notifyActivityEvent(mUserId, mActivityComponent, in notifyActivityStartedToContentCaptureService()
5739 contentCaptureService.sendActivityStartAssistData(mUserId, in notifyActivityStartedToContentCaptureService()
/frameworks/base/services/core/java/com/android/server/am/
DActivityManagerService.java2988 ContentCaptureManagerInternal contentCaptureService = mContentCaptureService; in updateActivityUsageStats() local
2989 if (contentCaptureService != null && (event == Event.ACTIVITY_PAUSED in updateActivityUsageStats()
2992 contentCaptureService.notifyActivityEvent(userId, activity, event, activityId); in updateActivityUsageStats()