Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/prediction/
DAppTargetEvent.java36 public final class AppTargetEvent implements Parcelable { class
64 private AppTargetEvent(@Nullable AppTarget target, @Nullable String location, in AppTargetEvent() method in AppTargetEvent
71 private AppTargetEvent(Parcel parcel) { in AppTargetEvent() method in AppTargetEvent
104 AppTargetEvent other = (AppTargetEvent) o; in equals()
122 public static final @android.annotation.NonNull Creator<AppTargetEvent> CREATOR =
123 new Creator<AppTargetEvent>() {
124 public AppTargetEvent createFromParcel(Parcel parcel) {
125 return new AppTargetEvent(parcel);
128 public AppTargetEvent[] newArray(int size) {
129 return new AppTargetEvent[size];
[all …]
DIPredictionManager.aidl20 import android.app.prediction.AppTargetEvent;
34 void notifyAppTargetEvent(in AppPredictionSessionId sessionId, in AppTargetEvent event); in notifyAppTargetEvent()
DAppTargetEvent.aidl19 parcelable AppTargetEvent;
DAppPredictor.java115 public void notifyAppTargetEvent(@NonNull AppTargetEvent event) { in notifyAppTargetEvent()
/frameworks/base/core/java/android/service/appprediction/
DIPredictionService.aidl20 import android.app.prediction.AppTargetEvent;
36 void notifyAppTargetEvent(in AppPredictionSessionId sessionId, in AppTargetEvent event); in notifyAppTargetEvent()
DAppPredictionService.java30 import android.app.prediction.AppTargetEvent;
86 public void notifyAppTargetEvent(AppPredictionSessionId sessionId, AppTargetEvent event) {
163 @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;
169 new AppTargetEvent.Builder( in updateModel()
DChooserActivity.java34 import android.app.prediction.AppTargetEvent;
1688 new AppTargetEvent.Builder(appTarget, AppTargetEvent.ACTION_LAUNCH)
/frameworks/base/services/appprediction/java/com/android/server/appprediction/
DRemoteAppPredictionService.java21 import android.app.prediction.AppTargetEvent;
85 @NonNull AppTargetEvent event) { in notifyAppTargetEvent()
DAppPredictionManagerService.java28 import android.app.prediction.AppTargetEvent;
99 @NonNull AppTargetEvent event) { in notifyAppTargetEvent()
DAppPredictionPerUserService.java24 import android.app.prediction.AppTargetEvent;
123 @NonNull AppTargetEvent event) { in notifyAppTargetEventLocked()
/frameworks/base/api/
Dtest-current.txt493 method public void notifyAppTargetEvent(@NonNull android.app.prediction.AppTargetEvent);
525 public final class AppTargetEvent implements android.os.Parcelable {
534 …l public static final android.os.Parcelable.Creator<android.app.prediction.AppTargetEvent> CREATOR;
537 public static final class AppTargetEvent.Builder {
538 ctor public AppTargetEvent.Builder(@Nullable android.app.prediction.AppTarget, int);
539 method @NonNull public android.app.prediction.AppTargetEvent build();
540 …method @NonNull public android.app.prediction.AppTargetEvent.Builder setLaunchLocation(@Nullable S…
2426 …ull android.app.prediction.AppPredictionSessionId, @NonNull android.app.prediction.AppTargetEvent);
Dsystem-current.txt1067 method public void notifyAppTargetEvent(@NonNull android.app.prediction.AppTargetEvent);
1099 public final class AppTargetEvent implements android.os.Parcelable {
1108 …l public static final android.os.Parcelable.Creator<android.app.prediction.AppTargetEvent> CREATOR;
1111 public static final class AppTargetEvent.Builder {
1112 ctor public AppTargetEvent.Builder(@Nullable android.app.prediction.AppTarget, int);
1113 method @NonNull public android.app.prediction.AppTargetEvent build();
1114 …method @NonNull public android.app.prediction.AppTargetEvent.Builder setLaunchLocation(@Nullable S…
6233 …ull android.app.prediction.AppPredictionSessionId, @NonNull android.app.prediction.AppTargetEvent);
/frameworks/base/config/
Dboot-image-profile.txt2809 HSPLandroid/app/prediction/AppTargetEvent$1;-><init>()V
2810 HSPLandroid/app/prediction/AppTargetEvent$1;->createFromParcel(Landroid/os/Parcel;)Landroid/app/pre…
2811 HSPLandroid/app/prediction/AppTargetEvent$1;->createFromParcel(Landroid/os/Parcel;)Ljava/lang/Objec…
2812 PLandroid/app/prediction/AppTargetEvent;->writeToParcel(Landroid/os/Parcel;I)V
13090 …argetEvent(Landroid/app/prediction/AppPredictionSessionId;Landroid/app/prediction/AppTargetEvent;)V
/frameworks/base/services/
Dart-profile3951 …argetEvent(Landroid/app/prediction/AppPredictionSessionId;Landroid/app/prediction/AppTargetEvent;)V
3961 …ventLocked(Landroid/app/prediction/AppPredictionSessionId;Landroid/app/prediction/AppTargetEvent;)V
3971 …argetEvent(Landroid/app/prediction/AppPredictionSessionId;Landroid/app/prediction/AppTargetEvent;)V