Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DActivityRecord.java5805 final ContentCaptureManagerInternal contentCaptureService = in setState() local
5807 if (contentCaptureService != null) { in setState()
5808 contentCaptureService.notifyActivityEvent(mUserId, mActivityComponent, in setState()
/aosp14/frameworks/base/services/core/java/com/android/server/am/
H A DActivityManagerService.java3028 ContentCaptureManagerInternal contentCaptureService = mContentCaptureService; in updateActivityUsageStats() local
3029 if (contentCaptureService != null && (event == Event.ACTIVITY_PAUSED in updateActivityUsageStats()
3032 contentCaptureService.notifyActivityEvent(userId, activity, event, activityId); in updateActivityUsageStats()