Home
last modified time | relevance | path

Searched defs:createCustomActions (Results 1 – 6 of 6) sorted by relevance

/packages/modules/IntentResolver/tests/unit/src/com/android/intentresolver/contentpreview/
DFileContentPreviewUiTest.kt43 override fun createCustomActions(): List<ActionRow.Action> = emptyList() in getEditButtonRunnable() method in com.android.intentresolver.contentpreview.FileContentPreviewUiTest
DChooserContentPreviewUiTest.kt54 override fun createCustomActions(): List<ActionRow.Action> = emptyList() in getCopyButtonRunnable() method in com.android.intentresolver.contentpreview.ChooserContentPreviewUiTest
DTextContentPreviewUiTest.kt50 override fun createCustomActions(): List<ActionRow.Action> = emptyList() in getEditButtonRunnable() method in com.android.intentresolver.contentpreview.TextContentPreviewUiTest
DFilesPlusTextContentPreviewUiTest.kt58 override fun createCustomActions(): List<ActionRow.Action> = emptyList() in <lambda>() method in com.android.intentresolver.contentpreview.FilesPlusTextContentPreviewUiTest
/packages/modules/IntentResolver/java/src/com/android/intentresolver/contentpreview/
DChooserContentPreviewUi.java75 List<ActionRow.Action> createCustomActions(); in createCustomActions() method
/packages/modules/IntentResolver/java/src/com/android/intentresolver/
DChooserActionFactory.java212 public List<ActionRow.Action> createCustomActions() { in createCustomActions() method in ChooserActionFactory