Searched refs:AppTargetEvent (Results 1 – 15 of 15) sorted by relevance
/frameworks/base/core/java/android/app/prediction/ |
D | AppTargetEvent.java | 36 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 …]
|
D | IPredictionManager.aidl | 20 import android.app.prediction.AppTargetEvent; 34 void notifyAppTargetEvent(in AppPredictionSessionId sessionId, in AppTargetEvent event); in notifyAppTargetEvent()
|
D | AppTargetEvent.aidl | 19 parcelable AppTargetEvent;
|
D | AppPredictor.java | 115 public void notifyAppTargetEvent(@NonNull AppTargetEvent event) { in notifyAppTargetEvent()
|
/frameworks/base/core/java/android/service/appprediction/ |
D | IPredictionService.aidl | 20 import android.app.prediction.AppTargetEvent; 36 void notifyAppTargetEvent(in AppPredictionSessionId sessionId, in AppTargetEvent event); in notifyAppTargetEvent()
|
D | AppPredictionService.java | 30 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/ |
D | AppPredictionServiceResolverComparator.java | 19 import static android.app.prediction.AppTargetEvent.ACTION_LAUNCH; 23 import android.app.prediction.AppTargetEvent; 169 new AppTargetEvent.Builder( in updateModel()
|
D | ChooserActivity.java | 34 import android.app.prediction.AppTargetEvent; 1688 new AppTargetEvent.Builder(appTarget, AppTargetEvent.ACTION_LAUNCH)
|
/frameworks/base/services/appprediction/java/com/android/server/appprediction/ |
D | RemoteAppPredictionService.java | 21 import android.app.prediction.AppTargetEvent; 85 @NonNull AppTargetEvent event) { in notifyAppTargetEvent()
|
D | AppPredictionManagerService.java | 28 import android.app.prediction.AppTargetEvent; 99 @NonNull AppTargetEvent event) { in notifyAppTargetEvent()
|
D | AppPredictionPerUserService.java | 24 import android.app.prediction.AppTargetEvent; 123 @NonNull AppTargetEvent event) { in notifyAppTargetEventLocked()
|
/frameworks/base/api/ |
D | test-current.txt | 493 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);
|
D | system-current.txt | 1067 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/ |
D | boot-image-profile.txt | 2809 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/ |
D | art-profile | 3951 …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
|