Home
last modified time | relevance | path

Searched defs:notifyActivityEvent (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/services/core/java/com/android/server/contentcapture/
DContentCaptureManagerInternal.java63 public abstract void notifyActivityEvent(@UserIdInt int userId, in notifyActivityEvent() method in ContentCaptureManagerInternal
/frameworks/base/services/contentcapture/java/com/android/server/contentcapture/
DContentCaptureManagerService.java920 public void notifyActivityEvent(int userId, @NonNull ComponentName activityComponent, in notifyActivityEvent() method in ContentCaptureManagerService.LocalService