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

/frameworks/base/core/java/android/service/chooser/
H A DChooserTarget.java30 * A ChooserTarget represents a deep-link into an application as returned by a
43 public final class ChooserTarget implements Parcelable { class in inherits:Parcelable
44 private static final String TAG = "ChooserTarget";
103 public ChooserTarget(CharSequence title, Icon icon, float score, method in class:ChooserTarget
116 ChooserTarget(Parcel in) { method in class:ChooserTarget
149 * Returns the ranking score supplied by the creator of this ChooserTarget.
160 * Returns the ComponentName of the Activity that should be launched for this ChooserTarget.
179 return "ChooserTarget{"
205 public static final Creator<ChooserTarget> CREATOR
206 = new Creator<ChooserTarget>() {
[all...]

Completed in 66 milliseconds