Home | History | Annotate | Download | only in chooser

Lines Matching defs:ComponentName

21 import android.content.ComponentName;
59 * The ComponentName of the Activity to be invoked. Must be part of the target creator's
62 private ComponentName mComponentName;
84 * {@link ChooserTargetService#onGetChooserTargets(ComponentName, IntentFilter) query}.
88 * <p>The ComponentName must be the name of an Activity component in the creator's own
100 * @param componentName Name of the component to be launched if this target is chosen
104 ComponentName componentName, @Nullable Bundle intentExtras) {
112 mComponentName = componentName;
124 mComponentName = ComponentName.readFromParcel(in);
160 * Returns the ComponentName of the Activity that should be launched for this ChooserTarget.
164 public ComponentName getComponentName() {
201 ComponentName.writeToParcel(mComponentName, dest);