Home
last modified time | relevance | path

Searched refs:AppPredictionManager (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/core/java/android/app/prediction/
DAppPredictionManager.java32 public final class AppPredictionManager { class
39 public AppPredictionManager(Context context) { in AppPredictionManager() method in AppPredictionManager
/frameworks/base/core/java/com/android/internal/app/
DChooserFlags.java19 import android.app.prediction.AppPredictionManager;
DChooserActivity.java32 import android.app.prediction.AppPredictionManager;
2385 AppPredictionManager appPredictionManager =
2387 .getSystemService(AppPredictionManager.class);
/frameworks/base/core/java/android/app/
DSystemServiceRegistry.java31 import android.app.prediction.AppPredictionManager;
1141 registerService(Context.APP_PREDICTION_SERVICE, AppPredictionManager.class, in registerService()
1142 new CachedServiceFetcher<AppPredictionManager>() { in registerService()
1144 public AppPredictionManager createService(ContextImpl ctx) in registerService()
1147 return b == null ? null : new AppPredictionManager(ctx); in registerService()
/frameworks/base/api/
Dtest-current.txt659 public final class AppPredictionManager {
Dsystem-current.txt1270 public final class AppPredictionManager {
/frameworks/base/config/
Dpreloaded-classes908 android.app.prediction.AppPredictionManager
Dboot-image-profile.txt41002 Landroid/app/prediction/AppPredictionManager;
/frameworks/base/non-updatable-api/
Dsystem-current.txt1218 public final class AppPredictionManager {