Home
last modified time | relevance | path

Searched refs:ActivityEventType (Results 1 – 4 of 4) sorted by relevance

/aosp14/frameworks/base/core/java/android/service/contentcapture/
H A DActivityEvent.java80 public @interface ActivityEventType{} annotation in ActivityEvent
83 private final @ActivityEventType int mType;
88 @NonNull ComponentName componentName, @ActivityEventType int type) { in ActivityEvent()
117 @ActivityEventType
123 public static String getTypeAsString(@ActivityEventType int type) { in getTypeAsString()
/aosp14/frameworks/base/services/core/java/com/android/server/contentcapture/
H A DContentCaptureManagerInternal.java26 import android.service.contentcapture.ActivityEvent.ActivityEventType;
65 @NonNull ComponentName activityComponent, @ActivityEventType int eventType, in notifyActivityEvent()
/aosp14/frameworks/base/services/contentcapture/java/com/android/server/contentcapture/
H A DContentCapturePerUserService.java53 import android.service.contentcapture.ActivityEvent.ActivityEventType;
552 @NonNull ComponentName componentName, @ActivityEventType int type) { in onActivityEventLocked()
H A DContentCaptureManagerService.java73 import android.service.contentcapture.ActivityEvent.ActivityEventType;
1176 @ActivityEventType int eventType, @NonNull ActivityId activityId) { in notifyActivityEvent()