Home
last modified time | relevance | path

Searched refs:ACTION_LAUNCH (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/core/java/android/app/prediction/
DAppTargetEvent.java40 @IntDef({ACTION_LAUNCH, ACTION_DISMISS, ACTION_PIN, ACTION_UNPIN})
47 public static final int ACTION_LAUNCH = 1; field in AppTargetEvent
/frameworks/base/core/java/com/android/internal/app/
DAppPredictionServiceResolverComparator.java19 import static android.app.prediction.AppTargetEvent.ACTION_LAUNCH;
309 ACTION_LAUNCH).build());
/frameworks/base/services/tests/servicestests/src/com/android/server/people/data/
DDataManagerTest.java376 new AppTargetEvent.Builder(appTarget, AppTargetEvent.ACTION_LAUNCH) in testReportAppTargetEvent_directSharing()
396 new AppTargetEvent.Builder(appTarget, AppTargetEvent.ACTION_LAUNCH) in testReportAppTargetEvent_directSharing_createConversation()
424 new AppTargetEvent.Builder(appTarget, AppTargetEvent.ACTION_LAUNCH) in testReportAppTargetEvent_appSharing()
1306 new AppTargetEvent.Builder(appTarget, AppTargetEvent.ACTION_LAUNCH) in testBackupAndRestoration()
/frameworks/base/services/tests/servicestests/src/com/android/server/people/prediction/
DShareTargetPredictorTest.java84 AppTargetEvent.ACTION_LAUNCH)
/frameworks/base/services/people/java/com/android/server/people/data/
DDataManager.java499 if (appTarget == null || event.getAction() != AppTargetEvent.ACTION_LAUNCH) { in reportShareTargetEvent()
/frameworks/base/core/api/
Dsystem-current.txt2433 field public static final int ACTION_LAUNCH = 1; // 0x1