Searched refs:AppPredictionManager (Results 1 – 6 of 6) sorted by relevance
32 public final class AppPredictionManager { class39 public AppPredictionManager(Context context) { in AppPredictionManager() method in AppPredictionManager
28 import android.app.prediction.AppPredictionManager;1160 registerService(Context.APP_PREDICTION_SERVICE, AppPredictionManager.class, in registerService()1161 new CachedServiceFetcher<AppPredictionManager>() { in registerService()1163 public AppPredictionManager createService(ContextImpl ctx) in registerService()1165 return new AppPredictionManager(ctx); in registerService()
31 import android.app.prediction.AppPredictionManager;1706 AppPredictionManager appPredictionManager1707 = getSystemService(AppPredictionManager.class);
480 public final class AppPredictionManager {
1055 public final class AppPredictionManager {
573 android.app.prediction.AppPredictionManager