/frameworks/base/core/java/android/app/prediction/ |
D | AppTargetEvent.java | 35 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 …]
|
D | IPredictionManager.aidl | 20 import android.app.prediction.AppTargetEvent; 35 void notifyAppTargetEvent(in AppPredictionSessionId sessionId, in AppTargetEvent event); in notifyAppTargetEvent()
|
D | AppTargetEvent.aidl | 19 parcelable AppTargetEvent;
|
D | AppPredictor.java | 120 public void notifyAppTargetEvent(@NonNull AppTargetEvent event) { in notifyAppTargetEvent()
|
/frameworks/base/services/people/java/com/android/server/people/prediction/ |
D | AppTargetPredictor.java | 25 import android.app.prediction.AppTargetEvent; 76 public void onAppTargetEvent(AppTargetEvent event) { in onAppTargetEvent() 111 void reportAppTargetEvent(AppTargetEvent event) { in reportAppTargetEvent()
|
D | ShareTargetPredictor.java | 31 import android.app.prediction.AppTargetEvent; 95 void reportAppTargetEvent(AppTargetEvent event) { in reportAppTargetEvent()
|
/frameworks/base/core/java/android/service/appprediction/ |
D | IPredictionService.aidl | 20 import android.app.prediction.AppTargetEvent; 37 void notifyAppTargetEvent(in AppPredictionSessionId sessionId, in AppTargetEvent event); in notifyAppTargetEvent()
|
D | AppPredictionService.java | 30 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/ |
D | AppPredictionServiceResolverComparator.java | 19 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/ |
D | AppPredictionManagerService.java | 31 import android.app.prediction.AppTargetEvent; 121 @NonNull AppTargetEvent event) { in notifyAppTargetEvent()
|
D | AppPredictionPerUserService.java | 26 import android.app.prediction.AppTargetEvent; 152 @NonNull AppTargetEvent event) { in notifyAppTargetEventLocked()
|
/frameworks/base/services/tests/servicestests/src/com/android/server/people/prediction/ |
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)
|
/frameworks/base/services/tests/servicestests/src/com/android/server/people/data/ |
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()
|
/frameworks/base/services/people/java/com/android/server/people/ |
D | PeopleService.java | 31 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/ |
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()
|
/frameworks/base/config/ |
D | dirty-image-objects | 781 Landroid/app/prediction/AppTargetEvent; 169
|
D | preloaded-classes | 1157 android.app.prediction.AppTargetEvent$1 1158 android.app.prediction.AppTargetEvent-IA 1159 android.app.prediction.AppTargetEvent
|
D | boot-image-profile.txt | 3245 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/ |
D | system-current.txt | 2393 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/ |
D | preloaded-classes | 1157 android.app.prediction.AppTargetEvent$1 1158 android.app.prediction.AppTargetEvent-IA 1159 android.app.prediction.AppTargetEvent
|
D | boot-image-profile.txt | 3245 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;
|