HomeSort by relevance Sort by last modified time
    Searched full:choiceintent (Results 1 - 1 of 1) sorted by null

  /frameworks/base/core/java/android/widget/
ActivityChooserModel.java 476 Intent choiceIntent = new Intent(mIntent);
477 choiceIntent.setComponent(chosenName);
481 Intent choiceIntentCopy = new Intent(choiceIntent);
493 return choiceIntent;
    [all...]

Completed in 88 milliseconds