Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/sharesheet/
DSharesheetChooserResultCopyActivity.java35 protected Intent createChooserIntent() { in createChooserIntent() method in SharesheetChooserResultCopyActivity
DSharesheetChooserResultComponentActivity.java37 protected Intent createChooserIntent() { in createChooserIntent() method in SharesheetChooserResultComponentActivity
DSharesheetChooserResultEditActivity.java38 protected Intent createChooserIntent() { in createChooserIntent() method in SharesheetChooserResultEditActivity
DSharesheetChooserResultActivity.java96 protected abstract Intent createChooserIntent(); in createChooserIntent() method in SharesheetChooserResultActivity
122 startActivity(createChooserIntent()); in onCreate()