Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/sharesheet/
DSharesheetChooserResultCopyActivity.java41 return wrapWithChooserIntent(sendIntent); in createChooserIntent()
DSharesheetChooserResultComponentActivity.java42 Intent chooserIntent = wrapWithChooserIntent(sendIntent); in createChooserIntent()
DSharesheetChooserResultEditActivity.java52 return wrapWithChooserIntent(sendIntent); in createChooserIntent()
DSharesheetChooserResultActivity.java221 protected Intent wrapWithChooserIntent(Intent shareIntent) { in wrapWithChooserIntent() method in SharesheetChooserResultActivity