Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/contentcapture/
DContentCaptureManagerInternal.java73 public abstract void notifyActivityEvent(@UserIdInt int userId, in notifyActivityEvent() method in ContentCaptureManagerInternal
/frameworks/base/services/contentcapture/java/com/android/server/contentcapture/
DContentCaptureManagerService.java1399 public void notifyActivityEvent(int userId, @NonNull ComponentName activityComponent, in notifyActivityEvent() method in ContentCaptureManagerService.LocalService
/frameworks/base/services/core/java/com/android/server/wm/
DActivityRecord.java6072 contentCaptureService.notifyActivityEvent(mUserId, mActivityComponent, in notifyActivityStartedToContentCaptureService()