Searched defs:chooser (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/service/chooser/
H A DChooserTargetService.java18 package android.service.chooser;
38 * made at the moment the chooser is invoked, including but not limited to user time
41 * are shown in the list of intent handlers shown in the system chooser or resolver.</p>
51 * &lt;action android:name="android.service.chooser.ChooserTargetService" />
63 * <code>android.service.chooser.chooser_target_service</code> and a value corresponding to
71 * &lt;meta-data android:name="android.service.chooser.chooser_target_service"
87 public static final String SERVICE_INTERFACE = "android.service.chooser.ChooserTargetService";
93 public static final String META_DATA_NAME = "android.service.chooser.chooser_target_service";
H A DChooserTarget.java18 package android.service.chooser;
31 * {@link android.service.chooser.ChooserTargetService}.
33 * <p>A chooser target represents a specific deep link target into an application exposed
39 * <p>Creators of chooser targets should consult the relevant design guidelines for the type
76 * Construct a deep link target for presentation by a chooser UI.

Completed in 95 milliseconds