Home
last modified time | relevance | path

Searched refs:choiceIntent (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/android/widget/
DActivityChooserModel.java490 Intent choiceIntent = new Intent(mIntent); in chooseActivity() local
491 choiceIntent.setComponent(chosenName); in chooseActivity()
495 Intent choiceIntentCopy = new Intent(choiceIntent); in chooseActivity()
507 return choiceIntent; in chooseActivity()