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

/frameworks/base/core/java/android/service/chooser/
H A DChooserTarget.aidl19 parcelable ChooserTarget;
H A DIChooserTargetResult.aidl19 import android.service.chooser.ChooserTarget;
26 void sendResult(in List<ChooserTarget> targets);
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...]
H A DChooserTargetService.java104 * Called by the system to retrieve a set of deep-link {@link ChooserTarget targets} that
108 * The score for each ChooserTarget will be combined with the system's score for the original
120 public abstract List<ChooserTarget> onGetChooserTargets(ComponentName targetActivityName,
141 List<ChooserTarget> targets = null;
/frameworks/base/core/java/com/android/internal/app/
H A DChooserActivity.java47 import android.service.chooser.ChooserTarget;
514 void filterServiceTargets(String packageName, List<ChooserTarget> targets) {
521 final ChooserTarget target = targets.get(i);
558 private final ChooserTarget mChooserTarget;
566 public ChooserTargetInfo(DisplayResolveInfo sourceInfo, ChooserTarget chooserTarget,
866 public void addServiceResults(DisplayResolveInfo origTarget, List<ChooserTarget> targets) {
873 final ChooserTarget target = targets.get(i);
924 static class BaseChooserTargetComparator implements Comparator<ChooserTarget> {
926 public int compare(ChooserTarget lhs, ChooserTarget rh
[all...]
/frameworks/base/
H A DAndroid.mk563 frameworks/base/core/java/android/service/chooser/ChooserTarget.aidl \

Completed in 653 milliseconds