Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/people/data/
DDataManagerTest.java302 .setLaunchLocation(ChooserActivity.LAUNCH_LOCATION_DIRECT_SHARE) in testReportAppTargetEvent_directSharing()
322 .setLaunchLocation(ChooserActivity.LAUNCH_LOCATION_DIRECT_SHARE) in testReportAppTargetEvent_directSharing_createConversation()
796 .setLaunchLocation(ChooserActivity.LAUNCH_LOCATION_DIRECT_SHARE) in testBackupAndRestoration()
/frameworks/base/services/people/java/com/android/server/people/data/
DDataManager.java225 if (ChooserActivity.LAUNCH_LOCATION_DIRECT_SHARE.equals(event.getLaunchLocation())) { in reportShareTargetEvent()
/frameworks/base/core/java/com/android/internal/app/
DChooserActivity.java186 public static final String LAUNCH_LOCATION_DIRECT_SHARE = "direct_share"; field in ChooserActivity
2309 directShareAppPredictor.notifyLaunchLocationShown(LAUNCH_LOCATION_DIRECT_SHARE, targetIds);
2353 .setLaunchLocation(LAUNCH_LOCATION_DIRECT_SHARE)