Searched refs:createShareIntentWithExtraText (Results 1 – 3 of 3) sorted by relevance
36 fun createShareIntentWithExtraText(uri: Uri, extraText: String?) = in createShareIntent() method
800 shareIntent = ActionIntentCreator.INSTANCE.createShareIntentWithExtraText( in setChipIntents()
89 val output = ActionIntentCreator.createShareIntentWithExtraText(uri, extraText) in testCreateShareIntentWithExtraText()