/aosp14/frameworks/base/core/java/android/app/prediction/ |
H A D | AppTargetEvent.java | 34 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 D | IPredictionManager.aidl | 20 import android.app.prediction.AppTargetEvent; 34 void notifyAppTargetEvent(in AppPredictionSessionId sessionId, in AppTargetEvent event); in notifyAppTargetEvent()
|
H A D | AppTargetEvent.aidl | 19 parcelable AppTargetEvent;
|
H A D | AppPredictor.java | 116 public void notifyAppTargetEvent(@NonNull AppTargetEvent event) { in notifyAppTargetEvent()
|
/aosp14/frameworks/base/services/people/java/com/android/server/people/prediction/ |
H A D | AppTargetPredictor.java | 25 import android.app.prediction.AppTargetEvent; 76 public void onAppTargetEvent(AppTargetEvent event) { in onAppTargetEvent() 111 void reportAppTargetEvent(AppTargetEvent event) { in reportAppTargetEvent()
|
H A D | ShareTargetPredictor.java | 31 import android.app.prediction.AppTargetEvent; 95 void reportAppTargetEvent(AppTargetEvent event) { in reportAppTargetEvent()
|
/aosp14/frameworks/base/core/java/android/service/appprediction/ |
H A D | IPredictionService.aidl | 20 import android.app.prediction.AppTargetEvent; 36 void notifyAppTargetEvent(in AppPredictionSessionId sessionId, in AppTargetEvent event); in notifyAppTargetEvent()
|
H A D | AppPredictionService.java | 29 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 D | AppPredictionServiceResolverComparator.java | 19 import static android.app.prediction.AppTargetEvent.ACTION_LAUNCH; 23 import android.app.prediction.AppTargetEvent; 293 new AppTargetEvent.Builder(
|
H A D | ChooserActivity.java | 48 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 D | AppPredictionManagerService.java | 31 import android.app.prediction.AppTargetEvent; 120 @NonNull AppTargetEvent event) { in notifyAppTargetEvent()
|
H A D | AppPredictionPerUserService.java | 26 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 D | DataManagerTest.java | 61 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 D | ShareTargetPredictorTest.java | 35 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 D | PeopleService.java | 31 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 D | DataManager.java | 31 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 D | system-current.txt | 2163 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 D | preloaded-classes | 1089 android.app.prediction.AppTargetEvent$1 1090 android.app.prediction.AppTargetEvent
|
H A D | boot-image-profile.txt | 3303 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 D | preloaded-classes | 1089 android.app.prediction.AppTargetEvent$1 1090 android.app.prediction.AppTargetEvent
|
H A D | boot-image-profile.txt | 3303 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;
|