Home
last modified time | relevance | path

Searched refs:AppTargetEvent (Results 1 – 21 of 21) sorted by relevance

/aosp14/frameworks/base/core/java/android/app/prediction/
H A DAppTargetEvent.java34 public final class AppTargetEvent implements Parcelable { class
72 private AppTargetEvent(@Nullable AppTarget target, @Nullable String location, in AppTargetEvent() method in AppTargetEvent
79 private AppTargetEvent(Parcel parcel) { in AppTargetEvent() method in AppTargetEvent
112 AppTargetEvent other = (AppTargetEvent) o; in equals()
131 new Creator<AppTargetEvent>() {
132 public AppTargetEvent createFromParcel(Parcel parcel) {
133 return new AppTargetEvent(parcel);
136 public AppTargetEvent[] newArray(int size) {
137 return new AppTargetEvent[size];
174 public AppTargetEvent build() { in build()
[all …]
H A DIPredictionManager.aidl20 import android.app.prediction.AppTargetEvent;
34 void notifyAppTargetEvent(in AppPredictionSessionId sessionId, in AppTargetEvent event); in notifyAppTargetEvent()
H A DAppTargetEvent.aidl19 parcelable AppTargetEvent;
H A DAppPredictor.java116 public void notifyAppTargetEvent(@NonNull AppTargetEvent event) { in notifyAppTargetEvent()
/aosp14/frameworks/base/services/people/java/com/android/server/people/prediction/
H A DAppTargetPredictor.java25 import android.app.prediction.AppTargetEvent;
76 public void onAppTargetEvent(AppTargetEvent event) { in onAppTargetEvent()
111 void reportAppTargetEvent(AppTargetEvent event) { in reportAppTargetEvent()
H A DShareTargetPredictor.java31 import android.app.prediction.AppTargetEvent;
95 void reportAppTargetEvent(AppTargetEvent event) { in reportAppTargetEvent()
/aosp14/frameworks/base/core/java/android/service/appprediction/
H A DIPredictionService.aidl20 import android.app.prediction.AppTargetEvent;
36 void notifyAppTargetEvent(in AppPredictionSessionId sessionId, in AppTargetEvent event); in notifyAppTargetEvent()
H A DAppPredictionService.java29 import android.app.prediction.AppTargetEvent;
84 public void notifyAppTargetEvent(AppPredictionSessionId sessionId, AppTargetEvent event) {
161 @NonNull AppTargetEvent event); in onAppTargetEvent()
/aosp14/frameworks/base/core/java/com/android/internal/app/
H A DAppPredictionServiceResolverComparator.java19 import static android.app.prediction.AppTargetEvent.ACTION_LAUNCH;
23 import android.app.prediction.AppTargetEvent;
293 new AppTargetEvent.Builder(
H A DChooserActivity.java48 import android.app.prediction.AppTargetEvent;
2363 new AppTargetEvent.Builder(appTarget, AppTargetEvent.ACTION_LAUNCH)
/aosp14/frameworks/base/services/appprediction/java/com/android/server/appprediction/
H A DAppPredictionManagerService.java31 import android.app.prediction.AppTargetEvent;
120 @NonNull AppTargetEvent event) { in notifyAppTargetEvent()
H A DAppPredictionPerUserService.java26 import android.app.prediction.AppTargetEvent;
151 @NonNull AppTargetEvent event) { in notifyAppTargetEventLocked()
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/people/data/
H A DDataManagerTest.java61 import android.app.prediction.AppTargetEvent;
375 AppTargetEvent appTargetEvent = in testReportAppTargetEvent_directSharing()
376 new AppTargetEvent.Builder(appTarget, AppTargetEvent.ACTION_LAUNCH) in testReportAppTargetEvent_directSharing()
395 AppTargetEvent appTargetEvent = in testReportAppTargetEvent_directSharing_createConversation()
396 new AppTargetEvent.Builder(appTarget, AppTargetEvent.ACTION_LAUNCH) in testReportAppTargetEvent_directSharing_createConversation()
423 AppTargetEvent appTargetEvent = in testReportAppTargetEvent_appSharing()
424 new AppTargetEvent.Builder(appTarget, AppTargetEvent.ACTION_LAUNCH) in testReportAppTargetEvent_appSharing()
1305 AppTargetEvent appTargetEvent = in testBackupAndRestoration()
1306 new AppTargetEvent.Builder(appTarget, AppTargetEvent.ACTION_LAUNCH) in testBackupAndRestoration()
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/people/prediction/
H A DShareTargetPredictorTest.java35 import android.app.prediction.AppTargetEvent;
80 private static final AppTargetEvent APP_TARGET_EVENT =
81 new AppTargetEvent.Builder(
84 AppTargetEvent.ACTION_LAUNCH)
/aosp14/frameworks/base/services/people/java/com/android/server/people/
H A DPeopleService.java31 import android.app.prediction.AppTargetEvent;
401 public void notifyAppTargetEvent(AppPredictionSessionId sessionId, AppTargetEvent event) { in notifyAppTargetEvent()
/aosp14/frameworks/base/services/people/java/com/android/server/people/data/
H A DDataManager.java31 import android.app.prediction.AppTargetEvent;
496 public void reportShareTargetEvent(@NonNull AppTargetEvent event, in reportShareTargetEvent()
499 if (appTarget == null || event.getAction() != AppTargetEvent.ACTION_LAUNCH) { in reportShareTargetEvent()
/aosp14/frameworks/base/core/api/
H A Dsystem-current.txt2163 method public void notifyAppTargetEvent(@NonNull android.app.prediction.AppTargetEvent);
2195 public final class AppTargetEvent implements android.os.Parcelable {
2206 …l public static final android.os.Parcelable.Creator<android.app.prediction.AppTargetEvent> CREATOR;
2209 public static final class AppTargetEvent.Builder {
2210 ctor public AppTargetEvent.Builder(@Nullable android.app.prediction.AppTarget, int);
2211 method @NonNull public android.app.prediction.AppTargetEvent build();
2212 …method @NonNull public android.app.prediction.AppTargetEvent.Builder setLaunchLocation(@Nullable S…
12001 …ull android.app.prediction.AppPredictionSessionId, @NonNull android.app.prediction.AppTargetEvent);
/aosp14/frameworks/base/boot/
H A Dpreloaded-classes1089 android.app.prediction.AppTargetEvent$1
1090 android.app.prediction.AppTargetEvent
H A Dboot-image-profile.txt3303 HSPLandroid/app/prediction/AppTargetEvent$1;->createFromParcel(Landroid/os/Parcel;)Landroid/app/pre…
3304 HSPLandroid/app/prediction/AppTargetEvent$1;->createFromParcel(Landroid/os/Parcel;)Ljava/lang/Objec…
3305 HSPLandroid/app/prediction/AppTargetEvent;->writeToParcel(Landroid/os/Parcel;I)V
23870 Landroid/app/prediction/AppTargetEvent$1;
23871 Landroid/app/prediction/AppTargetEvent;
/aosp14/frameworks/base/config/
H A Dpreloaded-classes1089 android.app.prediction.AppTargetEvent$1
1090 android.app.prediction.AppTargetEvent
H A Dboot-image-profile.txt3303 HSPLandroid/app/prediction/AppTargetEvent$1;->createFromParcel(Landroid/os/Parcel;)Landroid/app/pre…
3304 HSPLandroid/app/prediction/AppTargetEvent$1;->createFromParcel(Landroid/os/Parcel;)Ljava/lang/Objec…
3305 HSPLandroid/app/prediction/AppTargetEvent;->writeToParcel(Landroid/os/Parcel;I)V
33973 Landroid/app/prediction/AppTargetEvent$1;
33974 Landroid/app/prediction/AppTargetEvent;