Home
last modified time | relevance | path

Searched refs:AppPredictionService (Results 1 – 5 of 5) sorted by relevance

/aosp12/frameworks/base/core/java/android/service/appprediction/
H A DAppPredictionService.java54 public abstract class AppPredictionService extends Service { class
80 AppPredictionService.this, context, sessionId));
86 obtainMessage(AppPredictionService::onAppTargetEvent,
87 AppPredictionService.this, sessionId, event));
94 obtainMessage(AppPredictionService::onLaunchLocationShown,
95 AppPredictionService.this, sessionId, launchLocation,
103 obtainMessage(AppPredictionService::onSortAppTargets,
113 AppPredictionService.this, sessionId, callback));
121 AppPredictionService.this, sessionId, callback));
128 AppPredictionService.this, sessionId));
[all …]
/aosp12/packages/apps/OnDeviceAppPrediction/
H A DAndroid.bp33 name: "AppPredictionService-srcs",
40 name: "AppPredictionService",
47 ":AppPredictionService-srcs",
/aosp12/packages/apps/OnDeviceAppPrediction/src/com/android/apppredictionservice/
H A DPredictionService.java38 import android.service.appprediction.AppPredictionService;
53 public class PredictionService extends AppPredictionService {
/aosp12/frameworks/base/services/appprediction/java/com/android/server/appprediction/
H A DAppPredictionPerUserService.java37 import android.service.appprediction.AppPredictionService;
380 AppPredictionService.SERVICE_INTERFACE, serviceComponent, mUserId, this, in getRemoteServiceLocked()
/aosp12/frameworks/base/core/api/
H A Dsystem-current.txt9680 public abstract class AppPredictionService extends android.app.Service {
9681 ctor public AppPredictionService();