Home
last modified time | relevance | path

Searched refs:AppPredictionContext (Results 1 – 25 of 25) sorted by relevance

/aosp12/frameworks/base/core/java/android/app/prediction/
H A DAppPredictionContext.java34 public final class AppPredictionContext implements Parcelable { class
44 private AppPredictionContext(@NonNull String uiSurface, int numPredictedTargets, in AppPredictionContext() method in AppPredictionContext
52 private AppPredictionContext(@NonNull Parcel parcel) { in AppPredictionContext() method in AppPredictionContext
95 AppPredictionContext other = (AppPredictionContext) o; in equals()
115 new Parcelable.Creator<AppPredictionContext>() {
116 public AppPredictionContext createFromParcel(Parcel parcel) {
117 return new AppPredictionContext(parcel);
120 public AppPredictionContext[] newArray(int size) {
121 return new AppPredictionContext[size];
183 public AppPredictionContext build() { in build()
[all …]
H A DIPredictionManager.aidl21 import android.app.prediction.AppPredictionContext;
31 void createPredictionSession(in AppPredictionContext context, in createPredictionSession()
H A DAppPredictionContext.aidl19 parcelable AppPredictionContext;
H A DAppPredictionManager.java46 @NonNull AppPredictionContext predictionContext) { in createAppPredictionSession()
H A DAppPredictor.java96 AppPredictor(@NonNull Context context, @NonNull AppPredictionContext predictionContext) { in AppPredictor()
/aosp12/frameworks/base/services/people/java/com/android/server/people/prediction/
H A DAppTargetPredictor.java23 import android.app.prediction.AppPredictionContext;
45 public static AppTargetPredictor create(@NonNull AppPredictionContext predictionContext, in create()
56 private final AppPredictionContext mPredictionContext;
62 AppTargetPredictor(@NonNull AppPredictionContext predictionContext, in AppTargetPredictor()
133 AppPredictionContext getPredictionContext() { in getPredictionContext()
H A DShareTargetPredictor.java27 import android.app.prediction.AppPredictionContext;
67 ShareTargetPredictor(@NonNull AppPredictionContext predictionContext, in ShareTargetPredictor()
/aosp12/frameworks/base/core/java/android/service/appprediction/
H A DIPredictionService.aidl21 import android.app.prediction.AppPredictionContext;
33 void onCreatePredictionSession(in AppPredictionContext context, in onCreatePredictionSession()
H A DAppPredictionService.java26 import android.app.prediction.AppPredictionContext;
76 public void onCreatePredictionSession(AppPredictionContext context,
170 private void doCreatePredictionSession(@NonNull AppPredictionContext context, in doCreatePredictionSession()
182 public void onCreatePredictionSession(@NonNull AppPredictionContext context, in onCreatePredictionSession()
/aosp12/frameworks/base/services/people/java/com/android/server/people/
H A DSessionInfo.java20 import android.app.prediction.AppPredictionContext;
43 SessionInfo(AppPredictionContext predictionContext, DataManager dataManager, in SessionInfo()
H A DPeopleService.java28 import android.app.prediction.AppPredictionContext;
391 public void onCreatePredictionSession(AppPredictionContext appPredictionContext, in onCreatePredictionSession()
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/people/prediction/
H A DShareTargetPredictorTest.java32 import android.app.prediction.AppPredictionContext;
127 AppPredictionContext predictionContext = new AppPredictionContext.Builder(mContext) in setUp()
267 AppPredictionContext predictionContext = new AppPredictionContext.Builder(mContext) in testPredictTargets_nullIntentFilter()
376 AppPredictionContext predictionContext = new AppPredictionContext.Builder(mContext) in testSortTargets_nullIntentFilter()
/aosp12/frameworks/base/services/appprediction/java/com/android/server/appprediction/
H A DAppPredictionPerUserService.java24 import android.app.prediction.AppPredictionContext;
116 public void onCreatePredictionSessionLocked(@NonNull AppPredictionContext context, in onCreatePredictionSessionLocked()
393 private final AppPredictionContext mPredictionContext;
416 @NonNull final AppPredictionContext predictionContext, in AppPredictionSessionInfo()
H A DAppPredictionManagerService.java29 import android.app.prediction.AppPredictionContext;
112 public void createPredictionSession(@NonNull AppPredictionContext context, in createPredictionSession()
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/people/
H A DPeopleServiceTest.java39 import android.app.prediction.AppPredictionContext;
87 private AppPredictionContext mPredictionContext;
126 mPredictionContext = new AppPredictionContext.Builder(mMockContext) in setUp()
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/launcher3/model/
H A DQuickstepModelDelegate.java35 import android.app.prediction.AppPredictionContext;
284 new AppPredictionContext.Builder(context) in recreatePredictors()
291 new AppPredictionContext.Builder(context) in recreatePredictors()
298 new AppPredictionContext.Builder(context) in recreatePredictors()
/aosp12/packages/apps/OnDeviceAppPrediction/src/com/android/apppredictionservice/
H A DPredictionService.java23 import android.app.prediction.AppPredictionContext;
147 AppPredictionContext context, AppPredictionSessionId sessionId) { in onCreatePredictionSession()
/aosp12/frameworks/base/core/java/com/android/internal/app/
H A DChooserActivity.java32 import android.app.prediction.AppPredictionContext;
2406 AppPredictionContext appPredictionContext = new AppPredictionContext.Builder(contextAsUser)
/aosp12/frameworks/base/core/api/
H A Dsystem-current.txt1366 public final class AppPredictionContext implements android.os.Parcelable {
1373 …ic static final android.os.Parcelable.Creator<android.app.prediction.AppPredictionContext> CREATOR;
1376 public static final class AppPredictionContext.Builder {
1377 ctor public AppPredictionContext.Builder(@NonNull android.content.Context);
1378 method @NonNull public android.app.prediction.AppPredictionContext build();
1379 …method @NonNull public android.app.prediction.AppPredictionContext.Builder setExtras(@Nullable and…
1380 …method @NonNull public android.app.prediction.AppPredictionContext.Builder setPredictedTargetCount…
1381 …method @NonNull public android.app.prediction.AppPredictionContext.Builder setUiSurface(@NonNull S…
1385 …tion.AppPredictor createAppPredictionSession(@NonNull android.app.prediction.AppPredictionContext);
9684 …ic void onCreatePredictionSession(@NonNull android.app.prediction.AppPredictionContext, @NonNull a…
H A Dtest-lint-baseline.txt336 EqualsAndHashCode: android.app.prediction.AppPredictionContext#equals(Object):
/aosp12/frameworks/base/boot/
H A Dpreloaded-classes883 android.app.prediction.AppPredictionContext$1
884 android.app.prediction.AppPredictionContext
H A Dboot-image-profile.txt3147 …android/app/prediction/AppPredictionContext$1;->createFromParcel(Landroid/os/Parcel;)Landroid/app/…
3148 HSPLandroid/app/prediction/AppPredictionContext$1;->createFromParcel(Landroid/os/Parcel;)Ljava/lang…
3149 HSPLandroid/app/prediction/AppPredictionContext;->getUiSurface()Ljava/lang/String;
3150 HSPLandroid/app/prediction/AppPredictionContext;->writeToParcel(Landroid/os/Parcel;I)V
23688 Landroid/app/prediction/AppPredictionContext$1;
23689 Landroid/app/prediction/AppPredictionContext;
/aosp12/frameworks/base/config/
H A Dpreloaded-classes880 android.app.prediction.AppPredictionContext$1
881 android.app.prediction.AppPredictionContext
H A Dboot-image-profile.txt3145 …android/app/prediction/AppPredictionContext$1;->createFromParcel(Landroid/os/Parcel;)Landroid/app/…
3146 HSPLandroid/app/prediction/AppPredictionContext$1;->createFromParcel(Landroid/os/Parcel;)Ljava/lang…
3147 HSPLandroid/app/prediction/AppPredictionContext;->getUiSurface()Ljava/lang/String;
3148 HSPLandroid/app/prediction/AppPredictionContext;->writeToParcel(Landroid/os/Parcel;I)V
33321 Landroid/app/prediction/AppPredictionContext$1;
33322 Landroid/app/prediction/AppPredictionContext;
/aosp12/frameworks/base/services/
H A Dart-profile10271 …ceStub$$ExternalSyntheticLambda0;-><init>(Landroid/app/prediction/AppPredictionContext;Landroid/ap…
10289 …agerServiceStub;->createPredictionSession(Landroid/app/prediction/AppPredictionContext;Landroid/ap…
10319 …ervice$$ExternalSyntheticLambda1;-><init>(Landroid/app/prediction/AppPredictionContext;Landroid/ap…
10340 …oid/app/prediction/AppPredictionSessionId;Landroid/app/prediction/AppPredictionContext;ZLandroid/o…
10355 …>lambda$onCreatePredictionSessionLocked$0(Landroid/app/prediction/AppPredictionContext;Landroid/ap…
10366AppPredictionContext;Landroid/app/prediction/AppPredictionSessionId;Landroid/os/IBinder;)V+]Lcom/a…
28334 …$LocalService;->onCreatePredictionSession(Landroid/app/prediction/AppPredictionContext;Landroid/ap…
28359 PLcom/android/server/people/SessionInfo;-><init>(Landroid/app/prediction/AppPredictionContext;Lcom/…
28911 …le/prediction/AppTargetPredictor;-><init>(Landroid/app/prediction/AppPredictionContext;Ljava/util/…
28914 …prediction/AppTargetPredictor;->getPredictionContext()Landroid/app/prediction/AppPredictionContext;
[all …]