Home
last modified time | relevance | path

Searched refs:createCustomActions (Results 1 – 13 of 13) 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
DTextContentPreviewUiTest.kt50 override fun createCustomActions(): List<ActionRow.Action> = emptyList() in getEditButtonRunnable() method in com.android.intentresolver.contentpreview.TextContentPreviewUiTest
DChooserContentPreviewUiTest.kt54 override fun createCustomActions(): List<ActionRow.Action> = emptyList() in getCopyButtonRunnable() method in com.android.intentresolver.contentpreview.ChooserContentPreviewUiTest
DUnifiedContentPreviewUiTest.kt57 on { createCustomActions() } doReturn emptyList() in <lambda>()
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/
DFileContentPreviewUi.java122 List<ActionRow.Action> actions = mActionFactory.createCustomActions(); in displayInternal()
DTextContentPreviewUi.java99 actionRow.setActions(mActionFactory.createCustomActions()); in displayInternal()
DUnifiedContentPreviewUi.java119 List<ActionRow.Action> actions = mActionFactory.createCustomActions(); in displayInternal()
DChooserContentPreviewUi.java75 List<ActionRow.Action> createCustomActions(); in createCustomActions() method
DFilesPlusTextContentPreviewUi.java144 List<ActionRow.Action> actions = mActionFactory.createCustomActions(); in displayInternal()
/packages/modules/IntentResolver/tests/unit/src/com/android/intentresolver/
DChooserActionFactoryTest.kt89 val customActions = factory.createCustomActions() in testCreateCustomActions()
/packages/modules/IntentResolver/java/src/com/android/intentresolver/
DChooserActionFactory.java212 public List<ActionRow.Action> createCustomActions() { in createCustomActions() method in ChooserActionFactory
DChooserActivity.java2156 public List<ActionRow.Action> createCustomActions() {
2157 return originalFactory.createCustomActions();