Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/prediction/
DAppTargetEvent.java35 public final class AppTargetEvent implements Parcelable { class
73 private AppTargetEvent(@Nullable AppTarget target, @Nullable String location, in AppTargetEvent() method in AppTargetEvent
80 private AppTargetEvent(Parcel parcel) { in AppTargetEvent() method in AppTargetEvent
113 AppTargetEvent other = (AppTargetEvent) o; in equals()
138 public static final @android.annotation.NonNull Creator<AppTargetEvent> CREATOR =
139 new Creator<AppTargetEvent>() {
140 public AppTargetEvent createFromParcel(Parcel parcel) {
141 return new AppTargetEvent(parcel);
144 public AppTargetEvent[] newArray(int size) {
145 return new AppTargetEvent[size];
[all …]
DIPredictionManager.aidl20 import android.app.prediction.AppTargetEvent;
35 void notifyAppTargetEvent(in AppPredictionSessionId sessionId, in AppTargetEvent event); in notifyAppTargetEvent()
DAppTargetEvent.aidl19 parcelable AppTargetEvent;
DAppPredictor.java120 public void notifyAppTargetEvent(@NonNull AppTargetEvent event) { in notifyAppTargetEvent()
/frameworks/base/services/people/java/com/android/server/people/prediction/
DAppTargetPredictor.java25 import android.app.prediction.AppTargetEvent;
76 public void onAppTargetEvent(AppTargetEvent event) { in onAppTargetEvent()
111 void reportAppTargetEvent(AppTargetEvent event) { in reportAppTargetEvent()
DShareTargetPredictor.java31 import android.app.prediction.AppTargetEvent;
95 void reportAppTargetEvent(AppTargetEvent event) { in reportAppTargetEvent()
/frameworks/base/core/java/android/service/appprediction/
DIPredictionService.aidl20 import android.app.prediction.AppTargetEvent;
37 void notifyAppTargetEvent(in AppPredictionSessionId sessionId, in AppTargetEvent event); in notifyAppTargetEvent()
DAppPredictionService.java30 import android.app.prediction.AppTargetEvent;
88 public void notifyAppTargetEvent(AppPredictionSessionId sessionId, AppTargetEvent event) {
175 @NonNull AppTargetEvent event); in onAppTargetEvent()
/frameworks/base/core/java/com/android/internal/app/
DAppPredictionServiceResolverComparator.java19 import static android.app.prediction.AppTargetEvent.ACTION_LAUNCH;
23 import android.app.prediction.AppTargetEvent;
303 new AppTargetEvent.Builder(
/frameworks/base/services/appprediction/java/com/android/server/appprediction/
DAppPredictionManagerService.java31 import android.app.prediction.AppTargetEvent;
121 @NonNull AppTargetEvent event) { in notifyAppTargetEvent()
DAppPredictionPerUserService.java26 import android.app.prediction.AppTargetEvent;
152 @NonNull AppTargetEvent event) { in notifyAppTargetEventLocked()
/frameworks/base/services/tests/servicestests/src/com/android/server/people/prediction/
DShareTargetPredictorTest.java35 import android.app.prediction.AppTargetEvent;
80 private static final AppTargetEvent APP_TARGET_EVENT =
81 new AppTargetEvent.Builder(
84 AppTargetEvent.ACTION_LAUNCH)
/frameworks/base/services/tests/servicestests/src/com/android/server/people/data/
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()
/frameworks/base/services/people/java/com/android/server/people/
DPeopleService.java31 import android.app.prediction.AppTargetEvent;
414 public void notifyAppTargetEvent(AppPredictionSessionId sessionId, AppTargetEvent event) { in notifyAppTargetEvent()
/frameworks/base/services/people/java/com/android/server/people/data/
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()
/frameworks/base/config/
Ddirty-image-objects781 Landroid/app/prediction/AppTargetEvent; 169
Dpreloaded-classes1157 android.app.prediction.AppTargetEvent$1
1158 android.app.prediction.AppTargetEvent-IA
1159 android.app.prediction.AppTargetEvent
Dboot-image-profile.txt3245 HSPLandroid/app/prediction/AppTargetEvent$1;->createFromParcel(Landroid/os/Parcel;)Landroid/app/pre…
3246 HSPLandroid/app/prediction/AppTargetEvent$1;->createFromParcel(Landroid/os/Parcel;)Ljava/lang/Objec…
3247 HSPLandroid/app/prediction/AppTargetEvent;->writeToParcel(Landroid/os/Parcel;I)V
33664 Landroid/app/prediction/AppTargetEvent$1;
33665 Landroid/app/prediction/AppTargetEvent-IA;
33666 Landroid/app/prediction/AppTargetEvent;
/frameworks/base/core/api/
Dsystem-current.txt2393 method public void notifyAppTargetEvent(@NonNull android.app.prediction.AppTargetEvent);
2426 public final class AppTargetEvent implements android.os.Parcelable {
2437 …l public static final android.os.Parcelable.Creator<android.app.prediction.AppTargetEvent> CREATOR;
2440 public static final class AppTargetEvent.Builder {
2441 ctor public AppTargetEvent.Builder(@Nullable android.app.prediction.AppTarget, int);
2442 method @NonNull public android.app.prediction.AppTargetEvent build();
2443 …method @NonNull public android.app.prediction.AppTargetEvent.Builder setLaunchLocation(@Nullable S…
12324 …ull android.app.prediction.AppPredictionSessionId, @NonNull android.app.prediction.AppTargetEvent);
/frameworks/base/boot/
Dpreloaded-classes1157 android.app.prediction.AppTargetEvent$1
1158 android.app.prediction.AppTargetEvent-IA
1159 android.app.prediction.AppTargetEvent
Dboot-image-profile.txt3245 HSPLandroid/app/prediction/AppTargetEvent$1;->createFromParcel(Landroid/os/Parcel;)Landroid/app/pre…
3246 HSPLandroid/app/prediction/AppTargetEvent$1;->createFromParcel(Landroid/os/Parcel;)Ljava/lang/Objec…
3247 HSPLandroid/app/prediction/AppTargetEvent;->writeToParcel(Landroid/os/Parcel;I)V
23534 Landroid/app/prediction/AppTargetEvent$1;
23535 Landroid/app/prediction/AppTargetEvent-IA;
23536 Landroid/app/prediction/AppTargetEvent;