Home
last modified time | relevance | path

Searched refs:LAUNCH_LOCATION_DIRECT_SHARE (Results 1 – 4 of 4) sorted by relevance

/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/people/prediction/
H A DShareTargetPredictorTest.java85 .setLaunchLocation(ChooserActivity.LAUNCH_LOCATION_DIRECT_SHARE)
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/people/data/
H A DDataManagerTest.java377 .setLaunchLocation(ChooserActivity.LAUNCH_LOCATION_DIRECT_SHARE) in testReportAppTargetEvent_directSharing()
397 .setLaunchLocation(ChooserActivity.LAUNCH_LOCATION_DIRECT_SHARE) in testReportAppTargetEvent_directSharing_createConversation()
1307 .setLaunchLocation(ChooserActivity.LAUNCH_LOCATION_DIRECT_SHARE) in testBackupAndRestoration()
/aosp14/frameworks/base/core/java/com/android/internal/app/
H A DChooserActivity.java212 public static final String LAUNCH_LOCATION_DIRECT_SHARE = "direct_share"; field in ChooserActivity
2343 directShareAppPredictor.notifyLaunchLocationShown(LAUNCH_LOCATION_DIRECT_SHARE, targetIds);
2364 .setLaunchLocation(LAUNCH_LOCATION_DIRECT_SHARE)
/aosp14/frameworks/base/services/people/java/com/android/server/people/data/
H A DDataManager.java509 if (ChooserActivity.LAUNCH_LOCATION_DIRECT_SHARE.equals(event.getLaunchLocation())) { in reportShareTargetEvent()